|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-PPIx-Regexp
|
|
|
|
|
Version: 0.020
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Represent a regular expression of some sort
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -19,6 +19,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
|
|
|
|
%filter_from_requires /^perl(PPI::Document)$/d
|
|
|
|
|
%filter_setup
|
|
|
|
|
|
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(PPI::Document\\)$
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The purpose of the PPIx-Regexp package is to parse regular expressions in a
|
|
|
|
|
manner similar to the way the PPI package parses Perl. This class forms the
|
|
|
|
@ -48,6 +50,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 25 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.020-3
|
|
|
|
|
- add new filter
|
|
|
|
|
|
|
|
|
|
* Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.020-2
|
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
|
|
|
|