SPECS: freeciv.spec - up to 2.1.3 - support for GGZ (add ggz-clien...

lisu lisu at pld-linux.org
Sun Jan 27 13:02:31 CET 2008


Author: lisu                         Date: Sun Jan 27 12:02:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 2.1.3
- support for GGZ (add ggz-client and ggz-server bconds)
- BR: libggz-devel

---- Files affected:
SPECS:
   freeciv.spec (1.106 -> 1.107) 

---- Diffs:

================================================================
Index: SPECS/freeciv.spec
diff -u SPECS/freeciv.spec:1.106 SPECS/freeciv.spec:1.107
--- SPECS/freeciv.spec:1.106	Tue Dec 25 15:31:33 2007
+++ SPECS/freeciv.spec	Sun Jan 27 13:02:25 2008
@@ -5,18 +5,20 @@
 #
 # Conditional build:
 %bcond_without	gtk		# do not build gtk client
+%bcond_without  ggz_client	# do not build ggz client
+%bcond_without  ggz_server	# do not build ggz server
 #
 Summary:	FREE CIVilization clone
 Summary(es.UTF-8):	Clon del juego Civilization
 Summary(pl.UTF-8):	Niekomercyjny klon CIVilization
 Summary(pt_BR.UTF-8):	Clone do jogo Civilization
 Name:		freeciv
-Version:	2.1.2
+Version:	2.1.3
 Release:	0.1
 License:	GPL v2+
 Group:		X11/Applications/Games/Strategy
 Source0:	http://dl.sourceforge.net/freeciv/%{name}-%{version}.tar.bz2
-# Source0-md5:	358d140f545c4ac9e05c4e2b13de7a55
+# Source0-md5:	2b5e96c6464212273150f8d3ec0bf7f7
 Source1:	ftp://ftp.freeciv.org/pub/freeciv/contrib/audio/soundsets/stdsounds3.tar.gz
 # Source1-md5:	77215914712f2f351092918f5e41e39e
 Source2:	ftp://ftp.freeciv.org/pub/freeciv/contrib/tilesets/freeland/freeland-normal-2.0.0.tar.gz
@@ -29,6 +31,9 @@
 BuildRequires:	automake
 BuildRequires:	esound-devel
 %{?with_gtk:BuildRequires:	gtk+2-devel}
+%{?with_ggz_client:BuildRequires:	ggz-gtk-client-devel}
+%{?with_ggz_server:BuildRequires:	ggz-server-devel}
+BuildRequires:	libggz-devel
 BuildRequires:	pkgconfig
 BuildRequires:	readline-devel
 BuildRequires:	zlib-devel
@@ -90,6 +95,8 @@
 %{__automake}
 %configure \
 %{?with_gtk:	--enable-client=gtk}
+%{!?with_ggz_client:	--without-ggz-client}
+%{!?with_ggz_server:	--without-ggz-server}
 
 %{__make}
 
@@ -156,6 +163,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.107  2008-01-27 12:02:25  lisu
+- up to 2.1.3
+- support for GGZ (add ggz-client and ggz-server bconds)
+- BR: libggz-devel
+
 Revision 1.106  2007-12-25 14:31:33  lisu
 - up to 2.1.2
 - gtk 1.2 clients has been removed earlier (bcond changed)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freeciv.spec?r1=1.106&r2=1.107&f=u



More information about the pld-cvs-commit mailing list