[mingw-SDL_mixer: 8/10] Renamed the source package to mingw-SDL_mixer (#801027)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:28:41 UTC 2012


commit 4ff1eb6197d13ca5549a8491b57da2df3e81a0d8
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:25:26 2012 +0200

    Renamed the source package to mingw-SDL_mixer (#801027)

 mingw32-SDL_mixer.spec => mingw-SDL_mixer.spec |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-SDL_mixer.spec b/mingw-SDL_mixer.spec
similarity index 85%
rename from mingw32-SDL_mixer.spec
rename to mingw-SDL_mixer.spec
index ca521f1..91efd9b 100644
--- a/mingw32-SDL_mixer.spec
+++ b/mingw-SDL_mixer.spec
@@ -5,9 +5,9 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-SDL_mixer
+Name:           mingw-SDL_mixer
 Version:        1.2.11
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW Windows port of Simple DirectMedia Layer's Sample Mixer Library
 
 License:        LGPLv2+
@@ -25,15 +25,26 @@ BuildRequires:  mingw32-dlfcn
 BuildRequires:  mingw32-win-iconv
 BuildRequires:  mingw32-SDL
 
+%description
+A simple multi-channel audio mixer for SDL. It supports 4 channels of
+16 bit stereo audio, plus a single channel of music, mixed by the popular
+MikMod MOD library.
+
+%{_mingw32_description}
+
+
+%package -n mingw32-SDL_mixer
+Summary:        MinGW Windows port of Simple DirectMedia Layer's Sample Mixer Library
 Requires:       pkgconfig
 
-%description
+%description -n mingw32-SDL_mixer
 A simple multi-channel audio mixer for SDL. It supports 4 channels of
 16 bit stereo audio, plus a single channel of music, mixed by the popular
 MikMod MOD library.
 
 %{_mingw32_description}
 
+
 # Automatically create a debuginfo package
 %{?_mingw32_debug_package}
 
@@ -64,7 +75,7 @@ mv CHANGES.new CHANGES
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-SDL_mixer
 %defattr(-,root,root,-)
 %doc README CHANGES COPYING
 %{_mingw32_bindir}/SDL_mixer.dll
@@ -74,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_includedir}/SDL
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 1.2.11-6
+- Renamed the source package to mingw-SDL_mixer (#801027)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.2.11-5
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list