diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..51e21b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Params-Util-1.07.tar.gz diff --git a/.perl-Params-Util.metadata b/.perl-Params-Util.metadata new file mode 100644 index 0000000..64e3c63 --- /dev/null +++ b/.perl-Params-Util.metadata @@ -0,0 +1 @@ +9d5caa8988a04e0f3637b4350c365b45d062217e SOURCES/Params-Util-1.07.tar.gz diff --git a/SPECS/perl-Params-Util.spec b/SPECS/perl-Params-Util.spec new file mode 100644 index 0000000..23c85fa --- /dev/null +++ b/SPECS/perl-Params-Util.spec @@ -0,0 +1,223 @@ +Name: perl-Params-Util +Version: 1.07 +Release: 6%{?dist} +Summary: Simple standalone parameter-checking functions +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Params-Util/ +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52 +BuildRequires: perl(File::Spec) >= 0.82 +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(File::Temp) +BuildRequires: perl(Scalar::Util) >= 1.18 +BuildRequires: perl(Test::More) >= 0.47 + +%{?perl_default_filter} + +%description +Params::Util provides a basic set of importable functions that +makes checking parameters a hell of a lot easier. + +%prep +%setup -q -n Params-Util-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + +%check +make test AUTOMATED_TESTING=1 + +%files +%defattr(-,root,root,-) +%doc Changes LICENSE +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Params + +%{_mandir}/man3/* + +%changelog +* Fri Jan 24 2014 Daniel Mach - 1.07-6 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 1.07-5 +- Mass rebuild 2013-12-27 + +* Tue Aug 14 2012 Petr Pisar - 1.07-4 +- Specify all dependencies + +* Fri Jul 20 2012 Fedora Release Engineering - 1.07-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jun 08 2012 Petr Pisar - 1.07-2 +- Perl 5.16 rebuild + +* Mon Mar 19 2012 Ralf Corsépius - 1.07-1 +- Upstream update. + +* Mon Mar 05 2012 Ralf Corsépius - 1.06-1 +- Upstream update. + +* Fri Jan 13 2012 Fedora Release Engineering - 1.04-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Jun 16 2011 Marcela Mašláňová - 1.04-2 +- Perl mass rebuild + +* Fri Apr 29 2011 Ralf Corsépius - 1.04-1 +- Upstream update. + +* Tue Feb 08 2011 Fedora Release Engineering - 1.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Dec 06 2010 Ralf Corsépius - 1.03-1 +- Upstream update. + +* Wed Jun 23 2010 Ralf Corsépius - 1.01-2 +- Rebuild for perl-5.12.x. + +* Fri May 07 2010 Ralf Corsépius - 1.01-1 +- Upstream update. +- Revert Marcela's 2010-05-04 changes. +- Remove BR's on perl(Test::MinimumVersion), perl(Test::Pod), + perl(Test::CPAN::Meta). + (Reflect upstream having disabled tests depending on them). + +* Tue May 04 2010 Marcela Maslanova - 1.00-4 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1.00-3 +- rebuild against perl 5.10.1 + +* Sun Jul 26 2009 Fedora Release Engineering - 1.00-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jun 17 2009 Ralf Corsépius - 1.00-1 +- Upstream update. + +* Thu Feb 26 2009 Fedora Release Engineering - 0.38-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 19 2009 Ralf Corsépius - 0.38-1 +- Upstream update. + +* Thu Feb 12 2009 Ralf Corsépius - 0.37-1 +- Upstream update. +- Pass OPTIMIZE to make. +- Remove *.bs after install. +- Misc. minor spec fixes. + +* Sat Nov 29 2008 Ralf Corsépius - 0.35-1 +- Upstream update. +- Remove BuildArch: noarch (package now is arch'ed). +- Remove testsuite hack to accept perl(Test::CPAN::Meta) != 0.07. + +* Tue Jul 08 2008 Ralf Corsépius - 0.33-2 +- Unconditionally BR: perl(Test::CPAN::Meta). + +* Mon Jun 02 2008 Ralf Corsépius - 0.33-1 +- Upstream update. +- Conditionally BR: perl(Test::CPAN::Meta). +- Hack testsuite to accept Test::CPAN::Meta != 0.07. + +* Thu Feb 28 2008 Tom "spot" Callaway - 0.31-6 +- Rebuild normally, second pass + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.31-5 +- Rebuild for perl 5.10 (again), first pass + +* Mon Jan 14 2008 Tom "spot" Callaway - 0.31-4 +- rebuild normally, second pass + +* Sat Jan 12 2008 Tom "spot" Callaway - 0.31-3.1 +- disable Test::MinimumVersion, tests for first pass + +* Fri Jan 11 2008 Tom "spot" Callaway - 0.31-3 +- rebuild for new perl + +* Sun Nov 25 2007 Ralf Corsépius - 0.31-2 +- Add BR: perl(Test::MinimumVersion). + +* Mon Nov 19 2007 Ralf Corsépius - 0.31-1 +- Upstream update. + +* Tue Oct 30 2007 Ralf Corsépius - 0.30-1 +- Upstream update. + +* Thu Sep 06 2007 Ralf Corsépius - 0.29-1 +- Upstream update. +- Update licence tag. +- Conditionally disable AUTOMATED_TESTING. + +* Sat Jul 28 2007 Ralf Corsépius - 0.26-1 +- Upstream update. + +* Wed May 30 2007 Ralf Corsépius - 0.25-1 +- Upstream update. + +* Mon May 14 2007 Ralf Corsépius - 0.24-1 +- Upstream update. + +* Mon Mar 12 2007 Ralf Corsépius - 0.23-2 +- BR: perl(ExtUtils::MakeMaker). + +* Fri Mar 02 2007 Ralf Corsépius - 0.23-1 +- Upstream update. + +* Fri Nov 03 2006 Ralf Corsépius - 0.22-1 +- Upstream update. + +* Thu Oct 19 2006 Ralf Corsépius - 0.21-1 +- Upstream update. + +* Wed Oct 04 2006 Ralf Corsépius - 0.20-1 +- Upstream update. + +* Mon Sep 18 2006 Ralf Corsépius - 0.19-1 +- Upstream update. +- Activate AUTOMATED_TESTING (t/99_author.t). + +* Tue Sep 05 2006 Ralf Corsépius - 0.17-2 +- Mass rebuild. + +* Sun Aug 13 2006 Ralf Corsépius - 0.17-1 +- Upstream update. + +* Wed Jul 05 2006 Ralf Corsépius - 0.15-1 +- Upstream update. + +* Sun May 21 2006 Ralf Corsépius - 0.14-1 +- Upstream update. + +* Mon May 08 2006 Ralf Corsépius - 0.13-1 +- Upstream update. + +* Thu Apr 20 2006 Ralf Corsépius - 0.11-1 +- Upstream update. + +* Wed Mar 01 2006 Ralf Corsépius - 0.10-2 +- Rebuild for perl-5.8.8. + +* Wed Jan 18 2006 Ralf Corsépius - 0.10-1 +- Upstream update. + +* Wed Jan 11 2006 Ralf Corsépius - 0.09-1 +- Upstream update. + +* Wed Dec 21 2005 Ralf Corsépius - 0.08-1 +- Upstream update. + +* Wed Oct 12 2005 Ralf Corsepius - 0.07-1 +- Upstream update.