Bump to 1.95.1, new license, add missing BR

epel9
Tom Callaway 18 years ago
parent 49d1476998
commit b1a57a46d9

@ -1 +1 @@
Parse-RecDescent-1.94.tar.gz
Parse-RecDescent-v1.95.1.tar.gz

@ -1,16 +1,17 @@
Name: perl-Parse-RecDescent
Version: 1.94
Release: 6%{?dist}
Version: 1.95.1
Release: 1%{?dist}
Summary: Parse-RecDescent Perl module
Group: Development/Libraries
License: Artistic
License: GPL+ or Artistic
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)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -37,7 +38,7 @@ matching productions.
%prep
%setup -q -n Parse-RecDescent-%{version}
%setup -q -n Parse-RecDescent-v%{version}
chmod 644 Changes README lib/Parse/* demo/* tutorial/*
%{__perl} -pi -e 's|^#!\s?/usr/local/bin/perl\b|#!%{__perl}|' demo/*
@ -70,6 +71,11 @@ rm -rf $RPM_BUILD_ROOT
%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
- Bring fixes from EPEL build into F8
- Fix minor specfile issues

@ -1 +1 @@
497600b337a501eae11f31195ccec9d4 Parse-RecDescent-1.94.tar.gz
122fa38d52a701897836370ae022f174 Parse-RecDescent-v1.95.1.tar.gz

Loading…
Cancel
Save