|
|
@ -1,16 +1,17 @@
|
|
|
|
Name: perl-Parse-RecDescent
|
|
|
|
Name: perl-Parse-RecDescent
|
|
|
|
Version: 1.94
|
|
|
|
Version: 1.95.1
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parse-RecDescent Perl module
|
|
|
|
Summary: Parse-RecDescent Perl module
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Parse-RecDescent/
|
|
|
|
URL: http://search.cpan.org/dist/Parse-RecDescent/
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Parse-RecDescent-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Parse-RecDescent-v%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl >= 1:5.6.1
|
|
|
|
BuildRequires: perl >= 1:5.6.1
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -37,7 +38,7 @@ matching productions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Parse-RecDescent-%{version}
|
|
|
|
%setup -q -n Parse-RecDescent-v%{version}
|
|
|
|
|
|
|
|
|
|
|
|
chmod 644 Changes README lib/Parse/* demo/* tutorial/*
|
|
|
|
chmod 644 Changes README lib/Parse/* demo/* tutorial/*
|
|
|
|
%{__perl} -pi -e 's|^#!\s?/usr/local/bin/perl\b|#!%{__perl}|' demo/*
|
|
|
|
%{__perl} -pi -e 's|^#!\s?/usr/local/bin/perl\b|#!%{__perl}|' demo/*
|
|
|
@ -70,6 +71,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.95.1-1
|
|
|
|
|
|
|
|
- bump to 1.95.1
|
|
|
|
|
|
|
|
- correct license tag (now under perl license)
|
|
|
|
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2007 Robin Norwood <rnorwood@redhat.com> - 1.94-6.fc8
|
|
|
|
* Fri Jul 20 2007 Robin Norwood <rnorwood@redhat.com> - 1.94-6.fc8
|
|
|
|
- Bring fixes from EPEL build into F8
|
|
|
|
- Bring fixes from EPEL build into F8
|
|
|
|
- Fix minor specfile issues
|
|
|
|
- Fix minor specfile issues
|
|
|
|