]> git.pld-linux.org Git - packages/asc.git/blobdiff - asc.spec
- release 7 (by relup.sh)
[packages/asc.git] / asc.spec
index 25689d16cef307a6354287f2cbc3da193e687626..d9d70171608503af58da27fc21a8ebd41a81404a 100644 (file)
--- a/asc.spec
+++ b/asc.spec
@@ -4,15 +4,16 @@
 Summary:       Advanced Strategic Command - a free, turn based strategy game
 Summary(pl.UTF-8):     Advanced Strategic Command - turowa gra strategiczna
 Name:          asc
-Version:       2.2.0.0
-Release:       1
+Version:       2.5.0.0
+Release:       7
 License:       GPL v2+
 Group:         X11/Applications/Games/Strategy
-Source0:       http://dl.sourceforge.net/asc-hq/%{name}-%{version}.tar.bz2
-# Source0-md5: a5207e63109bb81b432542d0b43e9970
+Source0:       http://downloads.sourceforge.net/asc-hq/%{name}-%{version}.tar.bz2
+# Source0-md5: 93400834ef6b75343388c1edc772bef9
 Source1:       %{name}.desktop
 Source2:       %{name}.xpm
 Patch0:                %{name}-configure.patch
+Patch1:                %{name}-lua.patch
 URL:           http://www.asc-hq.org/
 BuildRequires: SDL-devel >= 1.2.2
 BuildRequires: SDL_image-devel
@@ -29,20 +30,26 @@ 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                specflags       -fpermissive
+
 %description
 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ą mającą korzenie w Battle Isle
-2/3. Grając w nią można się zmierzyć z komputerem lub z innym
+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
@@ -54,11 +61,12 @@ Group:              X11/Applications/Games/Strategy
 Map editor and other tools for ASC.
 
 %description tools -l pl.UTF-8
-Edytor map i inne narzedzia dla ASC
+Edytor map i inne narzędzia dla ASC.
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -66,7 +74,8 @@ Edytor map i inne narzedzia dla ASC
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --with-wx-config="wx-gtk2-unicode-config"
 %{__make}
 
 %install
This page took 0.032826 seconds and 4 git commands to generate.