rpms/physfs/FC-3 physfs.spec,1.2,1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Mar 7 17:17:26 UTC 2006


Author: spot

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

Modified Files:
	physfs.spec 
Log Message:

Resolve bugzilla 183705



Index: physfs.spec
===================================================================
RCS file: /cvs/extras/rpms/physfs/FC-3/physfs.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- physfs.spec	28 Feb 2006 23:50:28 -0000	1.2
+++ physfs.spec	7 Mar 2006 17:17:26 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		physfs
 Version:	1.0.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	BSD
 Group:		System Environment/Libraries
 Summary:	Library to provide abstract access to various archives
@@ -50,6 +50,15 @@
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
 install -m0644 docs/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
 
+# Handle man page conflicts (bz #183705)
+mv $RPM_BUILD_ROOT%{_mandir}/man3/author.3 $RPM_BUILD_ROOT%{_mandir}/man3/physfs-author.3
+mv $RPM_BUILD_ROOT%{_mandir}/man3/description.3 $RPM_BUILD_ROOT%{_mandir}/man3/physfs-description.3
+mv $RPM_BUILD_ROOT%{_mandir}/man3/extension.3 $RPM_BUILD_ROOT%{_mandir}/man3/physfs-extension.3
+mv $RPM_BUILD_ROOT%{_mandir}/man3/major.3 $RPM_BUILD_ROOT%{_mandir}/man3/physfs-major.3
+mv $RPM_BUILD_ROOT%{_mandir}/man3/minor.3 $RPM_BUILD_ROOT%{_mandir}/man3/physfs-minor.3
+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
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -72,6 +81,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar  7 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-4
+- resolve man page conflicts (bz #183705)
+
 * Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-3
 - bump for FC-5
 




More information about the fedora-extras-commits mailing list