commit 1974de15bb71d613f3cee31ce3cc0b3c3682dee7 Author: Iain Arnell <iarn...@gmail.com> Date: Sat Jul 2 10:27:28 2011 +0200
update to 0.25 .gitignore | 1 + perl-MooseX-MethodAttributes.spec | 22 ++++++++-------------- sources | 2 +- 3 files changed, 10 insertions(+), 15 deletions(-) --- diff --git a/.gitignore b/.gitignore index a35c94a..0f5f449 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ MooseX-MethodAttributes-0.20.tar.gz /MooseX-MethodAttributes-0.24.tar.gz +/MooseX-MethodAttributes-0.25.tar.gz diff --git a/perl-MooseX-MethodAttributes.spec b/perl-MooseX-MethodAttributes.spec index a464cf6..ea1dc51 100644 --- a/perl-MooseX-MethodAttributes.spec +++ b/perl-MooseX-MethodAttributes.spec @@ -1,12 +1,11 @@ Name: perl-MooseX-MethodAttributes Summary: Introspect your method code attributes -Version: 0.24 -Release: 3%{?dist} +Version: 0.25 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries -Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-MethodAttributes-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz URL: http://search.cpan.org/dist/MooseX-MethodAttributes -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -18,10 +17,6 @@ BuildRequires: perl(namespace::clean) >= 0.10 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) >= 0.88 -Requires: perl(Moose) >= 0.98 -Requires: perl(MooseX::Types::Moose) >= 0.21 -Requires: perl(namespace::clean) >= 0.10 - %{?perl_default_filter} %{?perl_default_subpackage_tests} @@ -38,8 +33,6 @@ Moose meta method objects. 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 ';' @@ -49,16 +42,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat Jul 02 2011 Iain Arnell <iarn...@gmail.com> 0.25-1 +- update to latest upstream version +- clean up spec for modern rpmbuild +- remove explicit requires + * Tue Feb 08 2011 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.24-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 00ea265..1d5dd15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1df13695aa3af2d63d1ac507d65906f MooseX-MethodAttributes-0.24.tar.gz +a9feec0157fe84a02f6fc5ce6957a546 MooseX-MethodAttributes-0.25.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel