update to 2.03
This commit is contained in:
parent
23453c7047
commit
bbfb2a23fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ Class-Method-Modifiers-1.05.tar.gz
|
|||||||
/Class-Method-Modifiers-1.10.tar.gz
|
/Class-Method-Modifiers-1.10.tar.gz
|
||||||
/Class-Method-Modifiers-1.12.tar.gz
|
/Class-Method-Modifiers-1.12.tar.gz
|
||||||
/Class-Method-Modifiers-2.00.tar.gz
|
/Class-Method-Modifiers-2.00.tar.gz
|
||||||
|
/Class-Method-Modifiers-2.03.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Name: perl-Class-Method-Modifiers
|
Name: perl-Class-Method-Modifiers
|
||||||
Summary: Provides Moose-like method modifiers
|
Summary: Provides Moose-like method modifiers
|
||||||
Version: 2.00
|
Version: 2.03
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Method-Modifiers-%{version}.tar.gz
|
||||||
URL: http://search.cpan.org/dist/Class-Method-Modifiers
|
URL: http://search.cpan.org/dist/Class-Method-Modifiers
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -54,11 +54,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes t/
|
%doc Changes LICENSE README t/
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 2.03-1
|
||||||
|
- update to latest upstream version
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.00-2
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.00-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user