rpms/bzflag/FC-4 bzflag.spec,1.22,1.23

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Tue Jul 11 09:03:11 UTC 2006


Author: nphilipp

Update of /cvs/extras/rpms/bzflag/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13936

Modified Files:
	bzflag.spec 
Log Message:
rebuild to pick up new c-ares version



Index: bzflag.spec
===================================================================
RCS file: /cvs/extras/rpms/bzflag/FC-4/bzflag.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- bzflag.spec	16 May 2006 10:59:50 -0000	1.22
+++ bzflag.spec	11 Jul 2006 09:03:11 -0000	1.23
@@ -1,18 +1,13 @@
 #### options:
-# Use --with/--without modular_X to rebuild with/without modular X deps
+# Use --with/--without modular_x to rebuild with/without modular X deps
 
 #### default options:
-%if 0%{?fedora}
-%if 0%{?fedora} < 5
+%if %{?fedora}%{!?fedora:5} < 5
 # default to non-modular X on FC < 5
-%define _modular_X 0%{?_with_modular_x:1}
+%define _modular_x 0%{?_with_modular_x:1}
 %else
-# default to modular X on FC >= 5
-%define _modular_X 0%{!?_without_modular_x:1}
-%endif
-%else
-# default to modular X elsewhere
-%define _modular_X 0%{!?_without_modular_x:1}
+# default to modular X on FC >= 5 and elsewhere
+%define _modular_x 0%{!?_without_modular_x:1}
 %endif
 
 %define desktop_vendor fedora
@@ -21,7 +16,7 @@
 Summary: 3D multi-player tank battle game
 Name: bzflag
 Version: 2.0.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Amusements/Games
 URL: http://bzflag.org
@@ -29,7 +24,7 @@
 Source1: bzflag.desktop
 Patch0: bzflag-2.0.4-lookup.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
-%if %_modular_X
+%if %_modular_x
 BuildRequires: libXi-devel
 BuildRequires: libXxf86vm-devel
 BuildRequires: libXext-devel
@@ -101,6 +96,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Tue Jul 11 2006 Nils Philippsen <nphilipp at redhat.com> 2.0.8-2
+- rebuild to pick up new c-ares version
+
 * Tue May 16 2006 Nils Philippsen <nphilipp at redhat.com> 2.0.8-1
 - version 2.0.8
 




More information about the scm-commits mailing list