Merge branch 'master' into el5

Conflicts:
	.gitignore
	perl-Sub-Name.spec
	sources
This commit is contained in:
Paul Howarth 2012-02-17 18:58:13 +00:00
commit bd5a9b4b94
3 changed files with 49 additions and 11 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
Sub-Name-0.02.tar.gz
Sub-Name-0.04.tar.gz
/Sub-Name-0.05.tar.gz

View File

@ -1,15 +1,21 @@
Name: perl-Sub-Name
Version: 0.03
Release: 1%{?dist}
Version: 0.05
Release: 5%{?dist}
Summary: Name -- or rename -- a sub
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Sub-Name/
Source0: http://www.cpan.org/authors/id/X/XM/XMATH/Sub-Name-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Sub-Name-%{version}.tar.gz
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
# use base
Requires: perl(Exporter)
Requires: perl(DynaLoader)
%{?perl_default_filter}
%description
This module allows one to "name" or rename subroutines, including anonymous
@ -27,8 +33,6 @@ by the new name (w/o some deep magic).
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} +
@ -40,9 +44,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%check
make test
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes README
@ -51,6 +52,42 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.05-4
- Perl mass rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.05-2
- 661697 rebuild for fixing problems with vendorach/lib
* Sat Dec 18 2010 Iain Arnell <iarnell@gmail.com> 0.05-1
- update to latest upstream version
- clean up spec for modern rpmbuild
- BR perl(Test::More)
- Requires perl(DynaLoader) and perl(Exporter)
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-6
- Mass rebuild with perl-5.12.0
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.04-5
- rebuild against perl 5.10.1
* Thu Aug 27 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-4
- Filtering errant private provides
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Aug 03 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.04-1
- update to 0.04
* Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.03-1
- update to 0.03

View File

@ -1 +1 @@
809eaed69c51c5cf2086c088f518812e Sub-Name-0.03.tar.gz
26077202597620e4a6068c8087f3e09f Sub-Name-0.05.tar.gz