Description update

OBS-URL: https://build.opensuse.org/package/show/games/SDL2_mixer?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2015-01-06 12:31:19 +00:00 committed by Git OBS Bridge
parent 0c4a0c4e4e
commit 0efd072736
2 changed files with 25 additions and 22 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 6 12:27:51 UTC 2015 - jengelh@inai.de
- Improve package summary and description
- Drop --with-pic which is enabled implicitly anyway
-------------------------------------------------------------------
Wed Aug 28 18:34:49 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package SDL2_mixer
#
# 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
@ -20,7 +20,7 @@ Name: SDL2_mixer
%define lname libSDL2_mixer-2_0-0
Version: 2.0.0
Release: 0
Summary: Sample Mixer Library for SDL2
Summary: SDL2 sound mixer library
License: Zlib
Group: Development/Libraries/C and C++
Url: http://libsdl.org/projects/SDL_mixer/
@ -28,14 +28,13 @@ Url: http://libsdl.org/projects/SDL_mixer/
#Hg-Clone: http://hg.libsdl.org/SDL_mixer/
Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz
Source1: baselibs.conf
BuildRequires: flac-devel
BuildRequires: fluidsynth-devel
BuildRequires: libSDL2-devel
BuildRequires: libmikmod-devel
BuildRequires: libogg-devel
BuildRequires: libvorbis-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(fluidsynth)
BuildRequires: pkgconfig(libmikmod)
BuildRequires: pkgconfig(libmodplug) >= 0.8.8
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(vorbis)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -44,9 +43,9 @@ audio, plus a single channel of music, mixed by the popular MikMod MOD,
Timidity MIDI, and SMPEG MP3 libraries.
%package -n %lname
Summary: Sample Mixer Library for SDL2
Summary: Simple DirectMedia Layer 2  Sound mixer library
Group: System/Libraries
Provides: SDL2_mixer = %{version}
Provides: SDL2_mixer = %version-%release
%description -n %lname
A multichannel audio mixer. It supports four channels of 16-bit stereo
@ -54,11 +53,11 @@ audio, plus a single channel of music, mixed by the popular MikMod MOD,
Timidity MIDI, and SMPEG MP3 libraries.
%package -n libSDL2_mixer-devel
Summary: Sample Mixer Library for SDL2 - files mandatory for development
Summary: Development files for the SDL2 sound mixer library
Group: Development/Libraries/C and C++
Requires: %lname = %version
Requires: libSDL2-devel
Provides: SDL2_mixer-devel = %{version}
Provides: SDL2_mixer-devel = %version-%release
%description -n libSDL2_mixer-devel
A multi-channel audio mixer. It supports 4 channels of 16-bit stereo
@ -77,29 +76,27 @@ rm -rf external
--disable-music-ogg-shared \
--disable-music-flac-shared \
--enable-music-mp3-smpeg-shared \
--disable-static \
--with-pic
--disable-static
make %{?_smp_mflags}
%install
make install install-bin DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/*.la
%make_install install-bin
rm -f "%buildroot/%_libdir"/*.la
# We have these debug tools in SDL_mixer-devel already
rm -f "%buildroot/%_bindir"/play*
%post -n %lname -p /sbin/ldconfig
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%defattr(-,root,root)
%doc CHANGES.txt COPYING.txt README.txt
%{_libdir}/libSDL2_mixer-2*.so.*
%_libdir/libSDL2_mixer-2*.so.*
%files -n libSDL2_mixer-devel
%defattr(-,root,root)
%{_includedir}/SDL2/
%{_libdir}/libSDL2_mixer.so
%{_libdir}/pkgconfig/SDL2_mixer.pc
%_includedir/SDL2/
%_libdir/libSDL2_mixer.so
%_libdir/pkgconfig/SDL2_mixer.pc
%changelog