Hello community,

here is the log from the commit of package SDL_Pango for openSUSE:Factory 
checked in at 2014-02-11 12:00:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_Pango (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_Pango.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_Pango"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_Pango/SDL_Pango.changes      2013-11-12 
15:23:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.SDL_Pango.new/SDL_Pango.changes 2014-02-11 
12:00:13.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan 30 14:29:07 UTC 2014 - jeng...@inai.de
+
+- Some metadata spruce-up: add current URLs, softer wildcarding
+  in the files list, more robust make install call
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ SDL_Pango.spec ++++++
--- /var/tmp/diff_new_pack.3IfiPP/_old  2014-02-11 12:00:14.000000000 +0100
+++ /var/tmp/diff_new_pack.3IfiPP/_new  2014-02-11 12:00:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL_Pango
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,6 +17,7 @@
 
 
 Name:           SDL_Pango
+%define lname  libSDL_Pango1
 Version:        0.1.2
 Release:        0
 Summary:        Programming Pango via SDL
@@ -24,6 +25,7 @@
 Group:          Development/Libraries/X11
 Url:            http://sdlpango.sourceforge.net/
 
+#CVS-Clone:    
-d:pserver:anonym...@sdlpango.cvs.sourceforge.net:/cvsroot/sdlpango co -P 
SDL_Pango
 Source:         %{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
@@ -38,21 +40,21 @@
 Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the
 engine to SDL.
 
-%package -n libSDL_Pango1
+%package -n %lname
 Summary:        Programming Pango via SDL
 Group:          System/Libraries
 Provides:       SDL_Pango = %{version}
 Obsoletes:      SDL_Pango <= %{version}
 
-%description -n libSDL_Pango1
+%description -n %lname
 Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the
 engine to SDL.
 
 %package -n libSDL_Pango-devel
-Summary:        Include Files and Libraries mandatory for Development
+Summary:        Include Files and Libraries for SDL_Pango development
 Group:          Development/Libraries/X11
+Requires:       %lname = %version
 Requires:       libSDL-devel
-Requires:       libSDL_Pango1 = %{version}
 Requires:       pkgconfig
 Provides:       SDL_Pango-devel = %{version}
 Obsoletes:      SDL_Pango-devel <= %{version}
@@ -71,22 +73,22 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+make install DESTDIR="%buildroot"
 rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libSDL_Pango1 -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -n libSDL_Pango1 -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libSDL_Pango1
+%files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
-%{_libdir}/*.so.*
+%{_libdir}/libSDL_Pango.so.*
 
 %files -n libSDL_Pango-devel
 %defattr(-,root,root)
-%{_includedir}/*
+%{_includedir}/SDL_Pango.h
 %{_libdir}/pkgconfig/SDL_Pango.pc
-%{_libdir}/*.so
+%{_libdir}/libSDL_Pango.so
 
 %changelog

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

Reply via email to