rpms/xorg-x11-drv-savage/devel xorg-x11-drv-savage.spec,1.12,1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 28 11:16:12 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/xorg-x11-drv-savage/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16911

Modified Files:
	xorg-x11-drv-savage.spec 
Log Message:
Use ftp://ftp.x.org URL for source lines as it is shorter


Index: xorg-x11-drv-savage.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-savage/devel/xorg-x11-drv-savage.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xorg-x11-drv-savage.spec	26 May 2006 16:46:43 -0000	1.12
+++ xorg-x11-drv-savage.spec	28 Jun 2006 11:16:09 -0000	1.13
@@ -15,12 +15,13 @@
 Version:   2.1.1
 Release:   3
 URL:       http://www.x.org
-Source0:   http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
-Source1:   savage.xinf
 License:   MIT/X11
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Source1:   savage.xinf
+
 ExclusiveArch: %{ix86} x86_64 ppc
 
 BuildRequires: pkgconfig
@@ -39,7 +40,13 @@
 %setup -q -n %{tarball}-%{version}
 
 %build
-%configure --disable-static
+%configure --disable-static \
+%if %{with_dri}
+           --enable-dri
+%else
+           --disable-dri
+%endif
+
 make
 
 %install




More information about the fedora-cvs-commits mailing list