|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-PPIx-Regexp
|
|
|
|
Name: perl-PPIx-Regexp
|
|
|
|
Version: 0.010
|
|
|
|
Version: 0.011
|
|
|
|
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,14 +10,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(List::MoreUtils)
|
|
|
|
BuildRequires: perl(List::MoreUtils)
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(Params::Util) >= 0.25
|
|
|
|
BuildRequires: perl(PPI::Document) >= 1.117
|
|
|
|
BuildRequires: perl(PPI::Document)
|
|
|
|
|
|
|
|
BuildRequires: perl(Readonly)
|
|
|
|
|
|
|
|
BuildRequires: perl(Task::Weaken)
|
|
|
|
BuildRequires: perl(Task::Weaken)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.4
|
|
|
|
BuildRequires: perl(Test::More) >= 0.4
|
|
|
|
|
|
|
|
Requires: perl(PPI::Document) >= 1.117
|
|
|
|
Requires: perl(Task::Weaken)
|
|
|
|
Requires: perl(Task::Weaken)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%filter_from_requires /^perl(PPI::Document)$/d
|
|
|
|
|
|
|
|
%filter_setup
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The purpose of the PPIx-Regexp package is to parse regular expressions in a
|
|
|
|
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
|
|
|
|
manner similar to the way the PPI package parses Perl. This class forms the
|
|
|
@ -53,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Sep 22 2010 Petr Pisar <ppisar@redhat.com> - 0.011-1
|
|
|
|
|
|
|
|
- 0.011 bump
|
|
|
|
|
|
|
|
- Remove unversioned Requires
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 16 2010 Petr Pisar <ppisar@redhat.com> - 0.010-1
|
|
|
|
* Thu Sep 16 2010 Petr Pisar <ppisar@redhat.com> - 0.010-1
|
|
|
|
- 0.010 bump
|
|
|
|
- 0.010 bump
|
|
|
|
|
|
|
|
|
|
|
|