From 5a98b6643e4f6bd3204b56985b3789c328b94213 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 6 Sep 2014 08:27:32 +0200 Subject: php-pecl-yac: more cleanup --- php-pecl-yac.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec index ac11631..47aa31e 100644 --- a/php-pecl-yac.spec +++ b/php-pecl-yac.spec @@ -32,7 +32,6 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz # https://github.com/laruence/yac/pull/42 Patch0: %{pecl_name}-fastlz.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-devel > 5.2 BuildRequires: php-pear BuildRequires: fastlz-devel @@ -130,7 +129,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} # Install the NTS stuff make -C NTS install INSTALL_ROOT=%{buildroot} install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} @@ -200,12 +198,7 @@ if [ $1 -eq 0 ] ; then fi -%clean -rm -rf %{buildroot} - - %files -%defattr(-, root, root, 0755) %doc %{pecl_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml -- cgit