rpms/perl-Parse-RecDescent/EL-5 .cvsignore, 1.3, 1.4 perl-Parse-RecDescent.spec, 1.12, 1.13 sources, 1.3, 1.4

Štěpán Kasal kasal at fedoraproject.org
Mon Feb 2 19:05:56 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-Parse-RecDescent/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24302

Modified Files:
	.cvsignore perl-Parse-RecDescent.spec sources 
Log Message:
jump to 1.96


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Sep 2004 10:16:35 -0000	1.3
+++ .cvsignore	2 Feb 2009 19:05:26 -0000	1.4
@@ -1 +1 @@
-Parse-RecDescent-1.94.tar.gz
+Parse-RecDescent-1.96.0.tar.gz


Index: perl-Parse-RecDescent.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/EL-5/perl-Parse-RecDescent.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-Parse-RecDescent.spec	20 Jul 2007 15:34:50 -0000	1.12
+++ perl-Parse-RecDescent.spec	2 Feb 2009 19:05:26 -0000	1.13
@@ -1,17 +1,18 @@
 Name:           perl-Parse-RecDescent
-Version:        1.94
-Release:        6%{?dist}
+Version:        1.96
+%define	tarname Parse-RecDescent-%{version}.0
+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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://www.cpan.org/authors/id/D/DC/DCONWAY/%{tarname}.tar.gz
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(version), perl(Test::More)
+BuildRequires:  perl(Test::Pod)
 
 %description
 Parse::RecDescent incrementally generates top-down recursive-descent
@@ -37,15 +38,19 @@
 
 
 %prep
-%setup -q -n Parse-RecDescent-%{version} 
-
-chmod 644 Changes README lib/Parse/* demo/* tutorial/*
+%setup -q -n %{tarname}
+chmod a-x demo/* tutorial/*
 %{__perl} -pi -e 's|^#!\s?/usr/local/bin/perl\b|#!%{__perl}|' demo/*
+for f in demo/demo_dot.pl; do
+  iconv -f iso-8859-1 -t utf-8 < "$f" > "${f}_" && mv -f "${f}_" "$f"
+done
+
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
@@ -70,8 +75,33 @@
 
 
 %changelog
-* Fri Jul 20 2007 Robin Norwood <rnorwood at redhat.com> - 1.94-6.el5
-- build for EL5.
+* Mon Feb  2 2009 Stepan Kasal <skasal at redhat.com> - 1.96-1
+- new upstream version
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.95.1-5
+- Rebuild for perl 5.10 (again)
+
+* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.95.1-4
+- rebuild for new perl
+
+* Wed Nov 14 2007 Robin Norwood <rnorwood at redhat.com> - 1.95.1-3
+- Apply fixes from package review:
+  - Remove BR: perl
+  - Use iconv to convert file to utf-8
+  - Include BR: perl(Test::Pod)
+  - Fix old changelog entry
+- Resolves: bz#226274
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.95.1-2
+- add BR: perl(version), perl(Test::More)
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at 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 at redhat.com> - 1.94-6.fc8
+- Bring fixes from EPEL build into F8
 - Fix minor specfile issues
 - Package the docs as well
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Sep 2004 10:16:35 -0000	1.3
+++ sources	2 Feb 2009 19:05:26 -0000	1.4
@@ -1 +1 @@
-497600b337a501eae11f31195ccec9d4  Parse-RecDescent-1.94.tar.gz
+373dc01e102d81d01a4fb1431c5ff3fb  Parse-RecDescent-1.96.0.tar.gz




More information about the fedora-extras-commits mailing list