]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- added patch to look for dri modules in /usr/lib/xorg/modules
authorwrobell <wrobell@pld-linux.org>
Tue, 20 Dec 2005 13:43:42 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    Mesa.spec -> 1.97

Mesa.spec

index e868485bc7c640a97152583c56615816a52ff335..bbb8d86018c2433dbeb7ea82d5730ebcc481ef55 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -10,13 +10,14 @@ Summary:    Free OpenGL implementation
 Summary(pl):   Wolnodostêpna implementacja standardu OpenGL
 Name:          Mesa
 Version:       6.4.1
-Release:       1
+Release:       2
 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
 # Source0-md5: ea148c828ec6f645526451db1b8556f1
 Source1:       http://dl.sourceforge.net/mesa3d/%{name}Demos-%{version}.tar.bz2
 # Source1-md5: 99df1fdcb98d391666b476ca6f1dda8a
+Patch0:                %{name}-modules_dir.patch
 URL:           http://www.mesa3d.org/
 %{?with_glide:BuildRequires:   Glide3-DRI-devel}
 BuildRequires: expat-devel
@@ -254,6 +255,7 @@ Sterowniki DRI dla X.org.
 
 %prep
 %setup -q -n Mesa-%{version} -b 1
+%patch0 -p1
 
 # fix demos
 find progs -type f|xargs sed -i -e "s,\.\./images/,%{_examplesdir}/%{name}-%{version}/images/,g"
This page took 0.033708 seconds and 4 git commands to generate.