]> git.pld-linux.org Git - packages/freeciv.git/blobdiff - freeciv.spec
- add CVE ref
[packages/freeciv.git] / freeciv.spec
index a517f48601df480f5343a16967c1dbccda7f9929..4080e8434985af433723f2a86ce09e4d8bd63807 100644 (file)
@@ -1,25 +1,27 @@
 #
 # Conditional build:
-%bcond_without gtk2            # build gtk1 client, not gtk2
+%bcond_without gtk2            # build gtk1 client, not gtk2
 #
 Summary:       FREE CIVilization clone
 Summary(es):   Clon del juego Civilization
 Summary(pl):   Niekomercyjny klon CIVilization
 Summary(pt_BR):        Clone do jogo Civilization
 Name:          freeciv
-Version:       2.0.2
+Version:       2.0.8
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games/Strategy
-Source0:       ftp://ftp.freeciv.org/freeciv/stable/%{name}-%{version}.tar.bz2
-# Source0-md5: dadd040a767dd5e1a7f1e18c7dfa756f
+Source0:       http://dl.sourceforge.net/freeciv/%{name}-%{version}.tar.bz2
+# Source0-md5: 9ebd5899c2c78362e0e2c68791673a88
 Source1:       ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets/stdsounds3.tar.gz
 # Source1-md5: 77215914712f2f351092918f5e41e39e
 Source2:       %{name}-client.desktop
 Source3:       %{name}-server.desktop
 Source4:       %{name}.png
+Patch0:                %{name}-link.patch
 URL:           http://www.freeciv.org/
 BuildRequires: SDL_mixer-devel
+BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: esound-devel
 %{!?with_gtk2:BuildRequires:   gtk+-devel > 1.2.1}
@@ -78,9 +80,13 @@ Ten pakiet zawiera server gry Freeciv.
 
 %prep
 %setup -q -a1
+%patch0 -p1
 
 %build
-cp -f /usr/share/automake/config.sub bootstrap
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 %{!?with_gtk2: --enable-client=gtk} \
 %{?with_gtk2:  --enable-client=gtk2}
This page took 0.086066 seconds and 4 git commands to generate.