rpms/bzflag/devel bzflag.spec,1.8,1.9

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Wed Apr 6 15:07:36 UTC 2005


Author: nphilipp

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

Modified Files:
	bzflag.spec 
Log Message:
build require libGL-devel and libGLU-devel to hopefully resolve building problems



Index: bzflag.spec
===================================================================
RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bzflag.spec	6 Apr 2005 13:27:54 -0000	1.8
+++ bzflag.spec	6 Apr 2005 15:07:34 -0000	1.9
@@ -11,7 +11,9 @@
 Source: http://ftp.bzflag.org/bzflag/bzflag-%{version}%{?date:.%{date}}.tar.bz2
 Source1: bzflag.desktop
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
-BuildRequires: xorg-x11-devel >= 6.8.2-14
+BuildRequires: xorg-x11-devel
+BuildRequires: libGL-devel
+BuildRequires: libGLU-devel
 BuildRequires: gcc-c++
 BuildRequires: desktop-file-utils
 BuildRequires: SDL-devel
@@ -68,8 +70,8 @@
 %changelog
 * Wed Apr 06 2005 Nils Philippsen <nphilipp at redhat.com> 2.0.2-1
 - build with adns
-- build require minimum version of xorg-x11-devel to hopefully solve the GL
-  building problems
+- build require libGL-devel and libGLU-devel to hopefully resolve building
+  problems
 
 * Wed Mar 23 2005 Nils Philippsen <nphilipp at redhat.com>
 - work around missing dependency in xorg-x11-devel




More information about the fedora-extras-commits mailing list