]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- rel 4; drop _noautoreqdep (not needed in th); package so symlinks auto/th/Mesa-6_5_2-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 Jan 2007 00:25:28 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.140

Mesa.spec

index 774311bbfefe667f58b52632444821085d7c08f6..ff661b34709aa0143773ec0d89951f92897b0c3f 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -12,7 +12,7 @@ Summary:      Free OpenGL implementation
 Summary(pl):   Wolnodostêpna implementacja standardu OpenGL
 Name:          Mesa
 Version:       6.5.2
-Release:       3
+Release:       4
 License:       MIT (core), SGI (GLU,libGLw) and others - see COPYRIGHT file
 Group:         X11/Libraries
 Source0:       http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2
@@ -35,9 +35,6 @@ BuildRequires:        xorg-proto-printproto-devel
 BuildRequires: xorg-util-makedepend
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# avoid XFree86-OpenGL* dependency
-%define                _noautoreqdep   libGL.so.1 libGLU.so.1 libOSMesa.so.4
-
 %define                _sysconfdir     /etc/X11
 
 %description
@@ -619,8 +616,8 @@ rm -rf $RPM_BUILD_ROOT
 %files libGL
 %defattr(644,root,root,755)
 %doc docs/{*.html,README.{3DFX,GGI,MITS,QUAKE,THREADS},RELNOTES*}
-%attr(755,root,root) %{_libdir}/libGL.so.*.*
-%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
+%attr(755,root,root) %{_libdir}/libGL.so.*
+%attr(755,root,root) %{_libdir}/libOSMesa.so.*
 # symlink for binary apps which fail to conform Linux OpenGL ABI
 # (and dlopen libGL.so instead of libGL.so.1)
 %attr(755,root,root) %{_libdir}/libGL.so
@@ -649,7 +646,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libGLU
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libGLU.so.*.*
+%attr(755,root,root) %{_libdir}/libGLU.so.*
 
 %files libGLU-devel
 %defattr(644,root,root,755)
@@ -663,7 +660,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libGLw
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libGLw.so.*.*
+%attr(755,root,root) %{_libdir}/libGLw.so.*
 
 %files libGLw-devel
 %defattr(644,root,root,755)
This page took 0.031133 seconds and 4 git commands to generate.