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