|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-PPIx-Regexp
|
|
|
|
|
Version: 0.038
|
|
|
|
|
Version: 0.039
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Represent a regular expression of some sort
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -10,6 +10,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
@ -47,7 +48,9 @@ root of the parse tree, playing a role similar to PPI::Document.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n PPIx-Regexp-%{version}
|
|
|
|
|
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
|
|
|
|
|
perl Build.PL installdirs=vendor
|
|
|
|
@ -67,6 +70,9 @@ perl Build.PL installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- 0.038 bump
|
|
|
|
|
|
|
|
|
|