Update to 0.09

- New upstream release 0.09
  - Requires 5.8.1
- Use %license where possible
This commit is contained in:
Paul Howarth 2015-07-21 11:58:34 +01:00
parent 2ff549d7c4
commit 169c806679
2 changed files with 18 additions and 5 deletions

View File

@ -3,8 +3,8 @@
Name: perl-Test-Requires
Summary: Checks to see if a given module can be loaded
Version: 0.08
Release: 6%{?dist}
Version: 0.09
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-Requires
@ -12,6 +12,9 @@ Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-%{v
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
@ -62,11 +65,21 @@ make test TEST_FILES="xt/*.t"
rm -rf %{buildroot}
%files
%doc Changes LICENSE README.md t/ xt/
%if 0%{?_licensedir:1}
%license LICENSE
%else
%doc LICENSE
%endif
%doc Changes README.md t/ xt/
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Requires.3pm*
%{_mandir}/man3/Test::Requires.3*
%changelog
* Tue Jul 21 2015 Paul Howarth <paul@city-fan.org> - 0.09-1
- Update to 0.09
- Requires 5.8.1
- Use %%license where possible
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
339ec20fbbeaa904a968bdee629688a6 Test-Requires-0.08.tar.gz
795c1b3d02f91291e59791ce58f5cdb7 Test-Requires-0.09.tar.gz