rpms/Coin2/devel Coin2.spec,1.27,1.28

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


Author: corsepiu

Update of /cvs/extras/rpms/Coin2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3284

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




Index: Coin2.spec
===================================================================
RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Coin2.spec	19 Feb 2006 10:06:51 -0000	1.27
+++ Coin2.spec	22 Feb 2006 16:20:39 -0000	1.28
@@ -13,7 +13,7 @@
 Summary: High-level 3D visualization library
 Name: Coin2
 Version: 2.4.4
-Release: 9%{?dist}
+Release: 10%{?dist}
 
 License: GPL
 Group: System Environment/Libraries
@@ -34,6 +34,7 @@
 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
@@ -88,6 +89,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
@@ -117,6 +119,9 @@
 %doc %{coin_htmldir}
 
 %changelog
+* Wed Fed 22 2006 Ralf Corsépius <rc040203 at freenet.de> - 2.4.4-10
+- Rename man3 manpages to .3sim (PR 182212).
+
 * Sun Feb 16 2006 Ralf Corsepius <rc040203 at freenet.de> - 2.4.4-9
 - Rebuild.
 




More information about the scm-commits mailing list