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

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Fri May 6 05:26:31 UTC 2005


Author: corsepiu

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

Modified Files:
	Coin2.spec 
Log Message:
Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling.


Index: Coin2.spec
===================================================================
RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Coin2.spec	3 May 2005 08:32:53 -0000	1.7
+++ Coin2.spec	6 May 2005 05:26:28 -0000	1.8
@@ -10,7 +10,7 @@
 Summary: High-level 3D visualization library
 Name: %{name}
 Version: %{srcvers}
-Release: 7.fc4
+Release: 8.fc4
 
 
 License: GPL
@@ -26,7 +26,9 @@
 Patch4: coin-2.3.0-libtool.diff.bz2
 Patch5: coin-2.3.0-man3.diff
 
-BuildRequires: libGL.so.1 libGLU.so.1 XFree86-devel
+BuildRequires: xorg-x11-Mesa-libGL
+BuildRequires: xorg-x11-Mesa-libGLU
+BuildRequires: xorg-x11-devel
 BuildRequires: zlib-devel bzip2-devel
 BuildRequires: doxygen
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -108,6 +110,10 @@
 %doc %{_datadir}/Coin/html
 
 %changelog
+* Fri May 06 2005 Ralf Corsepius <ralf at links2linux.de> - 0:2.3.0-8
+- Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead
+  SONAME handling.
+
 * Tue May 03 2005 Ralf Corsepius <ralf at links2linux.de> - 0:2.3.0-7
 - Minor spec changes.
 




More information about the fedora-extras-commits mailing list