0.39 bump
This commit is contained in:
parent
f3c5f07175
commit
673ee9221a
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/Parse-PMFile-0.33.tar.gz
|
||||
/Parse-PMFile-0.35.tar.gz
|
||||
/Parse-PMFile-0.36.tar.gz
|
||||
/Parse-PMFile-0.39.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Parse-PMFile
|
||||
Version: 0.36
|
||||
Release: 3%{?dist}
|
||||
Version: 0.39
|
||||
Release: 1%{?dist}
|
||||
Summary: Parses .pm file as PAUSE does
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -8,6 +8,9 @@ URL: http://search.cpan.org/dist/Parse-PMFile/
|
||||
Source0: http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Parse-PMFile-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -20,6 +23,7 @@ BuildRequires: perl(version) >= 0.83
|
||||
# Tests
|
||||
BuildRequires: perl(File::Temp) >= 0.19
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(Opcode)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(version::vpp)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -45,7 +49,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -57,6 +61,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.39-1
|
||||
- 0.39 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.36-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user