rpms/xerces-c/devel xerces-c.spec,1.24,1.25

Jonathan Robie jonathanrobie at fedoraproject.org
Fri Feb 5 16:24:41 UTC 2010


Author: jonathanrobie

Update of /cvs/pkgs/rpms/xerces-c/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17619

Modified Files:
	xerces-c.spec 
Log Message:
Urgh! Correcting working directory confusion.



Index: xerces-c.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xerces-c/devel/xerces-c.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- xerces-c.spec	5 Feb 2010 16:12:28 -0000	1.24
+++ xerces-c.spec	5 Feb 2010 16:24:40 -0000	1.25
@@ -1,7 +1,7 @@
 Summary:	Validating XML Parser
 Name:		xerces-c
 Version:	3.0.1
-Release:	13%{?dist}
+Release:	14%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Libraries
 URL:		http://xml.apache.org/xerces-c/
@@ -67,7 +67,7 @@ make
 # get rid of files not allowed in a doc rpm
 # correct errors in line endings and encoding
 iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.tmp && mv -f CREDITS.tmp CREDITS
-pushd doc; dos2unix -U *.xml; 
+pushd doc; dos2unix -U *.xml; popd
 pushd samples
 rm -rf .libs _libs
 rm -f *.o
@@ -127,7 +127,7 @@ popd
 #%{_datadir}/%{name}/samples
 
 %changelog
-* Thu Feb 4 2010 Jonathan Robie <jonathan.robie at redhat.com> 3.0.1-13
+* Thu Feb 4 2010 Jonathan Robie <jonathan.robie at redhat.com> 3.0.1-14
   Corrected .spec file
 
 * Wed Feb 3 2010 Jonathan Robie <jonathan.robie at redhat.com> 3.0.1-1



More information about the scm-commits mailing list