diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-03 15:19:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-03 15:19:12 +0100 |
commit | f0e3295b483658538717cebfe1bee364f8821a18 (patch) | |
tree | afa08084e478c042affd91cb79877d863a409d44 | |
parent | 0f67b2ceb01424ec60bd3cc82602bfac0a48e4a1 (diff) |
php-sebastian-recursion-context3: cleanup
-rw-r--r-- | php-sebastian-recursion-context3.spec | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/php-sebastian-recursion-context3.spec b/php-sebastian-recursion-context3.spec index 1106d73..5e9a5b2 100644 --- a/php-sebastian-recursion-context3.spec +++ b/php-sebastian-recursion-context3.spec @@ -31,7 +31,6 @@ License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php(language) >= 7.0 BuildRequires: php-fedora-autoloader-devel @@ -66,7 +65,6 @@ Provides functionality to recursively process PHP variables. %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{php_home}/SebastianBergmann cp -pr src %{buildroot}%{php_home}/SebastianBergmann/RecursionContext%{major} @@ -90,12 +88,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md composer.json |