SPECS: freeglut.spec - switched to modular xorg

qboosh qboosh at pld-linux.org
Fri Mar 17 21:49:07 CET 2006


Author: qboosh                       Date: Fri Mar 17 20:49:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- switched to modular xorg

---- Files affected:
SPECS:
   freeglut.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/freeglut.spec
diff -u SPECS/freeglut.spec:1.1 SPECS/freeglut.spec:1.2
--- SPECS/freeglut.spec:1.1	Mon Oct 31 14:37:45 2005
+++ SPECS/freeglut.spec	Fri Mar 17 21:49:02 2006
@@ -10,8 +10,11 @@
 # Source0-md5:	6d16873bd876fbf4980a927cfbc496a1
 URL:		http://freeglut.sourceforge.net/
 BuildRequires:	OpenGL-GLU-devel
-# libX11, libXext, libXxf86vm
-BuildRequires:	XFree86-devel
+BuildRequires:	autoconf >= 2.59-9
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	xorg-lib-libXext-devel
+BuildRequires:	xorg-lib-libXxf86vm-devel
 Provides:	OpenGL-glut = 3.7
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,7 +46,8 @@
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	OpenGL-GLU-devel
-Requires:	XFree86-devel
+Requires:	xorg-lib-libXext-devel
+Requires:	xorg-lib-libXxf86vm-devel
 Provides:	OpenGL-glut-devel = 3.7
 
 %description devel
@@ -69,6 +73,11 @@
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -108,6 +117,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/03/17 20:49:02  qboosh
+- switched to modular xorg
+
 Revision 1.1  2005/10/31 13:37:45  qboosh
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/freeglut.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list