0.004 bump
This commit is contained in:
parent
229f09e4ca
commit
1f801c61a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/experimental-0.003.tar.gz
|
||||
/experimental-0.004.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-experimental
|
||||
Version: 0.003
|
||||
Version: 0.004
|
||||
Release: 1%{?dist}
|
||||
Summary: Experimental features made easy
|
||||
License: GPL+ or Artistic
|
||||
@ -8,10 +8,10 @@ URL: http://search.cpan.org/dist/experimental/
|
||||
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/experimental-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.019
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.021
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
# feature is optional
|
||||
BuildRequires: perl(feature)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
@ -21,6 +21,7 @@ BuildRequires: perl(Test::More) >= 0.89
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Test::Script) >= 1.05
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(feature)
|
||||
|
||||
%description
|
||||
This pragma provides an easy and convenient way to enable or disable
|
||||
@ -46,5 +47,8 @@ perl Build.PL --installdirs=vendor
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 07 2013 Petr Pisar <ppisar@redhat.com> - 0.004-1
|
||||
- 0.004 bump
|
||||
|
||||
* Wed May 29 2013 Petr Pisar <ppisar@redhat.com> 0.003-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user