From d28e6cc15955cd4a545305c21548548a91434423 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Sun, 13 Mar 2011 10:24:56 +0100 Subject: [PATCH] update to 1.07 --- .gitignore | 1 + perl-Class-Method-Modifiers.spec | 16 +++++++--------- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index afd7467..c4a50d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Class-Method-Modifiers-1.05.tar.gz +/Class-Method-Modifiers-1.07.tar.gz diff --git a/perl-Class-Method-Modifiers.spec b/perl-Class-Method-Modifiers.spec index 78ab5b6..7976cd0 100644 --- a/perl-Class-Method-Modifiers.spec +++ b/perl-Class-Method-Modifiers.spec @@ -1,18 +1,17 @@ Name: perl-Class-Method-Modifiers Summary: Provides Moose-like method modifiers -Version: 1.05 -Release: 2%{?dist} +Version: 1.07 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz URL: http://search.cpan.org/dist/Class-Method-Modifiers -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(MRO::Compat) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) @@ -43,8 +42,6 @@ particular modifiers work. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -54,9 +51,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes @@ -64,6 +58,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sun Mar 13 2011 Iain Arnell 1.07-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Fri Apr 30 2010 Marcela Maslanova - 1.05-2 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index d22c09f..051d4cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f504d4a95b2994835fbe72a3790864e Class-Method-Modifiers-1.05.tar.gz +32c45c765668fd335bc8af8041bf229e Class-Method-Modifiers-1.07.tar.gz