From 52ecd1245b75935648fdef561b011b8a7d54e8f13e7f0ad87f519275f1eee5f8 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 12 Jul 2013 21:57:25 +0000 Subject: [PATCH] - created package (version 2.0.0) - based on SDL package OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=12 --- SDL-2.0.0-7316.tar.gz | 3 --- SDL2-2.0.0.tar.gz | 3 +++ SDL2.changes | 24 ++---------------------- SDL2.spec | 8 +++----- 4 files changed, 8 insertions(+), 30 deletions(-) delete mode 100644 SDL-2.0.0-7316.tar.gz create mode 100644 SDL2-2.0.0.tar.gz diff --git a/SDL-2.0.0-7316.tar.gz b/SDL-2.0.0-7316.tar.gz deleted file mode 100644 index 29c1fdb..0000000 --- a/SDL-2.0.0-7316.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a7e3064c078f791edd3bd6d2cea4352a609c6929953b38473e120e24dadbb25 -size 3740142 diff --git a/SDL2-2.0.0.tar.gz b/SDL2-2.0.0.tar.gz new file mode 100644 index 0000000..9b5ea35 --- /dev/null +++ b/SDL2-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4994c53de59b55ec37982ff05a6eb69f1fa428a74f8f1f70a1a2f47b2eb263 +size 3613012 diff --git a/SDL2.changes b/SDL2.changes index 298abe6..62d0a4a 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,25 +1,5 @@ ------------------------------------------------------------------- -Mon Jun 24 18:05:34 UTC 2013 - prusnak@opensuse.org +Fri Jul 12 21:56:54 UTC 2013 - prusnak@opensuse.org -- updated to revision 7316 - -------------------------------------------------------------------- -Sat Dec 22 00:07:39 UTC 2012 - prusnak@opensuse.org - -- updated to revision 6754 - -------------------------------------------------------------------- -Thu Dec 6 13:11:11 UTC 2012 - prusnak@opensuse.org - -- updated to revision 6713 - -------------------------------------------------------------------- -Fri Oct 5 21:23:15 UTC 2012 - prusnak@opensuse.org - -- updated to revision 6559 - -------------------------------------------------------------------- -Thu Sep 27 21:57:27 UTC 2012 - prusnak@opensuse.org - -- created package (revision 6454) - based on SDL package +- created package (version 2.0.0) - based on SDL package diff --git a/SDL2.spec b/SDL2.spec index 2c712b0..20f6022 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -16,8 +16,6 @@ # -%define rev 7316 - Name: SDL2 BuildRequires: Mesa-devel BuildRequires: alsa-devel @@ -33,13 +31,13 @@ BuildRequires: pkgconfig(glu) %ifarch ppc ppc64 BuildRequires: libspe2-devel %endif -Version: 1.99.%{rev} +Version: 2.0.0 Release: 0 Summary: Simple DirectMedia Layer Library License: Zlib Group: System/Libraries Url: http://www.libsdl.org/ -Source: http://www.libsdl.org/tmp/SDL-2.0.0-%{rev}.tar.gz +Source: http://www.libsdl.org/tmp/release/%{name}-%{version}.tar.gz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -74,7 +72,7 @@ This package contains files needed for development with the SDL2 library. %prep -%setup -q -n SDL-2.0.0-%{rev} +%setup -q %build %configure \