diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-07 13:57:37 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-07 13:57:37 +0200 |
commit | 6ae9e297d1e749e07cf3f59e217ac45e5618ff6c (patch) | |
tree | e257ba7087b0f284b1561ffc2a4391f882d27af4 /php-bartlett-PHP-CompatInfo.spec | |
parent | 9995b53c6dd2941a4c0e2da1c1f24670d49a05fb (diff) |
php-bartlett-PHP-CompatInfo: 2.17.0
Diffstat (limited to 'php-bartlett-PHP-CompatInfo.spec')
-rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 3b0d509..f261640 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -7,7 +7,7 @@ Name: php-bartlett-PHP-CompatInfo -Version: 2.16.0 +Version: 2.17.0 Release: 1%{?dist} Summary: Find out version and the extensions required for a piece of code to run @@ -16,7 +16,7 @@ Group: Development/Libraries License: BSD and MIT URL: http://php5.laurent-laville.org/compatinfo/ Source0: http://bartlett.laurent-laville.org/get/%{pear_name}-%{version}%{?prever}.tgz -Source1: https://raw.github.com/llaville/php-compat-info/master/misc/phpci.1 +Source1: https://raw.github.com/llaville/php-compat-info/master/misc/phpcompatinfo.1 # Update configuration for best experience # Reference = ALL known extension (instead of installed ones) @@ -80,7 +80,7 @@ Requires: php-pear(pear.phpunit.de/PHP_Timer) >= 1.0.0 # Optional and not yet availalble php-pear(Net_Growl) >= 2.2.2 Provides: php-pear(%{channel}/%{pear_name}) = %{version}%{?prever} -Provides: phpci = %{version}%{?prever} +Provides: phpcompatinfo = %{version}%{?prever} %description @@ -155,15 +155,12 @@ rm -rf %{buildroot}%{pear_metadir}/.??* mkdir -p %{buildroot}%{pear_xmldir} install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} -# Fix wrong-script-end-of-line-encoding -sed -i -e 's/\r//' %{buildroot}%{_bindir}/phpci - # Create default package configuration install -pm 644 phpcompatinfo.xml %{buildroot}%{pear_cfgdir}/%{pear_name}/ # Install the man page mkdir -p %{buildroot}%{_mandir}/man1 -install -pm 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/phpci.1 +install -pm 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/phpcompatinfo.1 %check @@ -214,11 +211,15 @@ fi %{pear_phpdir}/Bartlett/PHP/Compat* %{pear_testdir}/%{pear_name} %{pear_datadir}/%{pear_name} -%{_bindir}/phpci -%{_mandir}/man1/phpci.* +%{_bindir}/phpcompatinfo +%{_mandir}/man1/phpcompatinfo.* %changelog +* Fri Jun 07 2013 Remi Collet <remi@fedoraproject.org> - 2.17.0-1 +- Update to 2.17.0 +- phpci command renamed to phpcompatinfo + * Fri May 10 2013 Remi Collet <remi@fedoraproject.org> - 2.16.0-1 - Update to 2.16.0 |