|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-PPIx-Regexp
|
|
|
|
|
Version: 0.031
|
|
|
|
|
Version: 0.032
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Represent a regular expression of some sort
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -7,12 +7,13 @@ Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/PPIx-Regexp/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(YAML)
|
|
|
|
|
# Run-time
|
|
|
|
|
# Run-time:
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(List::MoreUtils)
|
|
|
|
@ -57,6 +58,9 @@ perl Build.PL installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 08 2013 Petr Pisar <ppisar@redhat.com> - 0.032-1
|
|
|
|
|
- 0.032 bump
|
|
|
|
|
|
|
|
|
|
* Mon Feb 04 2013 Petr Pisar <ppisar@redhat.com> - 0.031-1
|
|
|
|
|
- 0.031 bump
|
|
|
|
|
|
|
|
|
|