]> git.pld-linux.org Git - packages/freeciv.git/blobdiff - freeciv.spec
- add CVE ref
[packages/freeciv.git] / freeciv.spec
index f9280becce9b2015b5b73227b07ec153de183d1e..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.1
-Release:       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: b1a2d0b493af74f40179ef78ed2b6070
+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}
@@ -30,8 +32,6 @@ BuildRequires:        readline-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _appdefsdir     /usr/X11R6/lib/X11/app-defaults
-
 %description
 Free clone of Sid Meier's Civilization. Free Civilization clone for
 unix and X. This is multiplayer strategic game and you can also play
@@ -80,10 +80,14 @@ Ten pakiet zawiera server gry Freeciv.
 
 %prep
 %setup -q -a1
+%patch0 -p1
 
 %build
-cp -f /usr/share/automake/config.sub bootstrap
-%configure2_13 \
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
 %{!?with_gtk2: --enable-client=gtk} \
 %{?with_gtk2:  --enable-client=gtk2}
 
@@ -91,7 +95,7 @@ cp -f /usr/share/automake/config.sub bootstrap
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_appdefsdir}}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -101,6 +105,9 @@ install %{SOURCE4} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 cp -rf data/stdsounds{,.soundspec} $RPM_BUILD_ROOT%{_datadir}/%{name}
 
+mv -f $RPM_BUILD_ROOT%{_datadir}/locale/he{_IL,}
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/no
+
 %find_lang %{name}
 
 %clean
This page took 0.071135 seconds and 4 git commands to generate.