From bd2974712b8c6e8f50d615db91c2282260c9dd56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 2 Mar 2011 16:03:49 +0100 Subject: [PATCH] Align epoch with module from Core --- perl-Module-Build.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 5745784..b65f8fd 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,12 +1,12 @@ Name: perl-Module-Build +Epoch: 1 Version: 0.3624 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Build and install Perl modules License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Build/ Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Module-Build-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CPAN::Meta::YAML) >= 0.002 BuildRequires: perl(ExtUtils::CBuilder) >= 0.27 @@ -52,22 +52,15 @@ works fine on perl 5.005 if you can install a few additional modules. ./Build %install -rm -rf $RPM_BUILD_ROOT - ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} $RPM_BUILD_ROOT/* %check rm t/signature.t LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test - #./Build test -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc Changes contrib LICENSE README scripts @@ -77,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Mar 02 2011 Petr Pisar - 1:0.3624-2 +- Raise epoch to Core level +- Remove BuildRoot stuff + * Mon Feb 28 2011 Marcela Mašláňová 0.3624-1 - update to new version - fix BR, R