rpms/fglrx-kmod/F-9 fglrx-kmod.spec,1.2,1.3

Stewart Adam firewing at rpmfusion.org
Fri Oct 17 15:53:34 CEST 2008


Author: firewing

Update of /cvs/nonfree/rpms/fglrx-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3298/F-9

Modified Files:
	fglrx-kmod.spec 
Log Message:
Remove make.sh from the build process (thanks kwizart for the patch!)



Index: fglrx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/F-9/fglrx-kmod.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fglrx-kmod.spec	16 Oct 2008 23:48:18 -0000	1.2
+++ fglrx-kmod.spec	17 Oct 2008 13:53:04 -0000	1.3
@@ -15,7 +15,7 @@
 
 Name:        fglrx-kmod
 Version:     8.543
-Release:     0.2.%{ativersion}%{?dist}.1
+Release:     0.3.%{ativersion}%{?dist}.1
 # Taken over by kmodtool
 Summary:     AMD display driver kernel module
 Group:       System Environment/Kernel
@@ -25,7 +25,6 @@
 Source11:    fglrx-kmodtool-excludekernel-filterfile
 # These control kernel version detection
 Patch1:      fglrx-makefile.diff
-Patch2:      fglrx-makesh.diff
 
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -74,7 +73,6 @@
 # These control kernel version detection
 pushd fglrxpkg/lib/modules/fglrx/build_mod/
 %patch1 -b .patch1
-%patch2 -b .patch2
 popd
 
 for kernel_version  in %{?kernel_versions} ; do
@@ -84,13 +82,8 @@
 
 %build
 for kernel_version in %{?kernel_versions}; do
-    pushd _kmod_build_${kernel_version%%___*}/lib/modules/fglrx/build_mod/
-    export AS_USER=y
-    export KERNEL_PATH="${kernel_version##*___}"
-    export FEDORA_UNAME_R="${kernel_version%%___*}"
-    export FEDORA_UNAME_M="%{_target_cpu}"
-    export CC="gcc"
-    bash make.sh verbose
+    pushd _kmod_build_${kernel_version%%___*}/lib/modules/fglrx/build_mod/2.6.x
+    make CC="gcc" PAGE_ATTR_FIX=0 KERNEL_PATH="${kernel_version##*___}"
     popd
 done
 
@@ -108,6 +101,9 @@
 
 
 %changelog
+* Fri Oct 17 2008 kwizart < kwizart at gmail.com > - 8.543-0.3.8.11beta.1
+- Drop the make.sh layer
+
 * Thu Oct 16 2008 Stewart Adam <s.adam at diffingo.com> - 8.543-0.2.8.11beta.1
 - Update patches
 



More information about the rpmfusion-commits mailing list