rpms/Coin2/FC-4 Coin2.spec,1.15,1.16

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Feb 22 16:27:00 UTC 2006


Author: corsepiu

Update of /cvs/extras/rpms/Coin2/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3451

Modified Files:
	Coin2.spec 
Log Message:
Rename man3 manpages to .3sim (PR 182212).


Index: Coin2.spec
===================================================================
RCS file: /cvs/extras/rpms/Coin2/FC-4/Coin2.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Coin2.spec	22 Dec 2005 12:19:30 -0000	1.15
+++ Coin2.spec	22 Feb 2006 16:26:58 -0000	1.16
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2004, 2005 Ralf Corsepius, Ulm, Germany.
+# Copyright (c) 2004, 2005, 2006 Ralf Corsepius, Ulm, Germany.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -13,7 +13,7 @@
 Summary: High-level 3D visualization library
 Name: Coin2
 Version: 2.4.4
-Release: 3.1%{?dist}
+Release: 3.2%{?dist}
 
 License: GPL
 Group: System Environment/Libraries
@@ -34,6 +34,8 @@
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel
 BuildRequires: doxygen
+BuildRequires: /usr/bin/rename
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/ldconfig
@@ -85,6 +87,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
+/usr/bin/rename .3 .3sim $RPM_BUILD_ROOT%{_mandir}/man3/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -114,6 +117,9 @@
 %doc %{coin_htmldir}
 
 %changelog
+* Wed Feb 22 2006 Ralf Corsépius <rc040203 at freenet.de> - 2.4.4-3.2
+- Rename man3 manpages to .3sim (PR 182212).
+
 * Thu Sep 22 2005 Ralf Corsépius <rc040203 at freenet.de> - 2.4.4-3.1
 - Add Coin-2.4.4-gcc-4.1.diff.
 - Remove ancient changelog entries from spec file.




More information about the scm-commits mailing list