[mingw-enchant: 18/20] Renamed the source package to mingw-enchant

epienbro epienbro at fedoraproject.org
Wed Mar 7 16:55:17 UTC 2012


commit 6b99bccd675b682bc5be852f826e09abae9f17ac
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 17:50:54 2012 +0100

    Renamed the source package to mingw-enchant

 mingw32-enchant.spec => mingw-enchant.spec |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-enchant.spec b/mingw-enchant.spec
similarity index 93%
rename from mingw32-enchant.spec
rename to mingw-enchant.spec
index 2bbba89..95735f6 100644
--- a/mingw32-enchant.spec
+++ b/mingw-enchant.spec
@@ -3,9 +3,9 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Summary:       MinGW Windows Enchanting Spell Checking Library
-Name:          mingw32-enchant
+Name:          mingw-enchant
 Version:       1.6.0
-Release:       3%{?dist}
+Release:       4%{?dist}
 Group:         System Environment/Libraries
 License:       LGPLv2+
 Source0:       http://www.abisource.com/downloads/enchant/%{version}/enchant-%{version}.tar.gz
@@ -28,12 +28,20 @@ A library that wraps other spell checking backends.
 This is the MinGW build of enchant
 
 
-%package static
+%package -n mingw32-enchant
+Summary:        MinGW Windows Enchanting Spell Checking Library
+
+%description -n mingw32-enchant
+A library that wraps other spell checking backends.
+
+This is the MinGW build of enchant
+
+%package -n mingw32-enchant-static
 Summary:        Static version of the MinGW Windows enchant library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-enchant = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-enchant-static
 Static version of the MinGW Windows enchant spell checking library.
 
 
@@ -66,7 +74,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/man
 
 
-%files
+%files -n mingw32-enchant
 %doc AUTHORS COPYING.LIB README
 %{_mingw32_bindir}/enchant-lsmod.exe
 %{_mingw32_bindir}/enchant.exe
@@ -81,12 +89,15 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/man
 %{_mingw32_libdir}/pkgconfig/enchant.pc
 %{_mingw32_datadir}/enchant/
 
-%files static
+%files -n mingw32-enchant-static
 %{_mingw32_libdir}/libenchant.a
 %{_mingw32_libdir}/enchant/libenchant_myspell.a
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.6.0-4
+- Renamed the source package to mingw-enchant (RHBZ #800863)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.6.0-3
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list