From 2231abb4cb2d51630660ccc7ce377f21c2870fe9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Nov 2016 15:24:05 +0100 Subject: php-ast: cleanup for Fedora review --- php-ast-dev.spec | 7 ------- 1 file changed, 7 deletions(-) (limited to 'php-ast-dev.spec') diff --git a/php-ast-dev.spec b/php-ast-dev.spec index 276fb5d..462e86b 100644 --- a/php-ast-dev.spec +++ b/php-ast-dev.spec @@ -31,7 +31,6 @@ Group: Development/Languages URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-tokenizer @@ -107,7 +106,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} @@ -150,12 +148,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license NTS/LICENSE %doc NTS/EXPERIMENTAL -- cgit