projects / fglrx-packaging.git / commitdiff
Build Results
 
Summary

Description: The git repository for the ATI/AMD fglrx packaging scripts.
Last Change: Thu 2/4/10 2:40

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Thu 2/4/10 2:39
Mario Limonciello  
Convert to alternatives... 
Thu 2/4/10 1:55
Mario Limonciello  
Drop old kdelnk file... 
Thu 2/4/10 0:49
Mario Limonciello  
Drop arch stuff for fglrx... 
Wed 2/3/10 1:56
Mario Limonciello  
Migrate over to dh7. No... 
Wed 2/3/10 1:22
Mario Limonciello  
Bump standard version for... 
Sat 1/30/10 16:05
Anssi Hannula  
Mandriva: adapt for... 
 
> --git a/Fedora/ATI-fglrx.spec-tmpl b/Fedora/ATI-fglrx.spec-tmpl
index 15724fb
..57c4641 100755
--- a/Fedora/ATI-fglrx.spec-tmpl
+++ b/Fedora/ATI-fglrx.spec-tmpl
@@ -25,+25,@@ BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

 
Requires:      kernel-module-%{name}-%{_kmodver} = %{version}-%{release}
 
Requires:      system-config-display
-Requires:      compat-libstdc++

 
Requires(post):   /sbin/ldconfig /sbin/chkconfig
 Requires
(postun): /sbin/ldconfig /sbin/service
@@ -277,+276,@@ fi
 
%{_sbindir}/amdnotifyui
 
%{_sbindir}/atigetsysteminfo
 
%{_bindir}/aticonfig
+%{_bindir}/atiodcli
+%{_bindir}/atiode
 
%{_bindir}/fgl_glxgears
 
%{_bindir}/fglrxinfo
 
%{_bindir}/fglrx_xgamma
@@ -285,+286,@@ fi
 
@X11_MODULE_DIR@/linux/*fglrx*.*
 @X11_MODULE_DIR@/esut.a
 @X11_MODULE_DIR@/glesx.so
-%{_libdir}/fglrx/*.so.*
+@X11_MODULE_DIR@/amdxmm.so
+%{_libdir}/fglrx/*.so*
 %{_mandir}/man[1-9]/atieventsd.*
 # Workaround
 @ICD_PATH_BUG@
@@ -320,6 +322,10 @@ fi


 %changelog
+* Wed Jul 30 2008 Michael Larabel <Michael AT phoronix DOT com> 8.51.0-1
+- Update packaging scripts to handle atiode, atidxmm, atiodcli, etc.. Patch contributed by stevew.
+
+* Sat Mar 08 2008 Michael Larabel <Michael AT phoronix DOT com> 8.47.1-1
 - Add compat-libstdc++ as a required dependency

 * Sat Mar 08 2008 Michael Larabel <Michael AT phoronix DOT com> 8.47.1-1
diff --git a/Fedora/ati-packager.sh b/Fedora/ati-packager.sh
index 8b689e3..e5935e2 100755
--- a/Fedora/ati-packager.sh
+++ b/Fedora/ati-packager.sh
@@ -121,6 +121,8 @@ build_package()
        ${TMP_RPM_BUILD_DIR}/usr/${ARCH_LIB}/xorg/modules
     mv ${TMP_RPM_BUILD_DIR}/usr/X11R6/${ARCH_LIB}/modules/glesx.so \
        ${TMP_RPM_BUILD_DIR}/usr/${ARCH_LIB}/xorg/modules
+    mv ${TMP_RPM_BUILD_DIR}/usr/X11R6/${ARCH_LIB}/modules/amdxmm.so \
+       ${TMP_RPM_BUILD_DIR}/usr/${ARCH_LIB}/xorg/modules
       # ln -s ${TMP_RPM_BUILD_DIR}/usr/${ARCH_LIB}/dri/fglrx_dri.so ${TMP_RPM_BUILD_DIR}/usr/X11R6/${ARCH_LIB}/lib/modules/dri/fglrx_dri.so
       ln -fs ../../../../${ARCH_LIB}/dri/fglrx_dri.so
     # Same work around for 32-on-64
@@ -135,7 +137,7 @@ build_package()

   # Create the directory for the OpenGL libraries on all releases
   mkdir -p ${TMP_RPM_BUILD_DIR}/usr/${ARCH_LIB}/fglrx
-  mv ${TMP_RPM_BUILD_DIR}/usr/X11R6/${ARCH_LIB}/lib*.so.* \
+  mv ${TMP_RPM_BUILD_DIR}/usr/X11R6/${ARCH_LIB}/lib*.so* \
      ${TMP_RPM_BUILD_DIR}/usr/X11R6/${ARCH_LIB}/lib*.a \
      ${TMP_RPM_BUILD_DIR}/usr/${
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media