rpms/xerces-c/EL-5 xerces-c.spec,1.5,1.6

Peter Lemenkov peter at fedoraproject.org
Fri Aug 7 12:44:55 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/xerces-c/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14029/EL-5

Modified Files:
	xerces-c.spec 
Log Message:
some rpmlint messages were suppressed, but I don't think they worths to rebuild packages


Index: xerces-c.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xerces-c/EL-5/xerces-c.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- xerces-c.spec	6 Aug 2009 14:26:47 -0000	1.5
+++ xerces-c.spec	7 Aug 2009 12:44:55 -0000	1.6
@@ -1,8 +1,8 @@
 Summary:	Validating XML Parser
 Name:		xerces-c
 Version:	2.7.0
-Release:	8%{?dist}
-License:	Apache Software License
+Release:	9%{?dist}
+License:	ASL 2.0
 Group:		System Environment/Libraries
 URL:		http://xml.apache.org/xerces-c/
 Source0:	http://www.apache.org/dist/xml/xerces-c/source/xerces-c-src_2_7_0.tar.gz
@@ -54,6 +54,13 @@ rm -rf doc/html/resources/.svn
 find ./doc -type f -perm 755 -exec chmod 644 {} \;
 find ./samples -type f -perm 755 -exec chmod 644 {} \;
 %{__perl} -pi.orig -e 's|(PREFIX.)/lib\b|$1/%{_lib}|g' src/xercesc/configure */Makefile.in
+
+iconv -f iso8859-1 -t utf-8 credits.txt > credits.txt.conv && mv -f credits.txt.conv credits.txt;
+for i in feedback.xml migration.xml releases_archive.xml; do {
+	iconv -f iso8859-1 -t utf-8 doc/$i > doc/$i.conv && mv -f doc/$i.conv doc/$i;
+	};
+done;
+
 %patch0 -p0 -b .CVE-2009-1885
 
 %build
@@ -117,6 +124,9 @@ export XERCESCROOT="$PWD"
 #%{_datadir}/%{name}/samples
 
 %changelog
+* Fri Aug  7 2009 Peter Lemenkov <lemenkov at gmail.com> 2.7.0-9
+- Some rpmlint messages were suppressed (thanks to Xavier Bachelot)
+
 * Thu Aug  6 2009 Peter Lemenkov <lemenkov at gmail.com> 2.7.0-8
 - Fix CVE-2009-1885
 




More information about the fedora-extras-commits mailing list