From d5389036172d15018e8a08b012fd572a19679023 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jun 10 2013 05:28:47 +0000 Subject: import perl-UNIVERSAL-can-1.20120726-2.el7.src.rpm --- diff --git a/.perl-UNIVERSAL-can.metadata b/.perl-UNIVERSAL-can.metadata new file mode 100644 index 0000000..7484c0f --- /dev/null +++ b/.perl-UNIVERSAL-can.metadata @@ -0,0 +1 @@ +ceea2e2bad8373faebaf545f23ae187608135e29 SOURCES/UNIVERSAL-can-1.20120726.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-UNIVERSAL-can.spec b/SPECS/perl-UNIVERSAL-can.spec new file mode 100644 index 0000000..54b20fe --- /dev/null +++ b/SPECS/perl-UNIVERSAL-can.spec @@ -0,0 +1,106 @@ +Name: perl-UNIVERSAL-can +Version: 1.20120726 +Release: 2%{?dist} +Summary: Hack around people calling UNIVERSAL::can() as a function +Group: Development/Libraries +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/UNIVERSAL-can/ +Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::Simple) >= 0.60 +BuildRequires: perl(Test::Pod) >= 1.14 +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%{?perl_default_filter} + +%description +The UNIVERSAL class provides a few default methods so that all objects +can use them. Object orientation allows programmers to override these +methods in subclasses to provide more specific and appropriate behavior. + +Some authors call methods in the UNIVERSAL class on potential invocants +as functions, bypassing any possible overriding. This is wrong and you +should not do it. Unfortunately, not everyone heeds this warning and +their bad code can break your good code. + +%prep +%setup -q -n UNIVERSAL-can-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null +%{_fixperms} %{buildroot} + +%check +PERL_RUN_ALL_TESTS=1 make test + +%files +%doc Changes README +%{perl_vendorlib}/UNIVERSAL/ +%{_mandir}/man3/*.3* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.20120726-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jan 20 2013 Tom Callaway 1.20120726-1 +- update to 1.20120726 + +* Fri Jul 20 2012 Fedora Release Engineering - 1.15-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 1.15-8 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.15-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jun 20 2011 Marcela Mašláňová - 1.15-6 +- Perl mass rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1.15-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Dec 23 2010 Marcela Maslanova - 1.15-4 +- 661697 rebuild for fixing problems with vendorach/lib + +* Fri May 07 2010 Marcela Maslanova - 1.15-3 +- Mass rebuild with perl-5.12.0 + +* Fri Dec 4 2009 Stepan Kasal - 1.15-2 +- rebuild against perl 5.10.1 + +* Wed Oct 7 2009 Marcela Mašláňová - 1.15-1 +- update to new upstream release + +* Sun Jul 26 2009 Fedora Release Engineering - 1.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Mar 5 2008 Tom "spot" Callaway - 1.12-2 +- rebuild for new perl + +* Wed Apr 5 2006 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + +* Fri Feb 10 2006 Jose Pedro Oliveira - 1.11-1 +- Update to 1.11. +- No longer build requires perl(Test::Exception). + +* Thu Feb 9 2006 Jose Pedro Oliveira - 1.03-2 +- Missing build requirement: perl(Test::Exception). + +* Wed Feb 8 2006 Jose Pedro Oliveira - 1.03-1 +- Update to 1.03. + +* Tue Dec 27 2005 Jose Pedro Oliveira - 1.01-1 +- First build.