0.42 bump
This commit is contained in:
parent
546bf6d03c
commit
9585f880be
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/Parse-PMFile-0.39.tar.gz
|
||||
/Parse-PMFile-0.40.tar.gz
|
||||
/Parse-PMFile-0.41.tar.gz
|
||||
/Parse-PMFile-0.42.tar.gz
|
||||
|
||||
@ -13,8 +13,7 @@ is irrelevant when building an RPM package.
|
||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||
---
|
||||
Makefile.PL | 2 +-
|
||||
cpanfile | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/Makefile.PL b/Makefile.PL
|
||||
index a4faee1..b4bb0d8 100644
|
||||
@ -28,17 +27,6 @@ index a4faee1..b4bb0d8 100644
|
||||
|
||||
my %params = (
|
||||
NAME => 'Parse::PMFile',
|
||||
diff --git a/cpanfile b/cpanfile
|
||||
index a5eef0c..6295f99 100644
|
||||
--- a/cpanfile
|
||||
+++ b/cpanfile
|
||||
@@ -12,4 +12,4 @@ on test => sub {
|
||||
on develop => sub {
|
||||
requires 'PAUSE::Permissions' => '0.08' if $] > 5.010000;
|
||||
requires 'WorePAN' => '0.13';
|
||||
-};
|
||||
\ No newline at end of file
|
||||
+};
|
||||
--
|
||||
2.14.4
|
||||
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%bcond_without perl_Parse_PMFile_enables_optional_test
|
||||
|
||||
Name: perl-Parse-PMFile
|
||||
Version: 0.41
|
||||
Release: 11%{?dist}
|
||||
Version: 0.42
|
||||
Release: 1%{?dist}
|
||||
Summary: Parses .pm file as PAUSE does
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Parse-PMFile
|
||||
@ -54,11 +54,11 @@ because of my modification.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -71,6 +71,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 11 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.42-1
|
||||
- 0.42 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user