1.13 bump
This commit is contained in:
parent
94324722a8
commit
4473a5cbef
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("unexpanded-macro %description -l C %INC");
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Module-ScanDeps
|
||||
Summary: Recursively scan Perl code for dependencies
|
||||
Version: 1.11
|
||||
Version: 1.13
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -8,12 +8,14 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/Module-ScanD
|
||||
URL: http://search.cpan.org/dist/Module-ScanDeps/
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
# Digest::MD5 is optional and not used by tests
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -24,12 +26,16 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(Module::Build::ModuleInfo)
|
||||
# Storable is optional and not used by tests
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(version)
|
||||
# VMS::Filespec never used
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(prefork)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Requires)
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Module::Pluggable)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
@ -65,6 +71,9 @@ make test
|
||||
%{_mandir}/man3/Module::ScanDeps.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 03 2014 Petr Pisar <ppisar@redhat.com> - 1.13-1
|
||||
- 1.13 bump
|
||||
|
||||
* Mon Oct 7 2013 Paul Howarth <paul@city-fan.org> - 1.11-1
|
||||
- Update to 1.11
|
||||
- Fix test broken by indirect base.pm disuse (CPAN RT#89000)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user