Hello community,

here is the log from the commit of package SDL_net for openSUSE:Factory checked 
in at 2013-08-19 11:13:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_net (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_net.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_net"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_net/SDL_net.changes  2013-08-13 
15:55:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.SDL_net.new/SDL_net.changes     2013-08-19 
11:13:07.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 13 12:04:26 UTC 2013 - [email protected]
+
+- Some metadata spruce-up: add current URLs, softer wildcarding
+  in the files list, more robust make install call
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ SDL_net.spec ++++++
--- /var/tmp/diff_new_pack.gLdp7C/_old  2013-08-19 11:13:07.000000000 +0200
+++ /var/tmp/diff_new_pack.gLdp7C/_new  2013-08-19 11:13:07.000000000 +0200
@@ -17,35 +17,38 @@
 
 
 Name:           SDL_net
-BuildRequires:  libSDL-devel
-Url:            http://www.libsdl.org/projects/SDL_net/
+%define lname  libSDL_net-1_2-0
 Version:        1.2.8
 Release:        0
 Summary:        Simple DirectMedia Layer - Networking Library
 License:        LGPL-2.1+
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
+Url:            http://libsdl.org/projects/SDL_net/release-1.2.html
+
 # removed VisualC, Xcode, Xcode-iOS and Watcom-OS2.zip from the upstream 
tarball [bnc#508084]
 Source:         %{name}-%{version}-repack.tar.bz2
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libSDL-devel
+BuildRequires:  pkgconfig
 
 %description
 This is a small cross-platform networking library for use with SDL.
 
-%package -n libSDL_net-1_2-0
+%package -n %lname
 Summary:        Simple DirectMedia Layer - Networking Library
 Group:          System/Libraries
 Provides:       SDL_net = %{version}
 Obsoletes:      SDL_net <= %{version}
 
-%description -n libSDL_net-1_2-0
+%description -n %lname
 This is a small cross-platform networking library for use with SDL.
 
 %package -n libSDL_net-devel
 Summary:        Simple DirectMedia Layer - Networking Library
 Group:          Development/Libraries/C and C++
+Requires:       %lname = %{version}
 Requires:       libSDL-devel
-Requires:       libSDL_net-1_2-0 = %{version}
 Provides:       SDL_net-devel = %{version}
 Obsoletes:      SDL_net-devel <= %{version}
 
@@ -63,19 +66,19 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%post -n libSDL_net-1_2-0 -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -n libSDL_net-1_2-0 -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libSDL_net-1_2-0
+%files -n %lname
 %defattr(-,root,root)
 %doc CHANGES COPYING README
-%{_libdir}/lib*.so.*
+%{_libdir}/libSDL_net-1*.so.*
 
 %files -n libSDL_net-devel
 %defattr(-,root,root)
-%{_includedir}/SDL/*
-%{_libdir}/lib*.so
+%{_includedir}/SDL/
+%{_libdir}/libSDL_net.so
 %{_libdir}/pkgconfig/SDL_net.pc
 
 %changelog

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

Reply via email to