Update to 0.108

- New upstream release 0.108
  - Repackage, new bug tracker
- Explicitly run the extra tests
- Don't need to remove empty directories from the buildroot
- Drop obsoletes/provides for old -tests sub-package
This commit is contained in:
Paul Howarth 2013-07-06 17:07:34 +01:00
parent 40e0e018ab
commit 5b89ff0b27
2 changed files with 15 additions and 10 deletions

View File

@ -1,24 +1,22 @@
Name: perl-Data-OptList Name: perl-Data-OptList
Summary: Parse and validate simple name/value option pairs Summary: Parse and validate simple name/value option pairs
Version: 0.107 Version: 0.108
Release: 9%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Data-OptList/ URL: http://search.cpan.org/dist/Data-OptList/
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(List::Util) BuildRequires: perl(List::Util)
BuildRequires: perl(Params::Util) BuildRequires: perl(Params::Util)
BuildRequires: perl(Sub::Install) >= 0.921 BuildRequires: perl(Sub::Install) >= 0.921
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Obsolete/provide old -tests subpackage (can be removed in F19 development cycle)
Obsoletes: %{name}-tests < %{version}-%{release}
Provides: %{name}-tests = %{version}-%{release}
%description %description
Hashes are great for storing named data, but if you want more than one entry Hashes are great for storing named data, but if you want more than one entry
for a name, you have to use a list of pairs. Even then, this is really boring for a name, you have to use a list of pairs. Even then, this is really boring
@ -53,11 +51,11 @@ make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
make test RELEASE_TESTING=1 make test
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%files %files
%doc Changes LICENSE README t/ %doc Changes LICENSE README t/
@ -65,6 +63,13 @@ make test RELEASE_TESTING=1
%{_mandir}/man3/Data::OptList.3pm* %{_mandir}/man3/Data::OptList.3pm*
%changelog %changelog
* Sat Jul 6 2013 Paul Howarth <paul@city-fan.org> - 0.108-1
- Update to 0.108:
- Repackage, new bug tracker
- Explicitly run the extra tests
- Don't need to remove empty directories from the buildroot
- Drop obsoletes/provides for old -tests sub-package
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-9 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
17177b3cfb8941780a8736f9b9b30421 Data-OptList-0.107.tar.gz f5c2d27987c1ec4b89b2702698881579 Data-OptList-0.108.tar.gz