rpms/Coin2/devel Coin2.spec,1.31,1.32

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sat Sep 16 03:24:20 UTC 2006


Author: corsepiu

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

Modified Files:
	Coin2.spec 
Log Message:
* Fri Sep 15 2006 Ralf Corsépius <rc040203 at freenet.de> - 2.4.5-3
- Add doxygen hack.



Index: Coin2.spec
===================================================================
RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Coin2.spec	5 Sep 2006 09:08:34 -0000	1.31
+++ Coin2.spec	16 Sep 2006 03:24:20 -0000	1.32
@@ -13,7 +13,7 @@
 Summary: High-level 3D visualization library
 Name: Coin2
 Version: 2.4.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPL
 Group: System Environment/Libraries
@@ -66,6 +66,13 @@
 sed -i -e 's, at LIBOPENAL_SONAME@,"%{libopenal_SONAME}",' \
   src/glue/openal_wrapper.c
 
+# HACK ALERT
+# The sources are ISO-8859-1 encoded
+# We want doxygen to generate utf-8 encoded docs from them
+sed -i \
+ -e 's,^\(INPUT_FILTER.*=\).*$,\1 \"/usr/bin/iconv -f ISO-8859-1 -t utf-8\",' \
+  docs/coin.doxygen.in
+
 %build
 %configure \
 	--includedir=%{coin_includedir} \
@@ -117,6 +124,9 @@
 %doc %{coin_htmldir}
 
 %changelog
+* Fri Sep 15 2006 Ralf Corsépius <rc040203 at freenet.de> - 2.4.5-3
+- Add doxygen hack.
+
 * Tue Sep 05 2006 Ralf Corsépius <rc040203 at freenet.de> - 2.4.5-2
 - Mass rebuild.
 




More information about the scm-commits mailing list