diff --git a/.gitignore b/.gitignore index 3c95c1c..be32041 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Data-OptList-0.106.tar.gz +/Data-OptList-0.107.tar.gz diff --git a/perl-Data-OptList.spec b/perl-Data-OptList.spec index acf2dec..fae6f61 100644 --- a/perl-Data-OptList.spec +++ b/perl-Data-OptList.spec @@ -1,25 +1,20 @@ Name: perl-Data-OptList Summary: Parse and validate simple name/value option pairs -Version: 0.106 -Release: 4%{?dist} +Version: 0.107 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-%{version}.tar.gz URL: http://search.cpan.org/dist/Data-OptList/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(List::Util) -BuildRequires: perl(Params::Util) >= 0.14 +BuildRequires: perl(Params::Util) BuildRequires: perl(Sub::Install) >= 0.921 BuildRequires: perl(Test::Pod) -Requires: perl(List::Util) -Requires: perl(Params::Util) >= 0.14 -Requires: perl(Sub::Install) >= 0.921 - %{?perl_default_filter} %{?perl_default_subpackage_tests} @@ -37,8 +32,6 @@ really boring to write: make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; @@ -49,16 +42,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed May 11 2011 Iain Arnell 0.107-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Tue Feb 08 2011 Fedora Release Engineering - 0.106-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 5525532..690d644 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2e2e74540f9a388a7d180849d63d03a Data-OptList-0.106.tar.gz +17177b3cfb8941780a8736f9b9b30421 Data-OptList-0.107.tar.gz