2.16 bump
This commit is contained in:
parent
dc6bfc417d
commit
2b6e67df5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/autodie-2.13.tar.gz
|
||||
/autodie-2.16.tar.gz
|
||||
|
||||
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* pragma");
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-autodie
|
||||
Version: 2.13
|
||||
Version: 2.16
|
||||
Release: 1%{?dist}
|
||||
Summary: Replace functions with ones that succeed or die
|
||||
License: GPL+ or Artistic
|
||||
@ -35,8 +35,10 @@ BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(open)
|
||||
BuildRequires: perl(Socket)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -70,10 +72,13 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc AUTHORS Changes README TODO
|
||||
%doc AUTHORS Changes LICENSE README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 06 2013 Petr Pisar <ppisar@redhat.com> - 2.16-1
|
||||
- 2.16 bump
|
||||
|
||||
* Thu Feb 14 2013 Petr Pisar <ppisar@redhat.com> 2.13-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user