Author: lisu Date: Tue Dec 25 14:31:38 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.1.2 - gtk 1.2 clients has been removed earlier (bcond changed)
---- Files affected: SPECS: freeciv.spec (1.105 -> 1.106) ---- Diffs: ================================================================ Index: SPECS/freeciv.spec diff -u SPECS/freeciv.spec:1.105 SPECS/freeciv.spec:1.106 --- SPECS/freeciv.spec:1.105 Fri Nov 30 20:50:38 2007 +++ SPECS/freeciv.spec Tue Dec 25 15:31:33 2007 @@ -4,19 +4,19 @@ # - dozen of unpackaged files # # Conditional build: -%bcond_without gtk2 # build gtk1 client, not gtk2 +%bcond_without gtk # do not build gtk client # 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.1 +Version: 2.1.2 Release: 0.1 License: GPL v2+ Group: X11/Applications/Games/Strategy Source0: http://dl.sourceforge.net/freeciv/%{name}-%{version}.tar.bz2 -# Source0-md5: cbbe72822d6698d9a66db2f383e2a421 +# Source0-md5: 358d140f545c4ac9e05c4e2b13de7a55 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 @@ -28,9 +28,7 @@ BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRequires: esound-devel -%{!?with_gtk2:BuildRequires: gtk+-devel > 1.2.1} -%{?with_gtk2:BuildRequires: gtk+2-devel} -%{!?with_gtk2:BuildRequires: imlib-devel >= 1.9.2} +%{?with_gtk:BuildRequires: gtk+2-devel} BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: zlib-devel @@ -61,8 +59,6 @@ Requires: %{name} = %{version}-%{release} Requires: SDL_mixer Requires: esound -%{!?with_gtk2:Requires: gtk+ > 1.2.1} -%{!?with_gtk2:Requires: imlib >= 1.9.2} %description client This package contains Freeciv game client. @@ -93,8 +89,7 @@ %{__autoheader} %{__automake} %configure \ -%{!?with_gtk2: --enable-client=gtk} \ -%{?with_gtk2: --enable-client=gtk2} +%{?with_gtk: --enable-client=gtk} %{__make} @@ -161,6 +156,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +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) + Revision 1.105 2007-11-30 19:50:38 lisu - 2.1.1 - use .desktop files and icons provided by project (-desktop.patch) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freeciv.spec?r1=1.105&r2=1.106&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
