rpms/physfs/FC-6 physfs.spec,1.5,1.6

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Oct 29 20:37:10 UTC 2007


Author: spot

Update of /cvs/extras/rpms/physfs/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16888/FC-6

Modified Files:
	physfs.spec 
Log Message:

fix multilib conflicts



Index: physfs.spec
===================================================================
RCS file: /cvs/extras/rpms/physfs/FC-6/physfs.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- physfs.spec	26 Aug 2007 22:27:51 -0000	1.5
+++ physfs.spec	29 Oct 2007 20:36:37 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		physfs
 Version:	1.0.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	zlib
 Group:		System Environment/Libraries
 Summary:	Library to provide abstract access to various archives
@@ -59,6 +59,10 @@
 mv $RPM_BUILD_ROOT%{_mandir}/man3/patch.3 $RPM_BUILD_ROOT%{_mandir}/man3/physfs-patch.3
 mv $RPM_BUILD_ROOT%{_mandir}/man3/url.3 $RPM_BUILD_ROOT%{_mandir}/man3/physfs-url.3
 
+# Fix multilib conflicts
+touch -r LICENSE docs/html/*
+touch -r LICENSE docs/latex/*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -81,6 +85,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 29 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-7
+- fix multilib conficts
+
 * Sun Aug 26 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-6
 - fix license tag, rebuild for BuildID
 




More information about the fedora-extras-commits mailing list