SPECS: X11-driver-nvidia-legacy2.spec (NEW) - revived nvidia 96xx ...

Lukasz Glebicki lukaszgl w post.pl
Pią, 30 Mar 2007, 16:43:11 CEST


On Wednesday 28 of March 2007, Marcin Król wrote:
> > X11*.spec na HEAD w ogóle ma jeszcze rację bytu?
>
> Hm. W sumie racja. Do usuniecia zatem. Chyba ze komus sie chce
> przerabiac na xorg-nvidia-driver-legacy2.
>
> M.
> _______________________________________________
> pld-devel-pl mailing list
> pld-devel-pl w lists.pld-linux.org
> http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Nie wrzucam sam, bo nie miałem czasu przetestować na innym sprzęcie/systemie. 
Ma troche inna nazwe, wiec mozna to przerobic i wrzucić.

pozdrawiam
-- 
Łukasz Głębicki  mail/rot13:yhxnfmty w cbfg.cy  PLD/Linux Team
gg:246267    Linux Registered User #318551   blekot:{irc,skype}
-------------- następna część ---------
# $Revision: 1.78 $, $Date: 2006/08/30 08:04:20 $
#
# Conditional build:
%bcond_without	dist_kernel	# without distribution kernel
%bcond_without	smp		# without smp packages
%bcond_without	kernel		# without kernel packages
%bcond_without	incall		# include all tarballs
%bcond_without	userspace	# don't build userspace programs
%bcond_with	verbose		# verbose build (V=1)
#
%define		no_install_post_strip 1
#
%define		_nv_ver		1.0
%define		_nv_rel		9631
%define		_min_x11	6.7.0
%define		_rel		1
#
%define		need_x86	0
%define		need_x8664	0
%if %{with incall}
%define		need_x86	1
%define		need_x8664	1
%else
%ifarch %{ix86}
%define		need_x86	1
%endif
%ifarch %{x8664}
%define		need_x8664	1
%endif
%endif
#
Summary:	Linux Drivers for nVidia TNT/TNT2/GeForce/Quadro Chips
Summary(pl):	Sterowniki do kart graficznych nVidia TNT/TNT2/GeForce/Quadro
Name:		xorg-driver-video-nvidia
Version:	%{_nv_ver}.%{_nv_rel}
Release:	%{_rel}
License:	nVidia Binary
Group:		X11
%if %{need_x86}
Source0:	http://download.nvidia.com/XFree86/Linux-x86/%{_nv_ver}-%{_nv_rel}/NVIDIA-Linux-x86-%{_nv_ver}-%{_nv_rel}-pkg1.run
# Source0-md5:	3676f622897d22f1815365b44139899e
%endif
%if %{need_x8664}
Source1:	http://download.nvidia.com/XFree86/Linux-x86_64/%{_nv_ver}-%{_nv_rel}/NVIDIA-Linux-x86_64-%{_nv_ver}-%{_nv_rel}-pkg2.run
# Source1-md5:	64b88c6f405e7f2dd1607c0062c0c1f3
%endif
Source2:        X11-driver-nvidia-settings.desktop
Source3:        X11-driver-nvidia-xinitrc.sh

Patch0:		X11-driver-nvidia-GL.patch
Patch1:		X11-driver-nvidia-desktop.patch
URL:		http://www.nvidia.com/object/linux.html
%if %{with kernel}
%{?with_dist_kernel:BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.7}
%endif
BuildRequires:	%{kgcc_package}
BuildRequires:	rpmbuild(macros) >= 1.308
BuildRequires:	sed >= 4.0
BuildConflicts:	XFree86-nvidia
Requires:	xorg-xserver-server
Provides:	OpenGL = 1.4
Provides:	OpenGL-GLX
Provides:	X11-OpenGL-core
Provides:	X11-OpenGL-libGL
Provides:	XFree86-OpenGL-core
Provides:	XFree86-OpenGL-libGL
Provides:	xorg-xserver-modules-libglx
Obsoletes:	Mesa
Obsoletes:      Mesa-libGL
Obsoletes:	X11-OpenGL-core
Obsoletes:	X11-OpenGL-libGL
Obsoletes:	XFree86-OpenGL-core
Obsoletes:	XFree86-OpenGL-libGL
Obsoletes:	XFree86-driver-nvidia
Obsoletes:	XFree86-nvidia
Conflicts:	XFree86-OpenGL-devel <= 4.2.0-3
ExclusiveArch:	%{ix86} %{x8664}
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%define         _noautoreqdep   libGL.so.1 libGLcore.so.1

