epel9
Petr Písař 15 years ago
parent 0c03e4c460
commit 429bb74e17

1
.gitignore vendored

@ -1,2 +1,3 @@
PPIx-Regexp-0.007.tar.gz PPIx-Regexp-0.007.tar.gz
/PPIx-Regexp-0.010.tar.gz /PPIx-Regexp-0.010.tar.gz
/PPIx-Regexp-0.011.tar.gz

@ -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

@ -1 +1 @@
94f5bce4da13de70daa1b069105b4f66 PPIx-Regexp-0.010.tar.gz 2c315aa4603e511cc9f4f69a535bb02f PPIx-Regexp-0.011.tar.gz

Loading…
Cancel
Save