rpms/bzflag/FC-5 bzflag.spec,1.25,1.26

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


Author: nphilipp

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

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



Index: bzflag.spec
===================================================================
RCS file: /cvs/extras/rpms/bzflag/FC-5/bzflag.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- bzflag.spec	16 May 2006 10:59:20 -0000	1.25
+++ bzflag.spec	11 Jul 2006 09:00:41 -0000	1.26
@@ -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
@@ -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 fedora-extras-commits mailing list