]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
This commit was manufactured by cvs2git to create branch 'unlabeled-1.2.2'.
authorcvs2git <feedback@pld-linux.org>
Thu, 8 May 2003 16:12:30 +0000 (16:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2003-05-08 16:12:30 UTC luzik <luzik@pld-linux.org> 'QApplication::setStyle ( "Windows" ) ;'
Delete:
    X11-driver-firegl.spec

X11-driver-firegl.spec [deleted file]

diff --git a/X11-driver-firegl.spec b/X11-driver-firegl.spec
deleted file mode 100644 (file)
index 3740c89..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-#
-# Conditional build:
-# _without_dist_kernel
-#
-# TODO:
-# - kernel modules (SMP)
-
-Summary:       Linux Drivers for ATI graphics accelerators
-Summary(pl):   Sterowniki do akceleratorów graficznych ATI
-Name:          XFree86-driver-firegl
-Version:       2.9.8
-Release:       2
-License:       ATI Binary
-Vendor:                ATI
-Group:         X11/XFree86
-URL:           http://www.ati.com/support/drivers/linux/radeon-linux.html
-#Source0:      http://pdownload.mii.instacontent.net/ati/drivers/fglrx-glc22-4.2.0-%{version}.i586.rpm
-Source0:       http://www.schneider-digital.de/download/ati/glx1_linux_X4.3.zip
-Patch0:                firegl-panel.patch
-BuildRequires: cpio
-%{!?_without_dist_kernel:BuildRequires:         kernel-headers >= 2.2.0 }
-BuildRequires: rpm-utils
-Requires:      XFree86-Xserver
-Requires:      XFree86-libs >= 4.2.0
-Requires:      XFree86-modules >= 4.2.0
-Requires:      kernel-video-firegl = %{version}
-Provides:      XFree86-OpenGL-core
-Obsoletes:     Mesa
-Obsoletes:     XFree86-OpenGL-core
-Conflicts:     XFree86-OpenGL-devel <= 4.2.0-3
-ExclusiveArch: i586 i686 athlon
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%define                _noautoreqdep   libGL.so.1.2
-
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-
-%description
-Display driver files for the ATI Radeon 8500, 9700, Mobility M9 and
-the FireGL 8700/8800, E1, Z1/X1 graphics accelerators. This package
-provides 2D display drivers and hardware accelerated OpenGL.
-
-%description -l pl
-Sterowniki do kart graficznych ATI Radeon 8500, 9700, Mobility M9 oraz
-graficznych akceleratorów FireGL 8700/8800, E1, Z1/X1. Pakiet
-dostarcza sterowniki obs³uguj±ce wy¶wietlanie 2D oraz sprzêtowo
-akcelerowany OpenGL.
-
-%package -n kernel-video-firegl
-Summary:       ATI kernel module for FireGL support
-Summary(pl):   Modu³ j±dra oferuj±cy wsparcie dla ATI FireGL
-Release:       %{release}@%{_kernel_ver_str}
-License:       ATI
-Vendor:                ATI
-Group:         Base/Kernel
-%{!?_without_dist_kernel:%requires_releq_kernel_up}
-PreReq:                modutils >= 2.3.18-2
-Requires(post,postun): /sbin/depmod
-
-%description -n kernel-video-firegl
-ATI kernel module for FireGL support.
-
-%description -n kernel-video-firegl -l pl
-Modu³ j±dra oferuj±cy wsparcie dla ATI FireGL.
-
-%prep
-%setup -q -c -T
-unzip %{SOURCE0}
-mv Xfree4.3.0_2.9.08/* .
-rpm2cpio fglrx-glc22-4.3.0-%{version}.i586.rpm | cpio -i -d
-bzip2 -d -v usr/X11R6/bin/*.bz2
-mkdir panel_src
-tar -xzf usr/src/fglrx_panel_sources.tgz -C panel_src
-%patch0 -p1
-
-%build
-cd lib/modules/fglrx/build_mod/
-cp make.sh make.sh.org && rm -f make.sh
-sed -e 's#gcc#%{kgcc}#g' -e 's#`id -u` -ne 0#`id -u` -ne `id -u`#g' make.sh.org > make.sh
-chmod 755 make.sh
-./make.sh
-cd ../../../../panel_src
-%{__make} MK_QTDIR=/usr \
-       LIBQT_DYN=qt-mt
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir}/X11/extensions}
-install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/
-
-install lib/modules/fglrx/build_mod/fglrx.o            $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/
-
-install usr/X11R6/bin/{fgl_glxgears,fglrxconfig,fglrxinfo} $RPM_BUILD_ROOT%{_bindir}
-install panel_src/{fireglcontrol.qt3.gcc3.2.3,fireglcontrol} $RPM_BUILD_ROOT%{_bindir}
-cp -r usr/X11R6/lib/* $RPM_BUILD_ROOT%{_libdir}/
-
-cd $RPM_BUILD_ROOT%{_libdir}
-ln -s libGL.so.* libGL.so
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
-
-%post -n kernel-video-firegl
-/sbin/depmod -a
-
-%postun -n kernel-video-firegl
-/sbin/depmod -a
-
-%files
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so*
-%attr(755,root,root) %{_libdir}/modules/*/*.so
-%attr(755,root,root) %{_libdir}/modules/*/*.o
-%attr(644,root,root) %{_libdir}/modules/*/*.a
-
-%files -n kernel-video-firegl
-%defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/misc/*.o*
This page took 0.049241 seconds and 4 git commands to generate.