epel9
Petr Písař 5 years ago
parent 9b7b2d353c
commit 6f7532d885

1
.gitignore vendored

@ -55,3 +55,4 @@ PPIx-Regexp-0.007.tar.gz
/PPIx-Regexp-0.064.tar.gz
/PPIx-Regexp-0.065.tar.gz
/PPIx-Regexp-0.066.tar.gz
/PPIx-Regexp-0.067.tar.gz

@ -2,7 +2,7 @@
%bcond_with perl_PPIx_Regexp_enables_optional_test
Name: perl-PPIx-Regexp
Version: 0.066
Version: 0.067
Release: 1%{?dist}
Summary: Represent a regular expression of some sort
License: GPL+ or Artistic
@ -20,7 +20,6 @@ BuildRequires: perl(lib)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: sed
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(constant)
@ -64,9 +63,8 @@ root of the parse tree, playing a role similar to PPI::Document.
%prep
%setup -q -n PPIx-Regexp-%{version}
chmod -x eg/*
sed -i \
-e '1 s|^#!/usr/local/bin/perl|%(perl -MConfig -e "print \$Config{startperl}")|' \
-e '1 s|^#!/usr/bin/env perl|%(perl -MConfig -e "print \$Config{startperl}")|' \
perl -MConfig -i -p \
-e 's{^#!/usr/(?:local/bin/|bin/env )perl\b}{$Config{startperl}}' \
eg/*
%build
@ -89,6 +87,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Sep 02 2019 Petr Pisar <ppisar@redhat.com> - 0.067-1
- 0.067 bump
* Mon Aug 19 2019 Petr Pisar <ppisar@redhat.com> - 0.066-1
- 0.066 bump

@ -1 +1 @@
SHA512 (PPIx-Regexp-0.066.tar.gz) = 24a86aba0a31a8a9d8748e0360415ab4a0f665dade5811d55fcaa46d7db6e922cb132242436e727c96bb6532489e67eb1d6ec38623866e0da3d6a6da7e60f873
SHA512 (PPIx-Regexp-0.067.tar.gz) = 0409bc984e177039d494fd606c621b874979e8979629c46c524f942f73cdff28f01a9b98c3671a457dbe796dc383532414c6ca04b1812aa99cdfe9dea24d5005

Loading…
Cancel
Save