rpms/Coin2/devel Coin2.spec,1.6,1.7

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue May 3 08:32:55 UTC 2005


Author: corsepiu

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

Modified Files:
	Coin2.spec 
Log Message:
Minor spec changes.


Index: Coin2.spec
===================================================================
RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Coin2.spec	6 Apr 2005 22:10:46 -0000	1.6
+++ Coin2.spec	3 May 2005 08:32:53 -0000	1.7
@@ -10,7 +10,7 @@
 Summary: High-level 3D visualization library
 Name: %{name}
 Version: %{srcvers}
-Release: 6
+Release: 7.fc4
 
 
 License: GPL
@@ -56,16 +56,12 @@
 %patch4 -p1 -b .orig
 %patch5 -p1 -b .orig
 
-sed -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \
-< src/glue/freetype.c > src/glue/freetype.c~
-mv src/glue/freetype.c~ src/glue/freetype.c
-sed -e 's, at LIBSIMAGE_SONAME@,"%{libsimage_SONAME}",' \
-< src/glue/simage_wrapper.c > src/glue/simage_wrapper.c~
-mv src/glue/simage_wrapper.c~ src/glue/simage_wrapper.c
-sed -e 's, at LIBOPENAL_SONAME@,"%{libopenal_SONAME}",' \
-< src/glue/openal_wrapper.c > src/glue/openal_wrapper.c~
-mv src/glue/openal_wrapper.c~ src/glue/openal_wrapper.c
-
+sed -i -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \
+  src/glue/freetype.c
+sed -i -e 's, at LIBSIMAGE_SONAME@,"%{libsimage_SONAME}",' \
+  src/glue/simage_wrapper.c
+sed -i -e 's, at LIBOPENAL_SONAME@,"%{libopenal_SONAME}",' \
+  src/glue/openal_wrapper.c
 
 %build
 %configure \
@@ -112,7 +108,10 @@
 %doc %{_datadir}/Coin/html
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Tue May 03 2005 Ralf Corsepius <ralf at links2linux.de> - 0:2.3.0-7
+- Minor spec changes.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.3.0-6
 - rebuilt
 
 * Tue Feb 22  2005 Ralf Corsepius <ralf at links2linux.de> - 0:2.3.0-5
@@ -136,5 +135,5 @@
 
 * Thu Jun 24 2004 Ralf Corsepius <ralf at links2linux.de> - 0:2.3.0-0.fdr.1
 - Update to 2.3.0
-- Install html docs to default installation dir (%{_datadir}/html).
+- Install html docs to default installation dir (%%{_datadir}/html).
 - Remove dependency to simage.




More information about the fedora-extras-commits mailing list