diff --git a/SDL_image.changes b/SDL_image.changes index 5cc5def..cc8e6f3 100644 --- a/SDL_image.changes +++ b/SDL_image.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Sep 17 10:23:01 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + +------------------------------------------------------------------- +Mon Aug 1 09:37:21 UTC 2011 - jengelh@medozas.de + +- Update baselibs.conf to also ship libSDL_image-devel-32bit + +------------------------------------------------------------------- +Sat Jul 2 14:51:55 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Mon Dec 21 14:23:25 UTC 2009 - prusnak@suse.cz diff --git a/SDL_image.spec b/SDL_image.spec index 85754a3..a612082 100644 --- a/SDL_image.spec +++ b/SDL_image.spec @@ -1,7 +1,7 @@ # -# spec file for package SDL_image (Version 1.2.10) +# spec file for package SDL_image # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: SDL_image @@ -36,12 +35,6 @@ This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats. - - -Authors: --------- - Sam Lantinga - %package -n libSDL_image-1_2-0 Summary: Simple DirectMedia Layer--Sample Image Loading Library Group: System/Libraries @@ -54,12 +47,6 @@ This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats. - - -Authors: --------- - Sam Lantinga - %package -n libSDL_image-devel License: LGPLv2.1+ Summary: Libraries, includes and more to develop SDL_image applications @@ -73,18 +60,12 @@ This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats. - - -Authors: --------- - Sam Lantinga - %prep %setup -q %build %configure --disable-static --with-pic -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -94,9 +75,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %postun -n libSDL_image-1_2-0 -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libSDL_image-1_2-0 %defattr(-,root,root) %doc CHANGES COPYING README diff --git a/baselibs.conf b/baselibs.conf index 636ba10..661996f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,6 @@ libSDL_image-1_2-0 provides "SDL_image- = " obsoletes "SDL_image- <= " +libSDL_image-devel + requires -libSDL_image- + requires "libSDL_image-1_2-0- = "