commit SDL_gfx for openSUSE:Factory
Hello community, here is the log from the commit of package SDL_gfx for openSUSE:Factory checked in at Fri May 29 00:36:16 CEST 2009. -------- --- SDL_gfx/SDL_gfx.changes 2009-05-19 13:37:44.000000000 +0200 +++ SDL_gfx/SDL_gfx.changes 2009-05-20 16:04:54.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 20 15:55:09 CEST 2009 - prusnak@suse.cz + +- follow Shared Library Policy + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL_gfx.spec ++++++ --- /var/tmp/diff_new_pack.Qd3833/_old 2009-05-29 00:34:46.000000000 +0200 +++ /var/tmp/diff_new_pack.Qd3833/_new 2009-05-29 00:34:46.000000000 +0200 @@ -19,11 +19,11 @@ Name: SDL_gfx -BuildRequires: SDL-devel +BuildRequires: libSDL-devel Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ Summary: SDL Graphics Routines for Primitives and Other Support Functions Version: 2.0.19 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.bz2 License: LGPL v2.1 or later Group: System/Libraries @@ -52,13 +52,45 @@ -------- Andreas Schiffler <aschiffler@appwares.com> -%package devel +%package -n libSDL_gfx13 +Summary: SDL Graphics Routines for Primitives and Other Support Functions +Group: System/Libraries +License: LGPL v2.1 or later +Provides: SDL_gfx = %{version} +Obsoletes: SDL_gfx < %{version} + +%description -n libSDL_gfx13 +The SDL_gfx library evolved out of the SDL_gfxPrimitives code which +provided basic drawing routines such as lines, circles or polygons and +SDL_rotozoom which implemented a interpolating rotozoomer for SDL +surfaces. The current components of the SDL_gfx library are: + +- Graphic Primitives (SDL_gfxPrimitives.h) + +- Rotozoomer (SDL_rotozoom.h) + +- Framerate control (SDL_framerate.h) + +- MMX image filters (SDL_imageFilter.h) + +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 <aschiffler@appwares.com> + +%package -n libSDL_gfx-devel License: LGPL v2.1 or later Summary: Libraries, includes and more to develop SDL_gfx applications -Group: System/Libraries -Requires: %{name} = %{version} SDL-devel pkgconfig +Group: Development/Libraries/C and C++ +Requires: libSDL_gfx13 = %{version} libSDL-devel pkgconfig +Provides: SDL_gfx-devel = %{version} +Obsoletes: SDL_gfx-devel < %{version} -%description devel +%description -n libSDL_gfx-devel The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL @@ -92,25 +124,27 @@ make install DESTDIR=$RPM_BUILD_ROOT %{__rm} -f %{buildroot}%{_libdir}/*.la -%post -p /sbin/ldconfig +%post -n libSDL_gfx13 -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n libSDL_gfx13 -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n libSDL_gfx13 %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog LICENSE NEWS README %{_libdir}/lib*.so.* -%files devel +%files -n libSDL_gfx-devel %defattr(-,root,root) %{_includedir}/SDL/* %{_libdir}/lib*.so %{_libdir}/pkgconfig/SDL_gfx.pc %changelog +* Wed May 20 2009 prusnak@suse.cz +- follow Shared Library Policy * Tue May 19 2009 prusnak@suse.cz - updated to 2.0.19 * gcc43 compiler patch for asm code in image filters ++++++ baselibs.conf ++++++ libSDL_gfx13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de