[mingw-SDL_image: 12/13] Renamed the source package to mingw-SDL_image (#801025)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:23:50 UTC 2012


commit d4b1bba244a1cd7df552cc627299bf8836bdc544
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:20:41 2012 +0200

    Renamed the source package to mingw-SDL_image (#801025)

 mingw32-SDL_image.spec => mingw-SDL_image.spec |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-SDL_image.spec b/mingw-SDL_image.spec
similarity index 85%
rename from mingw32-SDL_image.spec
rename to mingw-SDL_image.spec
index c78b0eb..ff8943b 100644
--- a/mingw32-SDL_image.spec
+++ b/mingw-SDL_image.spec
@@ -3,9 +3,9 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 
-Name:           mingw32-SDL_image
+Name:           mingw-SDL_image
 Version:        1.2.12
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows port of the Image loading library for SDL
 
 License:        LGPLv2+
@@ -24,9 +24,20 @@ BuildRequires:  mingw32-libpng
 BuildRequires:  mingw32-libjpeg
 BuildRequires:  mingw32-libtiff
 
+%description
+Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
+designed to provide fast access to the graphics frame buffer and audio
+device.  This package contains a simple library for loading images of
+various formats (BMP, TIF, JPEG, PNG) as SDL surfaces.
+
+%{?_mingw32_description}
+
+
+%package -n mingw32-SDL_image
+Summary:        MinGW Windows port of the Image loading library for SDL
 Requires:       pkgconfig
 
-%description
+%description -n mingw32-SDL_image
 Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
 designed to provide fast access to the graphics frame buffer and audio
 device.  This package contains a simple library for loading images of
@@ -34,6 +45,7 @@ various formats (BMP, TIF, JPEG, PNG) as SDL surfaces.
 
 %{?_mingw32_description}
 
+
 %{?_mingw32_debug_package}
 
 %prep
@@ -59,7 +71,7 @@ iconv --from=ISO-8859-1 --to=UTF-8 CHANGES > CHANGES.new && \
 touch -r CHANGES CHANGES.new && \
 mv CHANGES.new CHANGES
 
-%files
+%files -n mingw32-SDL_image
 %doc README CHANGES COPYING
 %{_mingw32_bindir}/SDL_image.dll
 %{_mingw32_libdir}/libSDL_image.dll.a
@@ -68,6 +80,9 @@ mv CHANGES.new CHANGES
 %{_mingw32_includedir}/SDL
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 1.2.12-3
+- Renamed the source package to mingw-SDL_image (#801025)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.2.12-2
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list