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