Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > ed5d59515f1b923df547e82e1d0ae5d3 > files > 2

Glide_V5-cvs-3mdk.src.rpm

Summary:	Glide runtime for 3Dfx Voodoo Banshee and Voodoo3 boards
Name:		Glide_V5
Version:	cvs
Release:	3mdk

Source:		Glide3-20001220.tar.bz2

License:	3dfx Glide General Public License
Group:		System/Libraries
BuildRoot:	%_tmppath/%name-%version-%release-root
ExclusiveArch:	%ix86

%description 
This library allows the user to use a 3dfx Interactive
Voodoo4 or Voodoo5 card under Linux, it use the DRI architecture.

# Glide3 DRI
%package devel
Summary:	Development headers for Glide 3.x
Group:		Development/C
Requires:	%name = %version-%release

%description devel
This package includes the headers files necessary for developing
applications that use the 3Dfx Interactive Voodoo4 / Voodoo5 card.

%prep

%setup -q -n Glide3

%build
# Build for v3 with DRI
./chores.3dfx --clean \
	      --generate \
	      --configure="--enable-fx-glide-hw=h5 \
	                   --prefix=%buildroot/%_prefix \
			   --infodir=%_infodir \
			   --mandir=%_mandir" \
	      --build

%install
cd $RPM_BUILD_DIR/Glide3/build
./build.3dfx install

%postun
/sbin/ldconfig

%post
/sbin/ldconfig

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING INSTALL
%_libdir/libglide3.so.3.10.0
%_libdir/libglide3.so.3

%files devel
%defattr(-, root, root)
%dir %_includedir/glide3
%_includedir/glide3/*
%_libdir/libglide3.a
%_libdir/libglide3.so

%changelog
* Mon May 21 2001 Frederic Lepied <flepied@mandrakesoft.com> cvs-3mdk
- snapshot from 20001220

* Wed Jan 03 2001 David BAUDENS <baudens@mandrakesoft.com> cvs-2mdk
- ExclusiveArch: %%ix86
- Spec clean up

* Wed Aug 23 2000 <yoann@mandrakesoft.com> cvs-1mdk
- linux.3dfx.com doesn't distribute Glide RPM / tarball
  containing g3ext.h which is needed to compile XF4.0.1,
  
  This RPM use the Glide CVS tree.
  If something goes wrong, blame the Glide team for not doing release.