diff --git a/SDL_gfx.changes b/SDL_gfx.changes index 7910140..04560bd 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 16 18:21:15 UTC 2011 - jengelh@medozas.de + +- Add libSDL_gfx-devel to baselibs +- Remove redundant tags/sections + +------------------------------------------------------------------- +Sat Jul 2 14:51:35 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Mon Feb 21 16:30:00 CET 2011 - tzotsos@opensuse.org diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 412fa98..d972d34 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: SDL_gfx @@ -47,12 +46,6 @@ surfaces. The current components of the SDL_gfx library are: The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code. - - -Authors: --------- - Andreas Schiffler - %package -n libSDL_gfx13 Summary: SDL Graphics Routines for Primitives and Other Support Functions Group: System/Libraries @@ -77,12 +70,6 @@ surfaces. The current components of the SDL_gfx library are: The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code. - - -Authors: --------- - Andreas Schiffler - %package -n libSDL_gfx-devel License: LGPLv2.1+ Summary: Libraries, includes and more to develop SDL_gfx applications @@ -108,18 +95,12 @@ surfaces. The current components of the SDL_gfx library are: The library is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code. - - -Authors: --------- - Andreas Schiffler - %prep %setup -q %build %configure --disable-static --with-pic --disable-mmx -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -129,9 +110,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %postun -n libSDL_gfx13 -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libSDL_gfx13 %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog LICENSE NEWS README diff --git a/baselibs.conf b/baselibs.conf index 46b8578..7d8c913 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,6 @@ libSDL_gfx13 provides "SDL_gfx- = " obsoletes "SDL_gfx- <= " +libSDL_gfx-devel + requires -libSDL_gfx- + requires "libSDL_gfx13- = "