wp-cli/wp-cli.spec

70 lines
2.2 KiB
RPMSpec

Name: wp-cli
Version: 2.11.0
Release: 1mamba
Summary: A command-line tool for managing WordPress
Group: Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wp-cli.org/
Source: https://github.com/wp-cli/wp-cli-bundle.git/v%{version}/wp-cli-bundle-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: php
BuildRequires: php-composer
%description
A command-line tool for managing WordPress.
%prep
%setup -q -n %{name}-bundle-%{version}
%build
composer install --no-interaction --prefer-dist --no-scripts && composer dump
echo -n "Building phar... "
php -dphar.readonly=0 utils/make-phar.php wp-cli.phar --quiet
echo "Done!"
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m655 wp-cli.phar %{buildroot}%{_bindir}/wp
install -D -m644 vendor/wp-cli/wp-cli/utils/wp-completion.bash %{buildroot}%{_datadir}/bash-completion/completions/wp
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/wp
%{_datadir}/bash-completion/completions/wp
%doc LICENSE
%changelog
* Fri Aug 09 2024 Automatic Build System <autodist@openmamba.org> 2.11.0-1mamba
- automatic version update by autodist
* Sat Feb 10 2024 Automatic Build System <autodist@openmamba.org> 2.10.0-1mamba
- automatic version update by autodist
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
- automatic version update by autodist
* Mon Jun 05 2023 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
- automatic version update by autodist
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
- automatic version update by autodist
* Tue Oct 18 2022 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
- automatic version update by autodist
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
- automatic version update by autodist
* Wed Jan 26 2022 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
- automatic version update by autodist
* Mon Sep 13 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-1mamba
- package created using the webbuild interface