rpms/xorg-x11-drv-fglrx/F-10 xorg-x11-drv-fglrx.spec,1.14,1.15

Stewart Adam firewing at rpmfusion.org
Wed Dec 31 19:47:28 CET 2008


Author: firewing

Update of /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24374/F-10

Modified Files:
	xorg-x11-drv-fglrx.spec 
Log Message:
* Wed Dec 31 2008 Stewart Adam <s.adam at diffingo.com> - 8.561-6.8.12
- symlink needs to be ../lib64/dri, not ../lib64



Index: xorg-x11-drv-fglrx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-10/xorg-x11-drv-fglrx.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xorg-x11-drv-fglrx.spec	30 Dec 2008 23:11:13 -0000	1.14
+++ xorg-x11-drv-fglrx.spec	31 Dec 2008 18:46:58 -0000	1.15
@@ -9,7 +9,7 @@
 
 Name:            xorg-x11-drv-fglrx
 Version:         8.561
-Release:         5.%{ativersion}%{?dist}
+Release:         6.%{ativersion}%{?dist}
 Summary:         AMD's proprietary driver for ATI graphic cards
 Group:           User Interface/X Hardware Support
 License:         BSD/Commercial/GPL/QPL
@@ -241,7 +241,7 @@
 %ifarch x86_64
 # dri workaround
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/dri
-ln -s ../lib64/fglrx_dri.so $RPM_BUILD_ROOT%{_prefix}/lib/dri/
+ln -s ../../lib64/dri/fglrx_dri.so $RPM_BUILD_ROOT%{_prefix}/lib/dri/
 %endif
 
 %clean
@@ -323,6 +323,9 @@
 %{_includedir}/X11/extensions/*.h
 
 %changelog
+* Wed Dec 31 2008 Stewart Adam <s.adam at diffingo.com> - 8.561-6.8.12
+- symlink needs to be ../lib64/dri, not ../lib64
+
 * Tue Dec 30 2008 Stewart Adam <s.adam at diffingo.com> - 8.561-5.8.12
 - Only create symlink for dri workaround on x86_64
 



More information about the rpmfusion-commits mailing list