|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-PPIx-Regexp
|
|
|
|
|
Version: 0.021
|
|
|
|
|
Version: 0.022
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Represent a regular expression of some sort
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -11,7 +11,7 @@ BuildRequires: perl(List::MoreUtils)
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(PPI::Document) >= 1.117
|
|
|
|
|
BuildRequires: perl(Task::Weaken)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.4
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
|
Requires: perl(PPI::Document) >= 1.117
|
|
|
|
|
Requires: perl(Task::Weaken)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
@ -47,6 +47,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 25 2011 Petr Pisar <ppisar@redhat.com> - 0.022-1
|
|
|
|
|
- 0.022 bump
|
|
|
|
|
|
|
|
|
|
* Tue Jul 26 2011 Petr Pisar <ppisar@redhat.com> - 0.021-1
|
|
|
|
|
- 0.021 bump
|
|
|
|
|
- Remove RPM 4.8 filter
|
|
|
|
|