Update to 1.000016
- New upstream release 1.000016 - Re-release to fix prereqs and other metadata - This release by ETHER -> update source URL - Specify all dependencies
This commit is contained in:
parent
d21df9c862
commit
9baec6cc6d
@ -1,19 +1,23 @@
|
|||||||
Name: perl-Module-Metadata
|
Name: perl-Module-Metadata
|
||||||
Version: 1.000015
|
Version: 1.000016
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gather package and POD information from perl module files
|
Summary: Gather package and POD information from perl module files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Module-Metadata/
|
URL: http://search.cpan.org/dist/Module-Metadata/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Module-Metadata-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Metadata-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# Module
|
# Module
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
|
BuildRequires: perl(File::Find)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(vars)
|
||||||
BuildRequires: perl(version) >= 0.87
|
BuildRequires: perl(version) >= 0.87
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
# Regular test suite
|
# Regular test suite
|
||||||
BuildRequires: perl(Cwd)
|
BuildRequires: perl(Cwd)
|
||||||
BuildRequires: perl(Data::Dumper)
|
BuildRequires: perl(Data::Dumper)
|
||||||
@ -58,6 +62,12 @@ make test TEST_FILES="xt/*.t"
|
|||||||
%{_mandir}/man3/Module::Metadata.3pm*
|
%{_mandir}/man3/Module::Metadata.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2013 Paul Howarth <paul@city-fan.org> - 1.000016-1
|
||||||
|
- Update to 1.000016
|
||||||
|
- Re-release to fix prereqs and other metadata
|
||||||
|
- This release by ETHER -> update source URL
|
||||||
|
- Specify all dependencies
|
||||||
|
|
||||||
* Wed Aug 21 2013 Paul Howarth <paul@city-fan.org> - 1.000015-1
|
* Wed Aug 21 2013 Paul Howarth <paul@city-fan.org> - 1.000015-1
|
||||||
- Update to 1.000015
|
- Update to 1.000015
|
||||||
- Change wording about safety/security to satisfy CVE-2013-1437
|
- Change wording about safety/security to satisfy CVE-2013-1437
|
||||||
|
Loading…
Reference in New Issue
Block a user