]> git.pld-linux.org Git - packages/antargis.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 18 May 2008 16:12:22 +0000 (16:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antargis.spec -> 1.5

antargis.spec

index 879e88b9906f46e15cc1f11d3f5f09d944c5ba62..a18535c5fb9193070f0250e5077a2dc77e7fa069 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Battles of Antargis - medieval RTS
 Summary(pl.UTF-8):     Battles of Antargis - osadzona w średniowieczu gra typu RTS
 Name:          antargis
-Version:       0.1.2
+Version:       0.2.1.4
 Release:       0.1
 License:       GPL
 Group:         X11/Applications/Games/Strategy
-Source0:       http://download.berlios.de/antargis/%{name}-%{version}.tar.gz
-# Source0-md5: 94f8173e2eb1fea4d9d2949803055f87
+Source0:       http://download.berlios.de/antargis/%{name}-source-%{version}.tar.gz
+# Source0-md5: 8e45ba040ad025ddbf84a624ade97ea5
 URL:           http://antargis.berlios.de/
 BuildRequires: OpenGL-devel
 BuildRequires: SDL_image-devel
@@ -39,12 +39,13 @@ Gra jest obecnie intensywnie rozwijana. Aktualnie zawiera:
 - początek właściwej kampanii
 
 %prep
-%setup -q
+%setup -q -n %{name}-source-%{version}
 
 %build
-rake \
+ruby build.rb \
        CC="%{__cc}" \
-       CXX="%{__cxx}"
+       CXX="%{__cxx}" \
+       COMPILE_PARAMS="%{rpmcflags} -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.078636 seconds and 4 git commands to generate.