summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2010-03-24 18:14:44 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3496fa2b053d676bdb247e445cf7471f85c2d996 (patch)
treed43419b1cd059951fa210147b14535412c43441f
parentf35aa06e5a3a9dd5ce83fbc8a78a370bde3298cc (diff)
downloadMesa-3496fa2b053d676bdb247e445cf7471f85c2d996.zip
Mesa-3496fa2b053d676bdb247e445cf7471f85c2d996.tar.gz
- up to 7.8 20100324 (final soon)
Changed files: Mesa.spec -> 1.242
-rw-r--r--Mesa.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/Mesa.spec b/Mesa.spec
index f4497ff..fa67081 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -14,7 +14,7 @@
%bcond_without osmesa # don't build osmesa
%bcond_with static
#
-%define snap 20100222
+%define snap 20100324
# minimal supported xserver version
%define xserver_ver 1.5.0
# glapi version (glapi tables in dri drivers and libglx must be in sync);
@@ -39,7 +39,7 @@ Group: X11/Libraries
# git clone git://anongit.freedesktop.org/git/mesa/mesa
# cd mesa && git archive master --prefix Mesa/ | bzip2 > ../Mesa-$(date +%Y%m%d).tar.bz2
Source0: %{name}-%{snap}.tar.bz2
-# Source0-md5: 7c97eb9576bf93a26fa7eca286df7926
+# Source0-md5: d41d8cd98f00b204e9800998ecf8427e
Patch0: %{name}-realclean.patch
Patch1: %{name}-tgsi_dump.patch
URL: http://www.mesa3d.org/
@@ -747,7 +747,7 @@ rm -rf $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/*/{.deps,CVS,Makefile.{
# strip out undesirable headers
olddir=$(pwd)
cd $RPM_BUILD_ROOT%{_includedir}/GL
-rm [a-fh-np-wyz]*.h gg*.h glf*.h
+rm [a-fh-np-wyz]*.h glf*.h
cd $RPM_BUILD_ROOT%{_libdir}
cd $olddir
@@ -930,6 +930,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with gallium}
%files dri-driver-nouveau
%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/modesetting_drv.so
%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
%endif
@@ -958,6 +959,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with gallium}
%files dri-driver-vmwgfx
%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/vmwgfx_drv.so
%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
%endif