From 050434ed6c80313aeecfcd3d35c0fd4e95d7ab82 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 23 Jun 2001 10:38:19 +0000 Subject: [PATCH] - libGLU is no longer LGPL (it's from SGI, not Mesa3D) - libGLU.so.1 may cause false Mesa dependency too - added to noautoreqdep - libGLw.a moved to OpenGL-devel subpackage (was it my mistake?) Changed files: XFree86.spec -> 1.219 --- XFree86.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/XFree86.spec b/XFree86.spec index 19a745a..a04375f 100644 --- a/XFree86.spec +++ b/XFree86.spec @@ -86,7 +86,7 @@ Obsoletes: X11R6.1 %define _wmpropsdir %{_datadir}/wm-properties # avoid Mesa dependency in XFree86-OpenGL-libs -%define _noautoreqdep libGL.so.1 +%define _noautoreqdep libGL.so.1 libGLU.so.1 %description If you want to install the X Window System (TM) on your machine, @@ -291,7 +291,6 @@ Wsparcie OpenGL dla systemu X11R6. %package OpenGL-libs Summary: OpenGL libraries for X11R6 Summary(pl): Biblioteki OpenGL dla systemu X11R6 -License: MIT (Mesa core), LGPL (libGLU) Group: X11/Libraries Group(de): X11/Libraries Group(es): X11/Bibliotecas @@ -311,7 +310,6 @@ Biblioteki OpenGL dla systemu X11R6. %package OpenGL-devel Summary: OpenGL for X11R6 development Summary(pl): Pliki nag³ówkowe dla OpenGL dla systemu X11R6 -License: MIT (Mesa core), LGPL (glu.h), SGI (libGLw) Group: X11/Libraries Group(de): X11/Libraries Group(es): X11/Bibliotecas @@ -330,7 +328,6 @@ Pliki nag %package OpenGL-static Summary: X11R6 static libraries with OpenGL Summary(pl): Biblioteki statyczne do X11R6 ze wsparciem dla OpenGL -License: MIT (libGL), LGPL (libGLU) Group: X11/Libraries Group(de): X11/Libraries Group(es): X11/Bibliotecas @@ -1793,7 +1790,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/glxinfo %attr(755,root,root) %{_libdir}/libGLU.so.*.* -%{_libdir}/libGLw.a %ifnarch alpha %attr(755,root,root) %{_libdir}/libOSMesa.so.*.* %endif @@ -1805,6 +1801,7 @@ rm -rf $RPM_BUILD_ROOT %ifnarch alpha %attr(755,root,root) %{_libdir}/libOSMesa*.so %endif +%{_libdir}/libGLw.a %dir %{_includedir}/GL %attr(644,root,root) %{_includedir}/GL/* %{_mandir}/man3/glX* -- 2.44.0