]> git.pld-linux.org Git - packages/asc.git/blobdiff - asc.spec
- up to 2.6.0.0
[packages/asc.git] / asc.spec
index d5b1dfa3db38e424001b335b755d9aa0afad0323..01c30479821ce0e9a0263881715c2f77d12a7897 100644 (file)
--- a/asc.spec
+++ b/asc.spec
+# TODO:
+# - check sounds - doesn't work for me
+
 Summary:       Advanced Strategic Command - a free, turn based strategy game
-Summary(pl):   Advanced Strategic Command - turowa gra strategiczna
+Summary(pl.UTF-8):     Advanced Strategic Command - turowa gra strategiczna
 Name:          asc
-Version:       1.9.4.3
+Version:       2.6.0.0
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         X11/Applications/Games/Strategy
-Source0:       http://prdownloads.sourceforge.net/asc-hq/%{name}-source-%{version}.tar.gz
+Source0:       http://downloads.sourceforge.net/asc-hq/%{name}-%{version}.tar.bz2
+# Source0-md5: 3f0002f1d3ccdf447b4721a171ed2ac3
 Source1:       %{name}.desktop
+Source2:       %{name}.xpm
+Patch0:                %{name}-configure.patch
+Patch1:                %{name}-lua.patch
 URL:           http://www.asc-hq.org/
-BuildRequires: SDL-devel
+BuildRequires: SDL-devel >= 1.2.2
 BuildRequires: SDL_image-devel
-BuildRequires: SDL_mixer-devel
-BuildRequires: SDLmm-devel
+BuildRequires: SDL_mixer-devel >= 1.2
+BuildRequires: SDL_sound-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: boost-devel >= 1.35.0
+BuildRequires: bzip2-devel >= 1.0.0
+BuildRequires: curl-devel >= 7.10.0
+BuildRequires: expat-devel
+BuildRequires: freetype-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: libsigc++12-devel >= 1.2
+BuildRequires: libtool >= 2:1.5
+BuildRequires: lua51-devel
+BuildRequires: physfs-devel
+BuildRequires: pkgconfig
+BuildRequires: wxGTK2-unicode-gl-devel
+BuildRequires: xvid-devel
+BuildRequires: zip
+BuildRequires: zlib-devel
+Obsoletes:     asc-music
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
+%define                specflags       -fpermissive
 
 %description
-ASC is a free, turn based strategy game. It is designed in the
-tradition of the Battle Isle series from Bluebyte and is currently
-available for Windows and Linux.
+ASC is a turn-based strategy game in the tradition of Battle Isle 2/3.
+It can be played against the computer or against other human players
+(either hotseat or by mail).
+
+%description -l pl.UTF-8
+ASC jest turową grą strategiczną, która posiada korzenie w Battle Isle
+2/3. Grając w nią, można się zmierzyć z komputerem lub z innym
+człowiekiem (przy jednym komputerze, lub przez pocztę).
+
+%package tools
+Summary:       Tools for ASC
+Summary(pl.UTF-8):     Narzedzia dla ASC
+Group:         X11/Applications/Games/Strategy
+
+%description tools
+Map editor and other tools for ASC.
+
+%description tools -l pl.UTF-8
+Edytor map i inne narzędzia dla ASC.
 
-%description -l pl
-ASC jest darmow±, turow± gr± strategiczn±. Zosta³a zaprojektowana
-w tradycji serii Battle Isle firmy Bluebyte. Obecnie jest dostêpna
-pod Windows i Linuksa.
-      
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
-aclocal
-automake -a
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
-%configure CPPFLAGS="-I%{_includedir}" LDFLAGS="-L%{_libdir}"
+%{__autoheader}
+%{__automake}
+%configure \
+       --with-wx-config="wx-gtk2-unicode-config"
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games/Strategy,%{_mandir}/man6,%{_docdir}/%{name}-%{version}/html/graphics}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Strategy
-install doc/manpages/*.6 $RPM_BUILD_ROOT%{_mandir}/man6
-
-# bug in make install, so we do it here
-install data/*.con $RPM_BUILD_ROOT%{_datadir}/games/asc
-
-gzip -9nf TODO README AUTHORS ChangeLog
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/readme.* doc/graphics doc/*.html doc/*.css
-%attr(2755,root,games) %{_bindir}/*
-%{_datadir}/games/asc
-%{_applnkdir}/Games/Strategy/*
-%{_mandir}/man6/*
+%doc ChangeLog source/TODO
+%attr(2755,root,games) %{_bindir}/%{name}
+%{_datadir}/games/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_mandir}/man6/%{name}.6*
+%{_pixmapsdir}/%{name}.xpm
+%{_datadir}/appdata/asc.appdata.xml
+
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/asc_demount
+%attr(755,root,root) %{_bindir}/asc_mapedit
+%attr(755,root,root) %{_bindir}/asc_mount
+%attr(755,root,root) %{_bindir}/asc_weaponguide
+%{_mandir}/man6/asc_demount.6*
+%{_mandir}/man6/asc_mapedit.6*
+%{_mandir}/man6/asc_mount.6*
+%{_mandir}/man6/asc_weaponguide.6*
This page took 0.079723 seconds and 4 git commands to generate.