diff options
Diffstat (limited to 'php-di.spec')
-rw-r--r-- | php-di.spec | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/php-di.spec b/php-di.spec index 002cd29..28c5e32 100644 --- a/php-di.spec +++ b/php-di.spec @@ -61,7 +61,6 @@ URL: http://php-di.org/ Source0: %{name}-%{github_version}-%{github_commit}.tar.gz Source1: %{name}-get-source.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Tests %if %{with_tests} @@ -182,7 +181,6 @@ AUTOLOAD %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{phpdir} cp -rp src/* %{buildroot}%{phpdir}/ @@ -237,12 +235,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc change-log.md |