From 5918890c5ebcc65a9ba4cf76f5edbe9f1828bd4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Jun 2016 07:48:18 +0200 Subject: php-pecl-apcu-bc: cleanup for review --- php-pecl-apcu-bc-dev.spec | 8 -------- 1 file changed, 8 deletions(-) (limited to 'php-pecl-apcu-bc-dev.spec') diff --git a/php-pecl-apcu-bc-dev.spec b/php-pecl-apcu-bc-dev.spec index caa82b8..fd1b2f1 100644 --- a/php-pecl-apcu-bc-dev.spec +++ b/php-pecl-apcu-bc-dev.spec @@ -41,7 +41,6 @@ License: PHP Group: Development/Languages URL: http://pecl.php.net/package/APCu -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-pecl-apcu-devel >= 5.1.2 @@ -146,8 +145,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} @@ -198,10 +195,6 @@ REPORT_EXIT_STATUS=1 \ %endif -%clean -rm -rf %{buildroot} - - %if 0%{?fedora} < 24 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear @@ -223,7 +216,6 @@ fi %files -%defattr(-,root,root,-) %{?_licensedir:%license NTS/LICENSE} %doc %{pecl_docdir}/%{proj_name} %{pecl_xmldir}/%{name}.xml -- cgit