rpms/xerces-c/devel xerces-c.spec,1.16,1.17

Jonathan Robie jonathanrobie at fedoraproject.org
Thu Feb 4 20:48:55 UTC 2010


Author: jonathanrobie

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

Modified Files:
	xerces-c.spec 
Log Message:
Removing executable files from the doc/samples directory.



Index: xerces-c.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xerces-c/devel/xerces-c.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- xerces-c.spec	4 Feb 2010 17:47:18 -0000	1.16
+++ xerces-c.spec	4 Feb 2010 20:48:55 -0000	1.17
@@ -1,7 +1,7 @@
 Summary:	Validating XML Parser
 Name:		xerces-c
 Version:	3.0.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Libraries
 URL:		http://xml.apache.org/xerces-c/
@@ -69,6 +69,7 @@ make
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR="$RPM_BUILD_ROOT"
+cd samples; make clean
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig



More information about the scm-commits mailing list