]> 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 becd0826a7df21a02b1de627ae09097ff0c04851..c99de003c62514f6185c5890ba831c56cb26d5d7 100644 (file)
+#
+# Conditional build:
+%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:       1.8.0
-Release:       2
-Copyright:     GPL
-Group:         X11/Games/Strategy
-Group(pl):     X11/Gry/Strategiczne
-Source0:       ftp://freeciv.ultraviolet.org/pub/freeciv/%{name}-%{version}.tar.bz2
-Source1:       freeciv-client.wmconfig
-Source2:       freeciv-server.wmconfig
-BuildPrereq:   Xaw3d-devel
-BuildPrereq:   XFree86-devel
+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: 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/
-Buildroot:     /tmp/%{name}-%{version}-root
-
-%define _prefix /usr/X11R6
+BuildRequires: SDL_mixer-devel
+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}
+BuildRequires: pkgconfig
+BuildRequires: readline-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Free clone of Sid Meiers Civilization. Free Civilization clone for unix and
-X. This is multiplayer strategic game and you can also play against
-computer-AI players.
+Free clone of Sid Meier's Civilization. Free Civilization clone for
+unix and X. This is multiplayer strategic game and you can also play
+against computer-AI players.
+
+%description -l es
+Clon del juego Civilization.
 
 %description -l pl
-Freeciv jest to niekomercyjny (GPL) klon gry Civilization Sid'a Meiers'a.
-Jest to gra strategiczna pod X Window. Mo¿esz graæ w ni± z innymi osobami
-poprzez sieæ, a tak¿e przeciwko "graczom" zarz±dzanym przez komputer.
+Freeciv jest to niekomercyjny (GPL) klon gry Civilization Sida Meiera.
+Jest to gra strategiczna dla systemu X Window. Mo¿na graæ w ni± z
+innymi osobami poprzez sieæ, a tak¿e przeciwko "graczom" zarz±dzanym
+przez komputer.
+
+%description -l pt_BR
+O FreeCiv é uma implementação do Civilization II para o Sistema X
+Window.
+
+%package client
+Summary:       Freeciv game client
+Summary(pl):   Klient gry Freeciv
+Group:         X11/Applications/Games/Strategy
+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.
+
+%description client -l pl
+Ten pakiet zawiera klienta gry Freeciv.
+
+%package server
+Summary:       Freeciv game server
+Summary(pl):   Serwer gry Freeciv
+Group:         X11/Applications/Games/Strategy
+Requires:      %{name} = %{version}-%{release}
+
+%description server
+This package contans Freeciv game server.
+
+%description server -l pl
+Ten pakiet zawiera server gry Freeciv.
 
 %prep
-%setup -q
+%setup -q -a1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target} \
-       --prefix=%{_prefix} \
-       --with-xaw3d
-make
+cp -f /usr/share/automake/config.sub bootstrap
+%configure \
+%{!?with_gtk2: --enable-client=gtk} \
+%{?with_gtk2:  --enable-client=gtk2}
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/X11/wmconfig,%{_libdir}/X11/app-defaults}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-make install prefix=$RPM_BUILD_ROOT%{_prefix}
+install %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE4} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-mv $RPM_BUILD_ROOT%{_datadir}/freeciv/Freeciv \
-$RPM_BUILD_ROOT%{_libdir}/X11/app-defaults
+cp -rf data/stdsounds{,.soundspec} $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/freeciv-client
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/X11/wmconfig/freeciv-server
+mv -f $RPM_BUILD_ROOT%{_datadir}/locale/he{_IL,}
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/no
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
-%defattr(644, root, root, 755)
-%doc AUTHORS README freeciv_hackers_guide.txt
-%doc HOWTOPLAY NEWS 
-/etc/X11/wmconfig/*
-%attr(755, root, root) %{_bindir}/*
-%{_datadir}/freeciv
-%{_libdir}/X11/app-defaults/Freeciv
-
-%changelog
-* Mon May 31 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.8.0-2]
-- spec writed by PLD team (based on my old spec for freeciv).
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README ChangeLog NEWS
+%{_pixmapsdir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/helpdata.txt
+
+%files server
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/civserver
+%{_desktopdir}/%{name}-server.desktop
+%{_datadir}/%{name}/civ1
+%{_datadir}/%{name}/civ2
+%{_datadir}/%{name}/default
+%{_datadir}/%{name}/history
+%{_datadir}/%{name}/nation
+%{_datadir}/%{name}/scenario
+%{_datadir}/%{name}/*.serv
+%{_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
+%{_datadir}/%{name}/misc
+%{_datadir}/%{name}/trident
+%{_datadir}/%{name}/isophex
+%{_datadir}/%{name}/flags
+%{_datadir}/%{name}/*.*spec
+%{_datadir}/%{name}/stdsounds
+%{_mandir}/man6/civclient.6*
This page took 0.035732 seconds and 4 git commands to generate.