update to 0.107

This commit is contained in:
Iain Arnell 2011-05-11 18:02:12 +02:00
parent 8f74b5f9f2
commit 4da62bde7b
3 changed files with 9 additions and 15 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Data-OptList-0.106.tar.gz
/Data-OptList-0.107.tar.gz

View File

@ -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 <iarnell@gmail.com> 0.107-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.106-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
d2e2e74540f9a388a7d180849d63d03a Data-OptList-0.106.tar.gz
17177b3cfb8941780a8736f9b9b30421 Data-OptList-0.107.tar.gz