]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- updated to 1.2.6 20030528 cvs snapshot
authorfreetz <freetz@pld-linux.org>
Mon, 21 Jul 2003 22:08:37 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gcc33 and refresh rates fixes already in sources
- works rock solid stable on x86 rel.1

Changed files:
    SDL.spec -> 1.112

SDL.spec

index a983f9f0e5af6d1af99a4ffa655be454d68083cf..d879fa8d13cf8bcdc5080906be61df04f5b9f548 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
 # _without_esound - without esound support
 #
 %ifarch        alpha
-%define _without_arts 1
+%define        _without_arts 1
 %endif
 
+%define                snap 20030528
+
 Summary:       SDL (Simple DirectMedia Layer) - Game/Multimedia Library
 Summary(es):   Simple DirectMedia Layer
 Summary(pl):   SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimediów
@@ -21,12 +23,13 @@ Summary(ru):        Simple DirectMedia Layer
 Summary(uk):   Simple DirectMedia Layer
 Summary(zh_CN):        SDL (Simple DirectMedia Layer) Generic APIs - ÓÎÏ·/¶àýÌå¿â
 Name:          SDL
-Version:       1.2.5
-Release:       5
+Version:       1.2.6
+Release:       1.%{snap}.0
 License:       LGPL
 Group:         X11/Libraries
-Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
-# Source0-md5: cacacf4e4cca546de168fedc23b9b44b
+#Source0:      http://www.libsdl.org/release/%{name}-%{version}.tar.gz
+Source0:       http://www.libsdl.org/cvs/%{name}-1.2.tar.gz
+# Source0-md5: 8e5801a100367f515b186ff8469cdb0d
 Patch0:                %{name}-byteorder.patch
 Patch1:                %{name}-fixlibs.patch
 Patch2:                %{name}-amfix.patch
@@ -34,9 +37,7 @@ Patch3:               %{name}-lpthread.patch
 Patch4:                %{name}-ac25x.patch
 Patch5:                %{name}-no_rpath_in_sdl-config.patch
 Patch6:                %{name}-noobjc.patch
-Patch7:                %{name}-refresh_rates.patch
-Patch8:                %{name}-am17.patch
-Patch9:                %{name}-gcc33.patch
+Patch7:                %{name}-am17.patch
 URL:           http://www.libsdl.org/
 BuildRequires: OpenGL-devel
 BuildRequires: XFree86-devel >= 4.0.2
@@ -152,7 +153,7 @@ SDL - example programs.
 SDL - przyk³adowe programy.
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.2
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -161,10 +162,9 @@ SDL - przyk
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p1
-%patch9 -p1
 
 %build
+find . -type d -name CVS -print | xargs rm -rf {} \;
 rm -f missing libtool
 %{__libtoolize}
 %{__aclocal}
This page took 0.083816 seconds and 4 git commands to generate.