rpms/xorg-x11-drv-fglrx/F-9 xorg-x11-drv-fglrx.spec,1.12,1.13

Stewart Adam firewing at rpmfusion.org
Wed Dec 31 19:46:59 CET 2008


Author: firewing

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

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-9/xorg-x11-drv-fglrx.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xorg-x11-drv-fglrx.spec	30 Dec 2008 23:11:13 -0000	1.12
+++ xorg-x11-drv-fglrx.spec	31 Dec 2008 18:46:58 -0000	1.13
@@ -9,7 +9,7 @@
 
 Name:            xorg-x11-drv-fglrx
 Version:         8.561
-Release:         4.%{ativersion}%{?dist}
+Release:         5.%{ativersion}%{?dist}
 Summary:         AMD's proprietary driver for ATI graphic cards
 Group:           User Interface/X Hardware Support
 License:         BSD/Commercial/GPL/QPL
@@ -230,7 +230,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
@@ -310,6 +310,9 @@
 %{_includedir}/X11/extensions/*.h
 
 %changelog
+* Wed Dec 31 2008 Stewart Adam <s.adam at diffingo.com>	- 8.561-5.8.12
+- symlink needs to be ../lib64/dri, not ../lib64
+
 * Tue Dec 30 2008 Stewart Adam <s.adam at diffingo.com> - 8.561-4.8.12
 - Only create symlink for dri workaround on x86_64
 



More information about the rpmfusion-commits mailing list