From ebaae21a531ceecd96903afdf97e9d0b5ad5ed02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Mar 2016 10:58:17 +0100 Subject: php-pecl-igbinary: 1.2.2-dev for PHP 7 --- php-pecl-igbinary.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-pecl-igbinary.spec') 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 -- cgit