diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-02 10:58:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-02 10:58:17 +0100 |
commit | ebaae21a531ceecd96903afdf97e9d0b5ad5ed02 (patch) | |
tree | 90a712a6ab693aca86cf0a8b14d29e8bdec41e8e /php-pecl-igbinary.spec | |
parent | 53e4c180c98a2345bf2bb60399dee53b90a56e1a (diff) |
php-pecl-igbinary: 1.2.2-dev for PHP 7
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r-- | php-pecl-igbinary.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index cf01cb2..65a9632 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -121,7 +121,7 @@ sed -e '/release/s/-dev/dev/' -i package.xml mv %{extname}-%{version} NTS %endif -%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml} +%{?_licensedir:sed -e '/COPYING/s/role="doc"/role="src"/' -i package.xml} cd NTS @@ -185,7 +185,7 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} # Test & Documentation cd NTS for i in $(grep 'role="test"' ../package2.xml | sed -e 's/^.*name="//;s/".*$//') -do install -Dpm 644 $i %{buildroot}%{pecl_testdir}/%{extname}/tests/$i +do install -Dpm 644 $i %{buildroot}%{pecl_testdir}/%{extname}/$i done for i in $(grep 'role="doc"' ../package2.xml | sed -e 's/^.*name="//;s/".*$//') do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{extname}/$i |