]> git.pld-linux.org Git - packages/0ad.git/commitdiff
- use tarball without all binaries
authorsparky <sparky@pld-linux.org>
Sun, 23 Jan 2011 16:18:22 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: perl-base, pkgconfig, python, python-modules, zip

Changed files:
    0ad.spec -> 1.5

0ad.spec

index 4ac48c8821eb6a7f6f3f12e99f1f54a9ab30a75e..49949c61af9c7b54ba52a64e1f4614855e91a716 100644 (file)
--- a/0ad.spec
+++ b/0ad.spec
@@ -4,15 +4,15 @@
 #      - try to make it runnable by non-privileged users (sth wrong with boost?)
 #      - fix problem with font finding
 #
-%define                svn_ver r8832
+%define                svn_ver r08832
 Summary:       Free, Open-Source, cross-platform RTS game of ancient warfare
 Name:          0ad
 Version:       %{svn_ver}
 Release:       0.%{svn_ver}.1
 License:       GPL v2+
 Group:         X11/Applications/Games
-Source0:       %{name}-%{version}-alpha-unix-build.tar.gz
-# Source0-md5: f38d660d039a37edebb2ea2f0eb6aa6d
+Source0:       http://releases.wildfiregames.com/%{name}-%{version}-alpha-unix-build.tar.xz
+# Source0-md5: b9df52751596633d9aab4cc3b253cb82
 URL:           http://wildfiregames.com/0ad/
 BuildRequires: DevIL-devel
 BuildRequires: OpenAL-devel
@@ -26,8 +26,13 @@ BuildRequires:       libogg-devel
 BuildRequires: libpng-devel
 BuildRequires: libvorbis-devel
 BuildRequires: libxml2-devel
+BuildRequires: perl-base
+BuildRequires: pkgconfig
+BuildRequires: python
+BuildRequires: python-modules
 BuildRequires: sed >= 4.0
 BuildRequires: wxGTK2-unicode-devel
+BuildRequires: zip
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,7 +46,7 @@ ambitious, involving state-of-the-art 3D graphics, detailed artwork,
 sound, and a flexible and powerful custom-built game engine.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}-alpha
 
 # force link with libboost_*.so not libboost_*-mt.so
 %{__sed} -i 's,-mt,,g' build/premake/extern_libs.lua
This page took 0.065301 seconds and 4 git commands to generate.