]> git.pld-linux.org Git - packages/d2x-xl.git/commitdiff
- updated to 1.13.21; still needs some work
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 20 Jun 2008 11:01:56 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    d2x-xl.spec -> 1.5

d2x-xl.spec

index 5dd6d175e34326540dab0698ad627d56a3cd833c..5f6ed1471ff556ff88ae480740a23b115f16a2a9 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       D2X-XL - port of Descent 2 to OpenGL
 Summary(pl.UTF-8):     D2X-XL - port Descenta 2 do OpenGL-a
 Name:          d2x-xl
-Version:       1.5.112
+Version:       1.13.21
 Release:       0.1
 License:       GPLv2
 Group:         X11/Applications/Games
-Source0:       http://www.descent2.de/resources/%{name}-src-%{version}.tgz
-# Source0-md5: 8eefcfc57bcf27ff5fb91a3da750a87a
+Source0:       http://www.descent2.de/downloads/%{name}-src-%{version}.rar
+# Source0-md5: cafe37ea82ba4c37da61c6a8c0c517f4
 URL:           http://www.descent2.de/
 BuildRequires: SDL-devel
 BuildRequires: SDL_mixer-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: unrar
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,13 +22,16 @@ D2X-XL - port of Descent 2 to OpenGL.
 D2X-XL - port Descenta 2 do OpenGL-a.
 
 %prep
-%setup -q -n src
+%setup -q -c -T
+unrar x -idq %{SOURCE0}
+unrar x -idq d2x-xl-makefiles.rar
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+chmod u+x configure
 %configure
 %{__make}
 
This page took 0.089281 seconds and 4 git commands to generate.