]> git.pld-linux.org Git - packages/lgeneral.git/blobdiff - lgeneral.spec
- one more todo
[packages/lgeneral.git] / lgeneral.spec
index 29ed945c0888221e98843647ce35685e4d0b50f4..5ac6b4aa6398573ff04287bf3c444e676b9fbc79 100644 (file)
@@ -1,20 +1,26 @@
-Summary:       LGeneral game
-Summary(pl):   Gra Linux General
+# TODO:
+# - lgeneral-redit: make it installable (source dir paths in main.c, misc.c), build&install
+# - package addons from http://lgames.sourceforge.net/LGeneral/addons.php (extend lgeneral-scenarios.spec?)
+Summary:       Panzer General clone
+Summary(pl.UTF-8):     Klon gry Panzer General
 Name:          lgeneral
-Version:       1.1
+Version:       1.3.1
 Release:       1
-License:       GPL
-Group:         X11/Applications/Games
-Source0:       http://dl.sourceforge.net/lgeneral/%{name}-%{version}.tar.gz
-# Source0-md5: ba7fc938425a1832c2751e8ea4ed6cf7
-Source1:       %{name}.desktop
-Patch0:                %{name}-inst_dir.patch
-Patch1:                %{name}-configure_fix.patch
-URL:           http://lgames.sourceforge.net/
+License:       GPL v2+
+Group:         X11/Applications/Games/Strategy
+Source0:       http://downloads.sourceforge.net/lgeneral/%{name}-%{version}.tar.gz
+# Source0-md5: 7605ccf7eac6ce7a8c36b6db0613ceb6
+Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-hash.patch
+URL:           http://lgames.sourceforge.net/LGeneral
+BuildRequires: SDL-devel >= 1.1.4
+BuildRequires: SDL_mixer-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: SDL_mixer-devel >= 1.1.4
-Requires:      %{name}-data >= 1.1
+BuildRequires: gettext-tools
+BuildRequires: sed >= 4.0
+Requires:      SDL >= 1.1.4
+Suggests:      %{name}-tools = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,54 +31,103 @@ defensive fire, surprise contacts, surrender, unit supply, weather
 influence, reinforcements and other implementations contribute to the
 tactical and strategic depth of the game.
 
-%description -l pl
-LGeneral jest turow± gr± strategiczn± zainspirowan± o Panzer General.
-Mo¿na graæ scenariusze albo kampanie, przeciwko drugiemu graczowi albo
-komputerowi. Gra posiada du¿o zaawansowanych opcji tj. wp³yw pogody na
-warunki walki.
+%description -l pl.UTF-8
+LGeneral jest turową grą strategiczną zainspirowaną przez Panzer
+General. Gracz rozgrywa scenariusze lub całe kampanie przeciwko
+drugiemu graczowi lub komputerowi. Gra posiada dużo zaawansowanych
+opcji jak na przykład wpływ pogody na warunki walki.
+
+%package tools
+Summary:       Tools to manipulate LGeneral data files
+Summary(pl.UTF-8):     Narzędzia do operacji na plikach danych gry LGeneral
+Group:         X11/Applications/Games/Strategy
+Requires:      SDL >= 1.1.4
+Conflicts:     lgeneral < 1.3.1
+
+%description tools
+Tools to manipulate LGeneral data files.
+
+%description tools -l pl.UTF-8
+Narzędzia do operacji na plikach danych gry LGeneral.
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#patch1 -p1 # if using updated intl/
+
+%{__sed} -i 's@games/@@' configure.in
 
 %build
-rm -f missing
+# cannot use gettextize (po/ is hacked), so just
+cp -f %{_datadir}/gettext/config.rpath .
 %{__aclocal}
-%{__automake}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Games/Strategy
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Strategy/%{name}.desktop
+# lgeneral,pg domains
+%find_lang %{name} --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%post
+if [ "$1" = 1 ]; then
+%banner %{name} -e <<EOF
+NOTE:
+If you have the orginal Panzer General CD then mount it
+(e.g., to /mnt/cdrom) and run the following command as root user:
+
+       lgc-pg -s /mnt/cdrom/DAT -d /usr/share/lgeneral
+
+If you do not have the orginal Panzer General
+CD, you can use the abandonware lgeneral-data-pg package
+by (after installing it) running the following command as root user:
+
+       lgc-pg -s /usr/share/lgeneral/pg-data -d /usr/share/lgeneral
+
+Note: the above commands require %{name}-tools package.
+EOF
+fi
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README.{lgc-pg,lgeneral} TODO
+%attr(755,root,root) %{_bindir}/lgeneral
+%dir %{_datadir}/lgeneral
+%dir %{_datadir}/lgeneral/ai_modules
+%dir %{_datadir}/lgeneral/campaigns
+%{_datadir}/lgeneral/campaigns/PG
+%{_datadir}/lgeneral/gfx
+%dir %{_datadir}/lgeneral/maps
+%dir %{_datadir}/lgeneral/music
+%dir %{_datadir}/lgeneral/nations
+%dir %{_datadir}/lgeneral/scenarios
+%dir %{_datadir}/lgeneral/sounds
+%dir %{_datadir}/lgeneral/terrain
+%dir %{_datadir}/lgeneral/themes
+%{_datadir}/lgeneral/themes/default
+%dir %{_datadir}/lgeneral/units
+%{_desktopdir}/lgeneral.desktop
+%{_mandir}/man6/lgeneral.6*
+%{_iconsdir}/hicolor/48x48/apps/lgeneral.png
+
+%files tools
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
-%attr(755,root,root) %{_bindir}/*
-%dir %{_datadir}/%{name}/ai_modules
-%dir %{_datadir}/%{name}/campaigns
-%dir %{_datadir}/%{name}/gfx
-%dir %{_datadir}/%{name}/gfx/flags
-%dir %{_datadir}/%{name}/gfx/terrain
-%dir %{_datadir}/%{name}/gfx/units
-%{_datadir}/%{name}/gfx/*.bmp
-%dir %{_datadir}/%{name}/maps
-%dir %{_datadir}/%{name}/music
-%dir %{_datadir}/%{name}/nations
-%dir %{_datadir}/%{name}/scenarios
-%dir %{_datadir}/%{name}/sounds
-%dir %{_datadir}/%{name}/themes
-%{_datadir}/%{name}/themes/*
-%dir %{_datadir}/%{name}/units
-%{_applnkdir}/Games/Strategy/%{name}.desktop
+%doc lgc-pg/convdata/COPYING
+%attr(755,root,root) %{_bindir}/lgc-pg
+%attr(755,root,root) %{_bindir}/lged
+%attr(755,root,root) %{_bindir}/ltrextract
+%attr(755,root,root) %{_bindir}/shptool
+%dir %{_datadir}/lgeneral
+%{_datadir}/lgeneral/convdata
+%{_mandir}/man1/lgc-pg.1*
This page took 0.087243 seconds and 4 git commands to generate.