update to 1.07

This commit is contained in:
Iain Arnell 2011-03-13 10:24:56 +01:00
parent ca324b330f
commit 07bd4b6d85
3 changed files with 9 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Class-Method-Modifiers-1.05.tar.gz
/Class-Method-Modifiers-1.07.tar.gz

View File

@ -1,18 +1,17 @@
Name: perl-Class-Method-Modifiers
Summary: Provides Moose-like method modifiers
Version: 1.05
Release: 4%{?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 <iarnell@gmail.com> 1.07-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
8f504d4a95b2994835fbe72a3790864e Class-Method-Modifiers-1.05.tar.gz
32c45c765668fd335bc8af8041bf229e Class-Method-Modifiers-1.07.tar.gz