%description
This driver set adds improved 2D functionality to the Xorg/XFree86 X
server as well as high performance OpenGL acceleration, AGP support,
support for most flat panels, and 2D multiple monitor support.

Hardware: nVidia TNT, TNT2, GeForce, or Quadro based graphics
accelerator. The nVidia NV1 and RIVA 128/128ZX chips are supported in
the base Xorg/XFree86 install and are not supported by this driver
set.

%description -l pl
Usprawnione sterowniki dla kart graficznych nVidia do serwera
Xorg/XFree86, dające wysokowydajną akcelerację OpenGL, obsługę AGP i
wielu monitorów 2D.

Obsługują karty nVidia TNT/TNT2/GeForce/Quadro do serwera
Xorg/XFree86; Karty nVidia NV1 i Riva 128/128ZX są obsługiwane przez
sterownik nv z pakietów Xorg/XFree8 - NIE są obsługiwane przez ten
pakiet.

%package devel
Summary:	OpenGL for X11R6 development (only gl?.h)
Summary(pl):	Pliki nagłówkowe OpenGL dla systemu X11R6 (tylko gl?.h)
Group:		X11/Development/Libraries
Requires:	%{name} = %{version}-%{release}
Provides:	OpenGL-GLX-devel
Provides:	OpenGL-devel = 1.5
Provides:	OpenGL-devel-base
Obsoletes:	OpenGL-devel-base
Obsoletes:	XFree86-driver-nvidia-devel
Conflicts:	XFree86-OpenGL-devel < 4.3.99.902-0.3

%description devel
Base headers (only gl?.h) for OpenGL for X11R6 for nvidia drivers.

%description devel -l pl
Podstawowe pliki nagłówkowe (tylko gl?.h) OpenGL dla systemu X11R6 dla
sterowników nvidii.

%package progs
Summary:	Tools for advanced control of nVidia graphic cards
Summary(pl):	Narzędzia do zarządzania kartami graficznymi nVidia
Group:		Applications/System
Requires:	%{name} = %{version}-%{release}
Obsoletes:	XFree86-driver-nvidia-progs

%description progs
Tools for advanced control of nVidia graphic cards.

%description progs -l pl
Narzędzia do zarządzania kartami graficznymi nVidia.

%package -n kernel%{_alt_kernel}-video-nvidia
Summary:	nVidia kernel module for nVidia Architecture support
Summary(de):	Das nVidia-Kern-Modul für die nVidia-Architektur-Unterstützung
Summary(pl):	Moduł jądra dla obsługi kart graficznych nVidia
Version:	%{_nv_ver}.%{_nv_rel}
Release:	%{_rel}@%{_kernel_ver_str}
Group:		Base/Kernel
Requires(post,postun):	/sbin/depmod
Requires:	dev >= 2.7.7-10
%{?with_dist_kernel:%requires_releq_kernel_up}
Provides:	X11-driver-nvidia(kernel)
Obsoletes:	XFree86-nvidia-kernel

%description -n kernel%{_alt_kernel}-video-nvidia
nVidia Architecture support for Linux kernel.

%description -n kernel%{_alt_kernel}-video-nvidia -l de
Die nVidia-Architektur-Unterstützung für den Linux-Kern.

%description -n kernel%{_alt_kernel}-video-nvidia -l pl
Obsługa architektury nVidia dla jądra Linuksa. Pakiet wymagany przez
sterownik nVidii dla Xorg/XFree86.

