[php-phpunit-comparator] cleanup

Remi Collet remi at fedoraproject.org
Mon May 5 12:21:57 UTC 2014


commit bfb3705fd1d4bf2c27f8cb39a44d7464d2c9ea40
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon May 5 14:22:09 2014 +0200

    cleanup

 php-phpunit-comparator.spec |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/php-phpunit-comparator.spec b/php-phpunit-comparator.spec
index 8b74748..57fca92 100644
--- a/php-phpunit-comparator.spec
+++ b/php-phpunit-comparator.spec
@@ -24,7 +24,6 @@ License:        BSD
 URL:            https://github.com/%{gh_owner}/%{gh_project}
 Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.3
 BuildRequires:  %{_bindir}/phpab
@@ -57,7 +56,6 @@ cat src/autoload.php
 
 
 %install
-rm -rf     %{buildroot}
 mkdir -p   %{buildroot}%{php_home}
 cp -pr src %{buildroot}%{php_home}/Comparator
 
@@ -71,12 +69,7 @@ phpunit \
 %endif
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc LICENSE README.md composer.json
 
 %{php_home}/Comparator


More information about the scm-commits mailing list