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:
parent
40e0e018ab
commit
5b89ff0b27
@ -1,24 +1,22 @@
|
||||
Name: perl-Data-OptList
|
||||
Summary: Parse and validate simple name/value option pairs
|
||||
Version: 0.107
|
||||
Release: 9%{?dist}
|
||||
Version: 0.108
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Data-OptList/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(Params::Util)
|
||||
BuildRequires: perl(Sub::Install) >= 0.921
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Pod)
|
||||
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
|
||||
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
|
||||
@ -53,11 +51,11 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test RELEASE_TESTING=1
|
||||
make test
|
||||
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README t/
|
||||
@ -65,6 +63,13 @@ make test RELEASE_TESTING=1
|
||||
%{_mandir}/man3/Data::OptList.3pm*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user