From 8c7c53fb2a172e37d1451f5a299183ff5306e361 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Sep 2011 18:08:01 +0200 Subject: perl-HTTP-Server-Simple-Authen, fix buildroot --- perl-HTTP-Server-Simple-Authen.spec | 3 +-- 1 file changed, 1 insertion(+), 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 {} \; -- cgit