rpms/perl-Parse-RecDescent/F-9 .cvsignore, 1.4, 1.5 perl-Parse-RecDescent.spec, 1.17, 1.18 sources, 1.4, 1.5

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


Author: kasal

Update of /cvs/extras/rpms/perl-Parse-RecDescent/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25327

Modified Files:
	.cvsignore perl-Parse-RecDescent.spec sources 
Log Message:
new upstream version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	17 Oct 2007 02:17:44 -0000	1.4
+++ .cvsignore	2 Feb 2009 19:08:59 -0000	1.5
@@ -1 +1 @@
-Parse-RecDescent-v1.95.1.tar.gz
+Parse-RecDescent-1.96.0.tar.gz


Index: perl-Parse-RecDescent.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/F-9/perl-Parse-RecDescent.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- perl-Parse-RecDescent.spec	28 Feb 2008 13:10:37 -0000	1.17
+++ perl-Parse-RecDescent.spec	2 Feb 2009 19:08:59 -0000	1.18
@@ -1,18 +1,18 @@
 Name:           perl-Parse-RecDescent
-Version:        1.95.1
-Release:        5%{?dist}
+Version:        1.96
+%define	tarname Parse-RecDescent-%{version}.0
+Release:        1%{?dist}
 Summary:        Parse-RecDescent Perl module
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Parse-RecDescent/
-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)
+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(ExtUtils::MakeMaker), perl(version), perl(Test::More)
 BuildRequires:  perl(Test::Pod)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Parse::RecDescent incrementally generates top-down recursive-descent
@@ -38,10 +38,12 @@
 
 
 %prep
-%setup -q -n Parse-RecDescent-v%{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
@@ -56,11 +58,6 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-for file in demo/demo_dot.pl; do
-  iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
-  mv -f "${file}_" "$file"
-done
-
 
 %check
 make test
@@ -78,6 +75,9 @@
 
 
 %changelog
+* 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)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	17 Oct 2007 02:17:44 -0000	1.4
+++ sources	2 Feb 2009 19:08:59 -0000	1.5
@@ -1 +1 @@
-122fa38d52a701897836370ae022f174  Parse-RecDescent-v1.95.1.tar.gz
+373dc01e102d81d01a4fb1431c5ff3fb  Parse-RecDescent-1.96.0.tar.gz




More information about the fedora-extras-commits mailing list