rpms/perl-Parse-RecDescent/devel perl-Parse-RecDescent.spec, 1.14, 1.15

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Wed Nov 14 18:31:36 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Parse-RecDescent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15315

Modified Files:
	perl-Parse-RecDescent.spec 
Log Message:
apply fixes from package review bz#226274.


Index: perl-Parse-RecDescent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Parse-RecDescent/devel/perl-Parse-RecDescent.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- perl-Parse-RecDescent.spec	17 Oct 2007 02:31:44 -0000	1.14
+++ perl-Parse-RecDescent.spec	14 Nov 2007 18:31:01 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           perl-Parse-RecDescent
 Version:        1.95.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Parse-RecDescent Perl module
 
 Group:          Development/Libraries
@@ -10,8 +10,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(version), perl(Test::More)
+BuildRequires:  perl(Test::Pod)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -43,10 +43,12 @@
 chmod 644 Changes README lib/Parse/* demo/* tutorial/*
 %{__perl} -pi -e 's|^#!\s?/usr/local/bin/perl\b|#!%{__perl}|' demo/*
 
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
@@ -54,6 +56,11 @@
 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
@@ -71,7 +78,15 @@
 
 
 %changelog
-* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.95-2
+* 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




More information about the fedora-extras-commits mailing list