[mingw-hunspell: 21/22] Renamed the source package to mingw-hunspell (#800425)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 18:36:54 UTC 2012


commit ceac1c46ce34d8a10250ba17e6a9232bc6101cc9
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 18:45:47 2012 +0200

    Renamed the source package to mingw-hunspell (#800425)

 mingw32-hunspell.spec => mingw-hunspell.spec |   27 ++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 6 deletions(-)
---
diff --git a/mingw32-hunspell.spec b/mingw-hunspell.spec
similarity index 92%
rename from mingw32-hunspell.spec
rename to mingw-hunspell.spec
index 0097e32..7ba05e0 100644
--- a/mingw32-hunspell.spec
+++ b/mingw-hunspell.spec
@@ -2,10 +2,10 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:          mingw32-hunspell
+Name:          mingw-hunspell
 Summary:       MinGW Windows spell checker and morphological analyzer library
 Version:       1.3.2
-Release:       3%{?dist}
+Release:       4%{?dist}
 Source0:       http://downloads.sourceforge.net/hunspell/hunspell-%{version}.tar.gz
 Group:         System Environment/Libraries
 URL:           http://hunspell.sourceforge.net/
@@ -30,12 +30,24 @@ Curses library, Ispell pipe interface, OpenOffice.org UNO module.
 This is the MinGW build of Hunspell
 
 
-%package static
+%package -n mingw32-hunspell
+Summary:       MinGW Windows spell checker and morphological analyzer library
+
+%description -n mingw32-hunspell
+Hunspell is a spell checker and morphological analyzer library and program
+designed for languages with rich morphology and complex word compounding or
+character encoding. Hunspell interfaces: Ispell-like terminal interface using
+Curses library, Ispell pipe interface, OpenOffice.org UNO module.
+
+This is the MinGW build of Hunspell
+
+
+%package -n mingw32-hunspell-static
 Summary:        Static version of the MinGW Windows hunspell library
 Requires:       %{name} = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-hunspell-static
 Static version of the MinGW Windows hunspell spell checking library.
 
 
@@ -66,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/man
 %find_lang hunspell
 
 
-%files -f hunspell.lang
+%files -n mingw32-hunspell -f hunspell.lang
 %doc README README.myspell COPYING COPYING.LGPL COPYING.MPL AUTHORS AUTHORS.myspell license.hunspell license.myspell THANKS
 %{_mingw32_bindir}/%{_mingw32_target}-affixcompress
 %{_mingw32_bindir}/%{_mingw32_target}-analyze.exe
@@ -87,11 +99,14 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/man
 %{_mingw32_libdir}/libparsers.a
 %{_mingw32_libdir}/pkgconfig/hunspell.pc
 
-%files static
+%files -n mingw32-hunspell-static
 %{_mingw32_libdir}/libhunspell-1.3.a
 
 
 %changelog
+* Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 1.3.2-4
+- Renamed the source package to mingw-hunspell (#800425)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.3.2-3
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list