diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-05 10:42:08 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-05 10:42:08 +0100 |
commit | 7e360cdaa115ea0728a6085d9132930834a7f23b (patch) | |
tree | b442a3dd99355a02b1d6469ef5f95ab58d3b5978 | |
parent | 06455c8603263a6a596bce49ddc5bd57b4c95481 (diff) |
cleanupzend-loader
-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 |