rpms/bzflag/devel bzflag.spec,1.14,1.15

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Thu Nov 17 12:24:46 UTC 2005


Author: nphilipp

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

Modified Files:
	bzflag.spec 
Log Message:
rebuild to pick up new openssl version
prepare for modular X



Index: bzflag.spec
===================================================================
RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bzflag.spec	9 May 2005 14:06:24 -0000	1.14
+++ bzflag.spec	17 Nov 2005 12:24:44 -0000	1.15
@@ -1,10 +1,12 @@
+%define _modular_X %{?modular_X:%modular_X}%{?!modular_X:1}
+
 %define desktop_vendor fedora
 %define date           20050318
 
 Summary: 3D multi-player tank battle game
 Name: bzflag
 Version: 2.0.2
-Release: 4
+Release: 5
 License: GPL
 Group: Amusements/Games
 URL: http://bzflag.org
@@ -12,7 +14,16 @@
 Source1: bzflag.desktop
 Patch0: bzflag-2.0.2-lookup.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
+%if %_modular_X
+BuildRequires: libXi-devel
+BuildRequires: libXxf86vm-devel
+BuildRequires: libXext-devel
+BuildRequires: libSM-devel
+BuildRequires: libICE-devel
+BuildRequires: libX11-devel
+%else
 BuildRequires: xorg-x11-devel
+%endif
 BuildRequires: libGL-devel
 BuildRequires: libGLU-devel
 BuildRequires: gcc-c++
@@ -70,6 +81,10 @@
 %{_mandir}/man*/*
 
 %changelog
+* Thu Nov 17 2005 Nils Philippsen <nphilipp at redhat.com> 2.0.2-5
+- rebuild to pick up new openssl version
+- prepare for modular X
+
 * Mon May 09 2005 Nils Philippsen <nphilipp at redhat.com> 2.0.2-4
 - build with -fno-strict-aliasing (typo)
 




More information about the fedora-extras-commits mailing list