rpms/perl-XML-Parser/devel perl-XML-Parser.spec,1.20,1.21

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Wed Oct 24 21:13:44 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-XML-Parser/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18073

Modified Files:
	perl-XML-Parser.spec 
Log Message:
fix BR, and utf8 issue.


Index: perl-XML-Parser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-Parser/devel/perl-XML-Parser.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- perl-XML-Parser.spec	28 Aug 2007 15:27:45 -0000	1.20
+++ perl-XML-Parser.spec	24 Oct 2007 21:13:06 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           perl-XML-Parser
 Version:        2.34
-Release:        8
+Release:        9
 Summary:        A low level Perl module for parsing XML either via trees or streaming
 
 Group:          Development/Libraries
@@ -9,7 +9,7 @@
 Source0:        http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-Parser-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl >= 2:5.8.0, perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  expat-devel
 # The script LWPExternEnt.pl is loaded by Parser.pm
 BuildRequires:  perl(LWP), perl(URI)
@@ -45,6 +45,11 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
+for file in samples/REC-xml-19980210.xml; do
+  iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
+  mv -f "${file}_" "$file"
+done
+
 %check
 make test
 
@@ -61,6 +66,10 @@
 
 
 %changelog
+* Tue Oct 23 2007 Robin Norwood <rnorwood at redhat.com> 2.34-9
+- Remove BR: perl
+- fix utf-8 rpmlint warning
+
 * Tue Aug 28 2007 Robin Norwood <rnorwood at redhat.com> - 2.34-8
 - Update license tag
 - Add README Changes samples/ to %%doc section




More information about the fedora-extras-commits mailing list