%package -n kernel%{_alt_kernel}-smp-video-nvidia
Summary:	nVidia kernel module for nVidia Architecture support
Summary(de):	Das nVidia-Kern-Modul für die nVidia-Architektur-Unterstützung
Summary(pl):	Moduł jądra dla obsługi kart graficznych nVidia
Release:	%{_rel}@%{_kernel_ver_str}
Group:		Base/Kernel
Requires(post,postun):	/sbin/depmod
Requires:	dev >= 2.7.7-10
%{?with_dist_kernel:%requires_releq_kernel_smp}
Provides:	X11-driver-nvidia(kernel)
Obsoletes:	XFree86-nvidia-kernel

%description -n kernel%{_alt_kernel}-smp-video-nvidia
nVidia Architecture support for Linux kernel SMP.

%description -n kernel%{_alt_kernel}-smp-video-nvidia -l de
Die nVidia-Architektur-Unterstützung für den Linux-Kern SMP.

%description -n kernel%{_alt_kernel}-smp-video-nvidia -l pl
Obsługa architektury nVidia dla jądra Linuksa SMP. Pakiet wymagany
przez sterownik nVidii dla Xorg/XFree86.

%prep
cd %{_builddir}
rm -rf NVIDIA-Linux-x86*-%{_nv_ver}-%{_nv_rel}-pkg*
%ifarch %{ix86}
/bin/sh %{SOURCE0} --extract-only
%setup -qDT -n NVIDIA-Linux-x86-%{_nv_ver}-%{_nv_rel}-pkg1
%else
/bin/sh %{SOURCE1} --extract-only
%setup -qDT -n NVIDIA-Linux-x86_64-%{_nv_ver}-%{_nv_rel}-pkg2
%endif
%patch0 -p1
%patch1 -p1
echo 'EXTRA_CFLAGS += -Wno-pointer-arith -Wno-sign-compare -Wno-unused' >> usr/src/nv/Makefile.kbuild

%build
#%if %{with kernel}
#cd usr/src/nv/
#ln -sf Makefile.kbuild Makefile
#cat >> Makefile <<'EOF'

#$(obj)/nv-kernel.o: $(src)/nv-kernel.o.bin
#        cp $< $@
#EOF
#mv nv-kernel.o{,.bin}
#%build_kernel_modules -m nvidia
#%endif

%if %{with kernel}
cd usr/src/nv/
ln -sf Makefile.kbuild Makefile
for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}; do
        if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
                exit 1
        fi
        rm -rf o
        install -d o/include/linux
        ln -sf %{_kernelsrcdir}/config-$cfg o/.config
        ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
        ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h o/include/linux/autoconf.h
%if %{with dist_kernel}
        %{__make} -j1 -C %{_kernelsrcdir} O=$PWD/o prepare scripts
%else
        touch o/include/config/MARKER
        ln -sf %{_kernelsrcdir}/scripts o/scripts
%endif
        %{__make} -C %{_kernelsrcdir} clean \
                RCS_FIND_IGNORE="-name '*.ko' -o -name nv-kernel.o -o" \
                SYSSRC=%{_kernelsrcdir} \
                SYSOUT=$PWD/o \
                M=$PWD O=$PWD/o \
                %{?with_verbose:V=1}
        %{__make} -C %{_kernelsrcdir} modules \
                CC="%{__cc}" CPP="%{__cpp}" \
                SYSSRC=%{_kernelsrcdir} \
                SYSOUT=$PWD/o \
                M=$PWD O=$PWD/o \
                %{?with_verbose:V=1}
        mv nvidia.ko nvidia-$cfg.ko
done
%endif

%install
rm -rf $RPM_BUILD_ROOT

%if %{with userspace}
install -d $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,extensions} \
        $RPM_BUILD_ROOT{%{_includedir}/GL,%{_libdir},%{_bindir},%{_mandir}/man1} \
        $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},/etc/X11/xinit/xinitrc.d}

install usr/bin/nvidia-{settings,xconfig,bug-report.sh} $RPM_BUILD_ROOT%{_bindir}
install usr/share/man/man1/nvidia-{settings,xconfig}.* $RPM_BUILD_ROOT%{_mandir}/man1
install usr/share/applications/nvidia-settings.desktop $RPM_BUILD_ROOT%{_desktopdir}
install usr/share/pixmaps/nvidia-settings.png $RPM_BUILD_ROOT%{_pixmapsdir}
install %{SOURCE2} $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/nvidia-settings.sh

