diff --git a/SDL_net.changes b/SDL_net.changes index d984d59..da8d982 100644 --- a/SDL_net.changes +++ b/SDL_net.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Sep 17 10:23:20 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + +------------------------------------------------------------------- +Mon Aug 1 09:38:04 UTC 2011 - jengelh@medozas.de + +- Update baselibs.conf to also ship libSDL_net-devel-32bit + +------------------------------------------------------------------- +Sat Jul 2 14:53:38 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Sat Dec 19 19:13:31 CET 2009 - jengelh@medozas.de diff --git a/SDL_net.spec b/SDL_net.spec index 97b3fc6..60eed41 100644 --- a/SDL_net.spec +++ b/SDL_net.spec @@ -1,7 +1,7 @@ # -# spec file for package SDL_net (Version 1.2.7) +# spec file for package SDL_net # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: SDL_net @@ -33,14 +32,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is a small cross-platform networking library for use with SDL. - - -Authors: --------- - Sam Lantinga - Roy Wood - Masahiro Minami - %package -n libSDL_net-1_2-0 Group: System/Libraries Summary: Simple DirectMedia Layer - Networking Library @@ -51,14 +42,6 @@ Obsoletes: SDL_net <= %{version} %description -n libSDL_net-1_2-0 This is a small cross-platform networking library for use with SDL. - - -Authors: --------- - Sam Lantinga - Roy Wood - Masahiro Minami - %package -n libSDL_net-devel License: LGPLv2.1+ Summary: Simple DirectMedia Layer - Networking Library @@ -70,28 +53,17 @@ Obsoletes: SDL_net-devel <= %{version} %description -n libSDL_net-devel This is a small cross-platform networking library for use with SDL. - - -Authors: --------- - Sam Lantinga - Roy Wood - Masahiro Minami - %prep %setup -q %build %configure --disable-static --with-pic -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install %{__rm} -f %{buildroot}%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libSDL_net-1_2-0 -p /sbin/ldconfig %postun -n libSDL_net-1_2-0 -p /sbin/ldconfig diff --git a/baselibs.conf b/baselibs.conf index d3c4bcd..8fadaa4 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,6 @@ libSDL_net-1_2-0 provides "SDL_net- = " obsoletes "SDL_net- <= " +libSDL_net-devel + requires -libSDL_net- + requires "libSDL_net-1_2-0- = "