summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-09-19 18:08:01 +0200
committerRemi Collet <fedora@famillecollet.com>2011-09-19 18:08:01 +0200
commit8c7c53fb2a172e37d1451f5a299183ff5306e361 (patch)
treec6fdcac0e776efb68b4c47840e0ceda4e87380d2
parenta36badaa6c3b89a7b631b74b63e41d6a43e4768b (diff)
perl-HTTP-Server-Simple-Authen, fix buildrootHEADmaster
-rw-r--r--perl-HTTP-Server-Simple-Authen.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-HTTP-Server-Simple-Authen.spec b/perl-HTTP-Server-Simple-Authen.spec
index 32901cf..ea779df 100644
--- a/perl-HTTP-Server-Simple-Authen.spec
+++ b/perl-HTTP-Server-Simple-Authen.spec
@@ -10,6 +10,7 @@ URL: http://search.cpan.org/dist/HTTP-Server-Simple-Authen/
Source0: http://www.cpan.org/modules/by-module/HTTP/HTTP-Server-Simple-Authen-%{version}.tar.gz
BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(Authen::Simple) >= 0.04
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTTP::Server::Simple) >= 0.16
@@ -39,8 +40,6 @@ make %{?_smp_mflags}
%install
-rm -rf %{buildroot}
-
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;