diff options
-rw-r--r-- | php-zendframework-zend-i18n-resources.spec | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/php-zendframework-zend-i18n-resources.spec b/php-zendframework-zend-i18n-resources.spec index 8bf3e5e..37e9864 100644 --- a/php-zendframework-zend-i18n-resources.spec +++ b/php-zendframework-zend-i18n-resources.spec @@ -30,7 +30,6 @@ URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch # Tests %if %{with_tests} @@ -69,8 +68,6 @@ mv LICENSE.txt LICENSE %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{php_home}/Zend/I18n cp -pr src %{buildroot}%{php_home}/Zend/I18n/%{library} cp -pr languages %{buildroot}%{php_home}/Zend/I18n/languages @@ -101,12 +98,7 @@ php -r ' %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md |