epel9
Petr Písař 10 years ago
parent b251bec5f6
commit b66aac812c

1
.gitignore vendored

@ -27,3 +27,4 @@ PPIx-Regexp-0.007.tar.gz
/PPIx-Regexp-0.036.tar.gz /PPIx-Regexp-0.036.tar.gz
/PPIx-Regexp-0.037.tar.gz /PPIx-Regexp-0.037.tar.gz
/PPIx-Regexp-0.038.tar.gz /PPIx-Regexp-0.038.tar.gz
/PPIx-Regexp-0.039.tar.gz

@ -1,5 +1,5 @@
Name: perl-PPIx-Regexp Name: perl-PPIx-Regexp
Version: 0.038 Version: 0.039
Release: 1%{?dist} Release: 1%{?dist}
Summary: Represent a regular expression of some sort Summary: Represent a regular expression of some sort
License: GPL+ or Artistic License: GPL+ or Artistic
@ -10,6 +10,7 @@ BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Config)
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build)
BuildRequires: perl(strict) BuildRequires: perl(strict)
@ -47,7 +48,9 @@ root of the parse tree, playing a role similar to PPI::Document.
%prep %prep
%setup -q -n PPIx-Regexp-%{version} %setup -q -n PPIx-Regexp-%{version}
chmod -x eg/* chmod -x eg/*
sed -i '1 s|/usr/local/bin/perl|%{__perl}|' eg/* sed -i \
'1 s|^#!/usr/local/bin/perl|%(perl -MConfig -e "print \$Config{startperl}")|' \
eg/*
%build %build
perl Build.PL installdirs=vendor perl Build.PL installdirs=vendor
@ -67,6 +70,9 @@ perl Build.PL installdirs=vendor
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Apr 03 2015 Petr Pisar <ppisar@redhat.com> - 0.039-1
- 0.039 bump
* Thu Mar 12 2015 Petr Pisar <ppisar@redhat.com> - 0.038-1 * Thu Mar 12 2015 Petr Pisar <ppisar@redhat.com> - 0.038-1
- 0.038 bump - 0.038 bump

@ -1 +1 @@
7b17611185bc07bc505ceb35a4125242 PPIx-Regexp-0.038.tar.gz b7334eb80100e0617baaff7be6d121aa PPIx-Regexp-0.039.tar.gz

Loading…
Cancel
Save