rpms/Glide3/devel Glide3.spec,1.7,1.8

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon May 9 16:04:49 UTC 2005


Author: jwrdegoede

Update of /cvs/extras/rpms/Glide3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26431

Modified Files:
	Glide3.spec 
Log Message:
- Add an %%ifarch around the install command for the v2 version.
- Modify the description to match the current state of affairs.



Index: Glide3.spec
===================================================================
RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Glide3.spec	9 May 2005 06:31:51 -0000	1.7
+++ Glide3.spec	9 May 2005 16:04:47 -0000	1.8
@@ -1,7 +1,7 @@
 Name:    Glide3
 Version: 20010520
 Release: 35
-Summary: Glide runtime for the 3Dfx Voodoo family of cards
+Summary: Glide3 runtime for the 3Dfx Voodoo family of cards
 # Glide3 is x86/alpha/ia64/x86_64 only, ia64 and x86_64 are untested
 ExclusiveArch: %{ix86} alpha ia64 x86_64
 
@@ -28,19 +28,20 @@
 
 %description
 Glide3 provides the necessary low-level interface glue between the Mesa
-3D graphics library, and 3Dfx Voodoo series of hardware.  This package is
-required by the XFree86 tdfx driver in order to provide 3D acceleration
-support for the 3Dfx Voodoo 3/4/5 and Voodoo Banshee hardware.
+3D graphics library, and 3Dfx Voodoo series of hardware. This package is
+required by the Xorg tdfx driver in order to provide 3D acceleration
+support for the 3Dfx Voodoo 3 & 5. This package also contains support for
+the Voodoo 2 in order to use the 3Dfx Voodoo 2 you need a special version
+of Mesa or a native Glide3 application.
 
 %package devel
-Summary: Development libraries and headers for Glide
+Summary: Development libraries and headers for Glide3
 Group: Development/Libraries
 Requires: Glide3 = %{version}
 
 %description devel
 Glide3-devel contains the developmental files that must be installed in order
-to recompile XFree86 on platforms which 3Dfx harware 3D acceleration is
-supported on.
+to compile native Glide3 applications.
  
 
 %prep
@@ -111,8 +112,10 @@
 	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v5.so
 install -m 755 ../build-3/h3/glide3/src/.libs/libglide3.so.%{libver} \
 	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v3.so
+%ifarch %{ix86}
 install -m 755 ../build-2/cvg/glide3/src/.libs/libglide3.so.%{libver} \
 	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v2.so
+%endif
 
 # For ix86 Point to v2 by default else v5, ldconfig doesn't like this?
 %ifarch %{ix86}
@@ -158,6 +161,8 @@
 * Mon May  9 2005 Hans de Goede <j.w.r.degoede at hhs.nl>
 - Change -L/usr/X11R6/lib to -L/usr/X11R6/lib64 when building on
   x86_64 .
+- Add an %%ifarch around the install command for the v2 version.
+- Modify the description to match the current state of affairs.
 
 * Thu May  5 2005 Hans de Goede <j.w.r.degoede at hhs.nl>
 - More x86_64 fixes added to Glide-64bit.patch.




More information about the fedora-extras-commits mailing list