]> git.pld-linux.org Git - packages/asc.git/commitdiff
- Updatede to 1.9.4 (notice: this is beta version)
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 12 Oct 2001 19:55:35 +0000 (19:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asc.spec -> 1.5

asc.spec

index a853c65f839401ebe77dc9a125fe4621d9776881..ed2361b4167597fa130d9c9a589ef775d621166e 100644 (file)
--- a/asc.spec
+++ b/asc.spec
@@ -1,14 +1,14 @@
 Summary:       Advanced Strategic Command - a free, turn based strategy game
 Name:          asc
-# there's 1.9.3 on ftp
-Version:       1.5.15beta
+Version:       1.9.4
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games/Strategy
 Group(de):     X11/Applikationen/Spiele/Strategie
 Group(pl):     X11/Aplikacje/Gry/Strategiczne
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/asc-hq/develop/%{name}-1.5.15-beta.src.tar.gz
+Source0:       http://prdownloads.sourceforge.net/asc-hq/%{name}-source-%{version}.tar.gz
 Source1:       %{name}.desktop
+Patch0:                %{name}-autoconf.patch
 URL:           http://www.asc-hq.org
 BuildRequires: SDL-devel
 BuildRequires: SDL_image-devel
@@ -22,12 +22,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 
 %prep
-%setup -qn %{name}-1.5.14-beta
+%setup -q
+%patch0 -p1
 
 %build
-CPPFLAGS="-I%{_includedir}"; export CPPFLAGS
-LDFLAGS="-L%{_libdir}"; export CPPFLAGS
-%configure2_13
+aclocal
+automake -a
+autoconf
+%configure CPPFLAGS="-I%{_includedir}" LDFLAGS="-L%{_libdir}"
 %{__make}
 
 %install
This page took 0.032458 seconds and 4 git commands to generate.