for f in \
        usr/lib/tls/libnvidia-tls.so.%{version}         \
        usr/lib/libnvidia-cfg.so.%{version}             \
        usr/lib/libGL{,core}.so.%{version}              \
        usr/X11R6/lib/libXvMCNVIDIA.so.%{version}       \
        usr/X11R6/lib/libXvMCNVIDIA.a                   \
; do
        install $f $RPM_BUILD_ROOT%{_libdir}
done

install usr/X11R6/lib/modules/extensions/libglx.so.%{version} \
        $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions
install usr/X11R6/lib/modules/drivers/nvidia_drv.so \
        $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers
#install usr/X11R6/lib/modules/libnvidia-wfb.so.%{version} \
#        $RPM_BUILD_ROOT%{_libdir}/xorg/modules

install usr/include/GL/*.h $RPM_BUILD_ROOT%{_includedir}/GL

ln -sf libGL.so.1 $RPM_BUILD_ROOT%{_libdir}/libGL.so
ln -sf libglx.so.%{version} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libglx.so
ln -sf libXvMCNVIDIA.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libXvMCNVIDIA.so
ln -sf libXvMCNVIDIA.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libXvMCNVIDIA_dynamic.so.1
#ln -sf libnvidia-wfb.so.%{version} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/wfb.so

# OpenGL ABI for Linux compatibility
ln -sf libGL.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libGL.so.1
ln -sf %{_libdir}/libGL.so.1 $RPM_BUILD_ROOT/usr/%{_lib}/libGL.so.1
ln -sf %{_libdir}/libGL.so.1 $RPM_BUILD_ROOT/usr/%{_lib}/libGL.so

%endif

%if %{with kernel}
cd usr/src/nv/
install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/misc
install nvidia-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
        $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/nvidia.ko
%if %{with smp} && %{with dist_kernel}
install nvidia-smp.ko \
        $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/nvidia.ko
%endif
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/ldconfig
cat << EOF

 *******************************************************
 *                                                     *
 *  NOTE:                                              *
 *  You must install:                                  *
 *  kernel(24)(-smp)-video-nvidia-%{version}             *
 *  for this driver to work                            *
 *                                                     *
 *******************************************************

EOF

%postun	-p /sbin/ldconfig

%post	-n kernel%{_alt_kernel}-video-nvidia
%depmod %{_kernel_ver}

%postun	-n kernel%{_alt_kernel}-video-nvidia
%depmod %{_kernel_ver}

%post	-n kernel%{_alt_kernel}-smp-video-nvidia
%depmod %{_kernel_ver}smp

%postun	-n kernel%{_alt_kernel}-smp-video-nvidia
%depmod %{_kernel_ver}smp

%if %{with userspace}
%files
%defattr(644,root,root,755)
%doc LICENSE
%doc usr/share/doc/{README.txt,NVIDIA_Changelog,XF86Config.sample,html}
# OpenGL ABI for Linux compatibility
%attr(755,root,root) %{_libdir}/libGL.so
%attr(755,root,root) %{_libdir}/libGL.so.1
#
%attr(755,root,root) %{_libdir}/libGL.so.*.*
%attr(755,root,root) %{_libdir}/libGLcore.so.*.*
%attr(755,root,root) %{_libdir}/libXvMCNVIDIA.so.*.*
%attr(755,root,root) %{_libdir}/libXvMCNVIDIA_dynamic.so.1
%attr(755,root,root) %{_libdir}/libnvidia-cfg.so.*.*.*
%attr(755,root,root) %{_libdir}/libnvidia-tls.so.*.*.*
#%attr(755,root,root) %{_libdir}/xorg/modules/libnvidia-wfb.so.*.*.*
#%attr(755,root,root) %{_libdir}/xorg/modules/wfb.so
%attr(755,root,root) %{_libdir}/xorg/modules/drivers/nvidia_drv.so
%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libglx.so*
%endif

%if %{with kernel}
%files -n kernel%{_alt_kernel}-video-nvidia
%defattr(644,root,root,755)
/lib/modules/%{_kernel_ver}/misc/*.ko*

%if %{with smp} && %{with dist_kernel}
%files -n kernel%{_alt_kernel}-smp-video-nvidia
%defattr(644,root,root,755)
/lib/modules/%{_kernel_ver}smp/misc/*.ko*
%endif
%endif

%if %{with userspace}
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libXvMCNVIDIA.so
%{_includedir}/GL/*.h
# -static
%{_libdir}/libXvMCNVIDIA.a

%files progs
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/nvidia-settings
%attr(755,root,root) %{_bindir}/nvidia-xconfig
%attr(755,root,root) %{_bindir}/nvidia-bug-report.sh
%attr(755,root,root) /etc/X11/xinit/xinitrc.d/*.sh
%{_desktopdir}/nvidia-settings.desktop
%{_mandir}/man1/nvidia-*
%{_pixmapsdir}/nvidia-settings.png
%endif

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback w pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: xorg-driver-video-nvidia.spec,v $
Revision 1.78  2006/08/30 08:04:20  pluto
- release 1, rebuild with 2.6.16.28-1.

Revision 1.77  2006/08/26 21:45:10  havner
- source2 fix

Revision 1.76  2006/08/26 12:34:00  jackass
-  rpmbuild(macros) >= 1.308 (required by %{_alt_kernel})

Revision 1.75  2006/08/25 10:10:48  havner
- xinitrc for loading nvidia settings on startup

Revision 1.74  2006/08/24 21:56:48  aflinta
 - version 8774, working with xorg 7.1

Revision 1.73  2006/08/24 14:47:50  adamg
- alt_kernel support

Revision 1.72  2006/05/27 11:01:50  qboosh
- updated x86_64 md5

Revision 1.71  2006/05/27 10:57:25  qboosh
- pkg2 for x86_64; cleanup

Revision 1.70  2006/05/27 10:06:31  aflinta
- version 8762

Revision 1.69  2006/05/01 11:51:45  aflinta
 - added nvidia-xconfig, man pages, html docs
 - added desktp shortcut for nvidia-settings
 - release 0.2

Revision 1.68  2006/04/12 12:15:40  glen
- add kernel epoch, adapterized

Revision 1.67  2006/04/11 07:46:14  qboosh
- R: xorg-xserver-server

Revision 1.66  2006/04/09 11:01:00  aflinta
 - added fixes from Lukasz Krotowski
 - updated to version 8756

Revision 1.65  2006/03/24 21:23:32  aflinta
- it provides OpenGL, drop X11 requirements, need some work with xorg dependency

Revision 1.64  2006/02/18 11:13:53  qboosh
- standard includedir for GL/*.h now

Revision 1.63  2006/02/14 12:54:25  pluto
- new build system, xorg dirs.

Revision 1.62  2006/01/31 13:39:00  charles
- ln %{_kernelsrcdir}/scripts for without dist_kernel

Revision 1.61  2006/01/26 10:07:27  arekm
- rel 2

Revision 1.60  2006/01/12 18:40:00  arekm
- rel 1

Revision 1.59  2006/01/01 19:54:43  aflinta
- up to version 1.0.8178, seems to be stable on i686 and kernel 2.6.14.5-1

Revision 1.58  2005/12/05 21:53:56  aflinta
- started update to version 1.0 - 8174

Revision 1.57  2005/11/27 19:11:37  arekm
- rel 3

Revision 1.56  2005/11/21 19:52:09  tiwek
- for rebuild with 2.6.14.2
- STBR please

Revision 1.55  2005/11/01 00:57:11  glen
- avoid kernel BR when building without kernel bcond

Revision 1.54  2005/09/15 18:25:04  sparky
- prepared for kernel >= 2.6.13: link Module.symvers

Revision 1.53  2005/09/13 13:00:18  qboosh
- removed XFree86 from Group

Revision 1.52  2005/09/13 12:59:42  qboosh
- cleanups, mention Xorg (not just XFree86) in descs

Revision 1.51  2005/09/07 08:48:56  wiget
- updated to 7676

Revision 1.50  2005/07/30 19:03:37  glen
- without userspace bcond

Revision 1.49  2005/07/10 19:48:47  djurban
- updated to 7667, this removes support for many old cars,
  previous version tagged as 'nvidia-7174'

Revision 1.48  2005/06/29 07:02:06  glen
- rel 3 (to rebuild without modutils)
- STBR

Revision 1.47  2005/06/09 13:29:51  qboosh
- removed modutils deps (bogus; module-init-tools already caught through /sbin/depmod)

Revision 1.46  2005/06/01 01:29:09  ankry
- rel. 2

Revision 1.45  2005/05/11 13:17:29  qboosh
- use x8664 macro

Revision 1.44  2005/04/07 10:13:47  mkierus
- updated to 1.0.7174

Revision 1.43  2005/04/03 22:34:56  saq
- rel 2 for rebuild with kernel 2.6.11.6-4

Revision 1.42  2005/03/29 21:19:35  saq
- defattr unification

Revision 1.41  2005/03/12 11:46:50  sparky
- updated to 1.0-7167
- all 6629 patches obsoleted
- added 2 new
- rel 1, builds and works

Revision 1.40  2005/01/25 14:48:52  pluto
- patchset updated.
- release 4.

Revision 1.39  2005/01/05 22:20:24  havner
- tls dir added

Revision 1.38  2005/01/05 21:52:37  havner
- removed tls bcond, both versions coexist in one package
- non tls version is probably to be removed cause tls one works on 2.4 too
- rel 3

Revision 1.37  2005/01/03 18:47:13  pluto
- post 2.6.10 patchset.
- release 2.

Revision 1.36  2004/12/29 23:28:17  pluto
- bcond_with nptl added (implies with_tls).

Revision 1.35  2004/11/18 19:04:18  havner
- rel 1, works ok

Revision 1.34  2004/11/18 18:52:24  havner
- final fix by Przemysław Białek
- builds

Revision 1.32  2004/11/11 15:46:59  havner
- removed patches 2 and 3, seems to be obsolete
- doesn't build, is it for >= 2.6.9? could somebody look at this?

Revision 1.31  2004/11/11 03:21:41  havner
- 6629, NFY, will finish tommorow

Revision 1.30  2004/11/10 10:56:13  gotar
- don't build kernel module if --without kernel

Revision 1.29  2004/11/10 09:37:19  gotar
- added missing header

Revision 1.28  2004/10/31 13:31:27  paladine
- spaces->tabs

Revision 1.27  2004/10/27 16:39:58  pluto
- fixes for changes in pci subsystem and power mgt. [2.6.9/2.6.10].

Revision 1.26  2004/10/26 20:24:57  pluto
- SourceX-size added.

Revision 1.25  2004/10/08 20:51:01  adamg
- release 5 (rebuild for kernel-2.6.8-3.2)

Revision 1.24  2004/09/29 07:49:26  grzegorz
- reverting last change

Revision 1.23  2004/09/28 07:31:44  grzegorz
- build requires kernel-source

Revision 1.22  2004/09/21 19:54:46  havner
- rel 4 for rebuild

Revision 1.21  2004/09/14 21:29:53  gotar
- so shameful;/

Revision 1.20  2004/09/13 11:38:10  djurban
- make it build quake1, should be stbred to ac, but i guess this can wait after th X11 upgrade

Revision 1.19  2004/08/22 02:54:03  havner
- prettier banner

Revision 1.18  2004/08/21 13:51:38  havner
- rel 2

Revision 1.17  2004/08/20 12:21:41  gotar
- fixed banner

Revision 1.16  2004/08/08 17:12:20  gotar
- fixed group for progs subpackage

Revision 1.15  2004/08/05 20:48:02  havner
- update to 6111

Revision 1.14  2004/07/29 22:15:41  havner
- removed senseless provides
- oboletes for progs package

Revision 1.13  2004/07/29 22:00:13  havner
- without kernel bcond
- rel 3
- provides updated

Revision 1.12  2004/07/23 13:04:56  pluto
- scripts fixed (thx Michał Łukaszek <prism#hornet#eu#org>).

Revision 1.11  2004/07/21 17:48:20  havner
- removed R: kernel-video-nvidia
- added post message about this
- rel 2

Revision 1.10  2004/07/04 20:42:32  qboosh
- libdir32 is just prefix/lib on amd64

Revision 1.9  2004/07/04 20:40:02  pluto
- amd64 parts...

Revision 1.8  2004/07/04 01:19:24  pluto
- `-Wpointer-arith' killed.

Revision 1.7  2004/07/03 18:36:56  pluto
- make clean/modules separated for parallel build.
- log fixed.

Revision 1.6  2004/07/03 16:54:24  pluto
- updated to 1.0-6106.

Revision 1.5  2004/07/01 17:05:46  qboosh
- fixed _noautoreqdep (it must be SONAME, not filename)

Revision 1.4  2004/07/01 15:49:04  havner
- provides/obsoletes...

Revision 1.3  2004/07/01 15:33:05  havner
- define _min_x11
- cosmetics

Revision 1.2  2004/06/30 09:53:22  pluto
- R:,O:,P: fixed (I hope).

Revision 1.1  2004/06/30 07:36:25  pluto
- renamed, NFY...

Revision 1.56  2004/06/02 18:25:09  pluto
- BR: fixed.

Revision 1.55  2004/05/29 11:16:30  pluto
- minor build fixes.
- release 3.

Revision 1.54  2004/05/21 11:36:02  pluto
- 2.6.6 complaint.

Revision 1.53  2004/04/17 14:52:21  saq
- typo

Revision 1.52  2004/04/08 17:17:42  pluto
- R: fixed (s/nvidia-kernel-module/XFree86-nvidia-kernel/)

Revision 1.51  2004/04/08 10:51:52  pluto
- merged with kernel-video-nvidia.
- %%build complaint with 2.6.x.

Revision 1.50  2004/04/03 22:33:26  gotar
- s/glibc-tls/glibc(tls)/

Revision 1.49  2004/04/03 12:42:33  gotar
- built with tls support requires this feature in glibc

Revision 1.48  2004/02/10 15:54:22  qboosh
- Linux OpenGL ABI compliance; moved static lib from base to -devel
- release 2

Revision 1.47  2004/01/28 21:09:59  grzegol
- updated to 1.0-5336

Revision 1.46  2004/01/11 13:16:37  grzegol
- added with_tls bcond (for glibc built with tls support)
- rel. 2

Revision 1.45  2003/12/28 18:13:45  adgor
- Fixed source url
- Standarized macros

Revision 1.44  2003/12/28 17:45:37  adgor
- Updated to 1.0.5328
- Settings tool is unavailable in this version
- Fixed "Conflicts" entry for devel subpkg

Revision 1.43  2003/12/17 20:12:34  grzegol
- updated to 1.0-4620 and added -progs subpackage (by Wieslaw Kierbedz
  <WieslawKierbedz w farba.eu.org>

Revision 1.42  2003/11/09 23:06:31  gotar
- Obsoletes: XFree86-OpenGL-libGL

Revision 1.41  2003/08/27 00:16:31  gotar
- fixed changelog trailer

Revision 1.40  2003/08/02 10:43:33  grzegol
- added URL
- cosmetics

Revision 1.39  2003/07/28 22:50:26  grzegol
- updated to 1.0-4496
- cosmetics

Revision 1.38  2003/07/06 23:27:15  blues
- many small fixes, mostly inpired by kloczek

Revision 1.37  2003/05/26 16:24:19  malekith
- massive attack: adding Source-md5

Revision 1.36  2003/05/25 05:45:22  misi3k
- massive attack s/pld.org.pl/pld-linux.org/

Revision 1.35  2003/04/25 11:59:45  wiget
- updated to 1.0-4363

Revision 1.34  2003/04/08 19:04:30  djurban
- added OpenGL-devel-base

Revision 1.33  2003/04/01 19:39:53  wolf
- 4349
- XFree driver and kernel module now in one package
- moved libGL.so to /usr/lib
- you want kernel module, you do it

Revision 1.32  2002/12/12 14:37:53  baggins
- updated to 1.0-4191

Revision 1.31  2002/11/30 23:35:51  gotar
- s/appnkldir/applnkdir/ (what for these defines are?)

Revision 1.30  2002/09/13 09:21:17  wiget
- 1.0.3123

Revision 1.29  2002/05/31 20:52:23  filon
- added missing files (docs and libXvNVIDIA.a)
- new %%doc

Revision 1.28  2002/05/29 07:40:32  wiget
revert last change and add Conflicts: XFree86-OpenGL-devel <= 4.2.0-3

Revision 1.26  2002/05/23 16:35:13  wiget
2960

Revision 1.25  2002/05/17 09:07:18  wiget
move libGL.so to main package, release 2

Revision 1.24  2002/04/08 16:50:23  wiget
start update to 2880

Revision 1.23  2002/03/11 01:50:59  jack
Updated to 2802

Revision 1.22  2002/02/22 23:28:39  kloczek
- removed all Group fields translations (oure rpm now can handle translating
  Group field using gettext).

Revision 1.21  2002/01/18 02:12:15  kloczek
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Revision 1.20  2002/01/03 23:03:20  gotar
- s/NVIDIA/nVidia/

Revision 1.19  2001/12/28 17:15:53  gotar
- changes in descriptions.

Revision 1.18  2001/12/18 19:51:17  gotar
- according to 2.1.2 Linux Exception of NVIDIA Software License it's
  legal to copy and redistibute files... I think so...

Revision 1.17  2001/12/13 08:42:51  gotar
- fixed building source packages w/o illegal sources.

Revision 1.16  2001/12/10 02:20:50  gotar
- made not to get sources and build without license agreement,
- release 2.

Revision 1.15  2001/11/29 15:34:53  misiek
- updated to 2313

Revision 1.14  2001/11/22 10:14:55  qboosh
- s/Copyright/License/; improved pl description

Revision 1.13  2001/11/14 23:39:31  misiek
- added Obsoletes: XFree86-OpenGL-core

Revision 1.12  2001/10/21 23:42:41  undefine
- adapterized to new kernel's driver name.

Revision 1.11  2001/09/20 08:02:09  filon
- really fixed source0

Revision 1.10  2001/09/20 07:53:58  filon
- updated to 1.0-1541
- new source adress

Revision 1.9  2001/09/05 09:25:11  filon
- ver 1.0-1512

Revision 1.8  2001/07/18 03:20:04  kloczek
- spec adapterized.

Revision 1.7  2001/06/02 14:51:05  klakier
- typo

Revision 1.6  2001/05/18 14:37:58  misiek
- updated to 1.0 1251

Revision 1.5  2001/04/29 13:21:34  mkochano
- Updated to 0.9.769.

Revision 1.4  2001/04/10 21:06:11  saq
- s/MVidia/NVidia
- adapterized

Revision 1.3  2001/03/14 19:14:20  mkochano
- Updated to 0.9.767.

Revision 1.2  2001/02/15 23:01:12  kloczek
- added XFree86-Xserver to Requires.

Revision 1.1  2001/02/15 22:50:18  misiek
renamed

Revision 1.8  2001/01/19 07:44:23  mkochano
- Updated to 0.9.6.

Revision 1.7  2000/12/24 17:08:35  waszi
- typo

Revision 1.6  2000/10/10 18:51:29  saq
- Requires: %{name}-kernel

Revision 1.5  2000/09/12 15:53:12  kloczek
- adapterized.

Revision 1.4  2000/09/12 13:56:38  baggins
- updated to 0.95

Revision 1.3  2000/07/18 13:29:45  baggins
- updated to 0.9-4 and XFree 4.0.1

Revision 1.2  2000/07/11 13:30:54  baggins
- release 2
- removed Mesa sources and libGLU (now in XFree86-OpenGL-libs)

Revision 1.1  2000/06/26 17:32:05  baggins
- new, written from scratch


Więcej informacji o liście dyskusyjnej pld-devel-pl