Hello community,

here is the log from the commit of package SDL_ttf for openSUSE:Factory checked 
in at 2015-01-08 23:03:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_ttf (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_ttf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_ttf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_ttf/SDL_ttf.changes  2014-11-28 
08:44:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.SDL_ttf.new/SDL_ttf.changes     2015-01-08 
23:03:24.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan  8 09:57:48 UTC 2015 - [email protected]
+
+- Improve package summary and description. Drop --with-pic which
+  is enabled implicitly anyway, remove redundant Requires.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SDL_ttf.spec ++++++
--- /var/tmp/diff_new_pack.PDI8Dh/_old  2015-01-08 23:03:25.000000000 +0100
+++ /var/tmp/diff_new_pack.PDI8Dh/_new  2015-01-08 23:03:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL_ttf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -21,25 +21,25 @@
 #Note: thankfully no overlap with SDL2, which is libSDL2_ttf-2_0-0.
 Version:        2.0.11
 Release:        0
-Summary:        Simple DirectMedia Layer - Truetype Library
+Summary:        SDL TrueType library
 License:        Zlib
 Group:          Development/Libraries/X11
 Url:            http://libsdl.org/projects/SDL_ttf/release-1.2.html
 
 # removed VisualC dir, Watcom-Win32.zip, Xcode and Xcode-iOS dirs from 
upstream tarball [bnc#508180]
-Source:         %{name}-%{version}-repack.tar.bz2
+Source:         %name-%version-repack.tar.bz2
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  freetype2-devel
-BuildRequires:  libSDL-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(sdl)
 
 %description
 This is a sample library that allows you to use TrueType fonts in your
 SDL applications.
 
 %package -n %lname
-Summary:        Simple DirectMedia Layer - Truetype Library
+Summary:        Simple DirectMedia Layer – Truetype library
 Group:          System/Libraries
 Provides:       SDL_ttf = %version-%release
 Obsoletes:      SDL_ttf < %version-%release
@@ -49,10 +49,9 @@
 SDL applications.
 
 %package -n libSDL_ttf-devel
-Summary:        Simple DirectMedia Layer - Truetype Library
+Summary:        Development files for the SDL TrueType library
 Group:          Development/Libraries/X11
-Requires:       %lname = %{version}
-Requires:       libSDL-devel
+Requires:       %lname = %version
 Provides:       SDL_ttf-devel = %version-%release
 Obsoletes:      SDL_ttf-devel < %version-%release
 
@@ -64,28 +63,25 @@
 %setup -q
 
 %build
-%configure \
-    --with-pic \
-    --disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
 %defattr(-,root,root)
 %doc CHANGES COPYING README
-%{_libdir}/libSDL_ttf-2*.so.*
+%_libdir/libSDL_ttf-2*.so.*
 
 %files -n libSDL_ttf-devel
 %defattr(-,root,root)
-%{_includedir}/SDL/
-%{_libdir}/libSDL_ttf.so
-%{_libdir}/pkgconfig/SDL_ttf.pc
+%_includedir/SDL/
+%_libdir/libSDL_ttf.so
+%_libdir/pkgconfig/SDL_ttf.pc
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to