Hello community,

here is the log from the commit of package SDLmm for openSUSE:Factory checked 
in at 2015-01-09 20:50:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDLmm (Old)
 and      /work/SRC/openSUSE:Factory/.SDLmm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDLmm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDLmm/SDLmm.changes      2013-11-12 
15:22:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.SDLmm.new/SDLmm.changes 2015-01-09 
20:50:53.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan  8 11:04:11 UTC 2015 - jeng...@inai.de
+
+- Improve package summary and description. Drop --with-pic which
+  is enabled implicitly anyway.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ SDLmm.spec ++++++
--- /var/tmp/diff_new_pack.sziaHZ/_old  2015-01-09 20:50:54.000000000 +0100
+++ /var/tmp/diff_new_pack.sziaHZ/_new  2015-01-09 20:50:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDLmm
 #
-# Copyright (c) 2013 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
@@ -17,23 +17,24 @@
 
 
 Name:           SDLmm
-Summary:        Simple DirectMedia Layer Glue for C++
-License:        LGPL-2.1+
-Group:          Development/Libraries/X11
+%define lname  libSDLmm-0_1-8
 Version:        0.1.8
 Release:        0
+Summary:        C++ glue API for Simple DirectMedia Layer
+License:        LGPL-2.1+
+Group:          Development/Libraries/X11
 Url:            http://sdlmm.sf.net/
 
-Source:         %{name}-%{version}.tar.bz2
+Source:         http://downloads.sf.net/sdlmm/%name-%version.tar.bz2
 Source2:        baselibs.conf
-Patch:          %{name}-%{version}.patch
-Patch1:         %{name}-%{version}-lib64.patch
-Patch2:         %{name}-%{version}-autoheader.patch
-Patch3:         %{name}-%{version}-m4.patch
-Patch4:         %{name}-%{version}-makefile.patch
+Patch:          %name-%version.patch
+Patch1:         %name-%version-lib64.patch
+Patch2:         %name-%version-autoheader.patch
+Patch3:         %name-%version-m4.patch
+Patch4:         %name-%version-makefile.patch
 BuildRequires:  gcc-c++
-BuildRequires:  libSDL-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(sdl)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,26 +43,26 @@
 also aims to be as platform independent as possible. In other words, it
 tries to support every platform that SDL supports.
 
-%package -n libSDLmm-0_1-8
-Summary:        Simple DirectMedia Layer Glue for C++
+%package -n %lname
+Summary:        Simple DirectMedia Layer C++ glue library
 Group:          System/Libraries
-Provides:       SDLmm = %{version}
-Obsoletes:      SDLmm <= %{version}
+Provides:       SDLmm = %version
+Obsoletes:      SDLmm <= %version
 
-%description -n libSDLmm-0_1-8
+%description -n %lname
 SDLmm aims to stay as close as possible to the C API while taking
 advantage of native C++ features like object oriented programming. It
 also aims to be as platform independent as possible. In other words, it
 tries to support every platform that SDL supports.
 
 %package -n libSDLmm-devel
-Summary:        Libraries, includes and more to develop SDLmm applications
+Summary:        Development files for the SDL C++ API layer
 Group:          Development/Libraries/X11
+Requires:       %lname = %version
 Requires:       libSDL-devel
-Requires:       libSDLmm-0_1-8 = %{version}
 Requires:       libstdc++-devel
-Provides:       SDLmm-devel = %{version}
-Obsoletes:      SDLmm-devel <= %{version}
+Provides:       SDLmm-devel = %version
+Obsoletes:      SDLmm-devel <= %version
 
 %description -n libSDLmm-devel
 SDLmm aims to stay as close as possible to the C API while taking
@@ -81,32 +82,28 @@
 
 %build
 autoreconf -fi
-%configure \
-    --disable-static \
-    --with-pic
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
-rm -f %{buildroot}%{_libdir}/*.la
-rm -f docs/html/Makefil*
-
-%post -n libSDLmm-0_1-8 -p /sbin/ldconfig
+%make_install
+rm -f "%buildroot/%_libdir"/*.la docs/html/Makefil*
 
-%postun -n libSDLmm-0_1-8 -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libSDLmm-0_1-8
+%files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README THANKS
-%{_libdir}/*.so.*
+%_libdir/*.so.*
 
 %files -n libSDLmm-devel
 %defattr(-,root,root)
 %doc docs/html
-%{_bindir}/sdlmm-config
-%{_includedir}/SDLmm
-%{_libdir}/*.so
-%{_mandir}/man3/*
-%{_datadir}/aclocal/*
+%_bindir/sdlmm-config
+%_includedir/SDLmm
+%_libdir/*.so
+%_mandir/man3/*
+%_datadir/aclocal/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to