rpms/Inventor/devel Inventor.spec,1.23,1.24

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Dec 8 05:51:49 UTC 2005


Author: corsepiu

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

Modified Files:
	Inventor.spec 
Log Message:
Next attempt.


Index: Inventor.spec
===================================================================
RCS file: /cvs/extras/rpms/Inventor/devel/Inventor.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Inventor.spec	8 Dec 2005 04:33:40 -0000	1.23
+++ Inventor.spec	8 Dec 2005 05:51:47 -0000	1.24
@@ -76,7 +76,11 @@
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:	pkgconfig
-Requires:	xorg-x11-devel
+Requires:	libGLU-devel
+# PR #175253: libGLU-devel should implicitly pull-in libGL-devel
+Requires:	libGL-devel
+# PR #173712: libGL-devel should implicitly pull-in libX11-devel
+Requires:	libX11-devel
 Requires:	freetype-devel libjpeg-devel
 
 %description    devel
@@ -235,9 +239,6 @@
 install -d m755 ${RPM_BUILD_ROOT}%{_libdir}/Inventor
 mv devel-docs ${RPM_BUILD_ROOT}%{_libdir}/Inventor/examples
 
-# testing
-exit 1
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 




More information about the scm-commits mailing list