wp-cli/wp-cli.spec
2019-02-26 21:57:12 -05:00

30 lines
845 B
RPMSpec
Executable file

Name: wp-cli
Version: 2.1.0
Release: 1%{?dist}
Summary: The command line interface for WordPress
License: MIT
URL: http://%{name}.org/
Source0: https://github.com/%{name}/%{name}/releases/download/v2.1.0/%{name}-2.1.0.phar
Source1: LICENSE
BuildArch: noarch
Requires: php-cli, php-common, php, php-json
%description
WP-CLI is the command-line interface for WordPress.
You can update plugins, configure multisite installations
and much more, without using a web browser.
%build
%install
mkdir -p %{buildroot}%{_bindir}
install -p -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
cp -f %SOURCE1 LICENSE
%files
%license LICENSE
%{_bindir}/%{name}
%changelog
* Sun Feb 24 2019 Luis M. Segundo <blackfile@fedoraproject.org> - 2.1.0-1
- Initial package for Fedora, based on upstream SPEC file (dated Dec 2017).