]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- update to todays snapshot, many fixes since 1.2.9, among others:
authordjurban <djurban@pld-linux.org>
Sun, 30 Oct 2005 20:19:24 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  * altivec support extended
  * gcc4.1 compile fixes

Changed files:
    SDL.spec -> 1.142

SDL.spec

index 40e45eac7479a2944b9178a1798781f6be024ee3..815a64d811db61f244eaafa068dedf23a5cb011a 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
 %bcond_without arts            # without aRts audio support
 %bcond_without esd             # without EsounD audio support
 #
+%define                _snap   051030
 Summary:       SDL (Simple DirectMedia Layer) - Game/Multimedia Library
 Summary(pl):   SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimediów
 Summary(zh_CN):        SDL (Simple DirectMedia Layer) Generic APIs - ÓÎÏ·/¶àýÌå¿â
 Name:          SDL
-Version:       1.2.9
-Release:       1
+Version:       1.2.10
+Release:       0.%{_snap}.1
 License:       LGPL
 Group:         X11/Libraries
-Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
-# Source0-md5: 80919ef556425ff82a8555ff40a579a0
+#Source0:      http://www.libsdl.org/release/%{name}-%{version}.tar.gz
+Source0:       %{name}-%{_snap}.tar.bz2
+# Source0-md5: e0ab8e77644db78b30e3b68965bdfd6c
 Patch0:                %{name}-byteorder.patch
 Patch1:                %{name}-amfix.patch
 Patch2:                %{name}-lpthread.patch
@@ -144,7 +146,7 @@ SDL - example programs.
 SDL - przyk³adowe programy.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_snap}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
This page took 0.03097 seconds and 4 git commands to generate.