diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-06 08:27:32 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-06 08:27:32 +0200 |
commit | 5a98b6643e4f6bd3204b56985b3789c328b94213 (patch) | |
tree | ac4a438701a95e0e4a2f3db6d08bd1b40bd7ccdc | |
parent | d99deb96db0db10ff040c7ad4fcabbf189bfe343 (diff) |
php-pecl-yac: more cleanup
-rw-r--r-- | php-pecl-yac.spec | 7 |
1 files changed, 0 insertions, 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 |