]> git.pld-linux.org Git - packages/freeciv.git/blobdiff - freeciv.spec
- bcond_with(out) is followed by one \t, then bcond's name.
[packages/freeciv.git] / freeciv.spec
index a64ca0f6ad69c2d3335afc0bd4db521c723dfbb7..c99de003c62514f6185c5890ba831c56cb26d5d7 100644 (file)
@@ -1,21 +1,23 @@
 #
 # 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
+Version:       2.0.4
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games/Strategy
 Source0:       ftp://ftp.freeciv.org/freeciv/stable/%{name}-%{version}.tar.bz2
-# Source0-md5: b1a2d0b493af74f40179ef78ed2b6070
-Source1:       %{name}-client.desktop
-Source2:       %{name}-server.desktop
-Source3:       %{name}.png
+# Source0-md5: 833befa003eefda244f49d349bdb585c
+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
 URL:           http://www.freeciv.org/
 BuildRequires: SDL_mixer-devel
 BuildRequires: automake
@@ -23,6 +25,7 @@ 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}
+BuildRequires: pkgconfig
 BuildRequires: readline-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -61,7 +64,6 @@ This package contains Freeciv game client.
 %description client -l pl
 Ten pakiet zawiera klienta gry Freeciv.
 
-
 %package server
 Summary:       Freeciv game server
 Summary(pl):   Serwer gry Freeciv
@@ -75,11 +77,11 @@ This package contans Freeciv game server.
 Ten pakiet zawiera server gry Freeciv.
 
 %prep
-%setup -q 
+%setup -q -a1
 
 %build
-cp -f %{_datadir}/automake/config.sub .
-%configure2_13 \
+cp -f /usr/share/automake/config.sub bootstrap
+%configure \
 %{!?with_gtk2: --enable-client=gtk} \
 %{?with_gtk2:  --enable-client=gtk2}
 
@@ -87,14 +89,18 @@ cp -f %{_datadir}/automake/config.sub .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults \
-       $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
-install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}
+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}
 
@@ -119,11 +125,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/nation
 %{_datadir}/%{name}/scenario
 %{_datadir}/%{name}/*.serv
-%{_mandir}/man6/civserver.6.gz
+%{_mandir}/man6/civserver.6*
 
 %files client
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/civclient
+%attr(755,root,root) %{_bindir}/civmanual
 %{_desktopdir}/%{name}-client.desktop
 %{_datadir}/%{name}/freeciv.rc*
 %{_datadir}/%{name}/isotrident
@@ -132,5 +139,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/isophex
 %{_datadir}/%{name}/flags
 %{_datadir}/%{name}/*.*spec
-%{_mandir}/man6/civclient.6.gz
-%{_bindir}/civmanual
+%{_datadir}/%{name}/stdsounds
+%{_mandir}/man6/civclient.6*
This page took 0.088588 seconds and 4 git commands to generate.