[mingw-hunspell] Fix -static subpackage requires

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 18:39:59 UTC 2012


commit 2b352724b615b67bf038251405c31562507014bf
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 20:38:28 2012 +0200

    Fix -static subpackage requires

 mingw-hunspell.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mingw-hunspell.spec b/mingw-hunspell.spec
index cc2667e..89bfa2e 100644
--- a/mingw-hunspell.spec
+++ b/mingw-hunspell.spec
@@ -44,7 +44,7 @@ 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}
+Requires:       mingw32-hunspell = %{version}-%{release}
 Group:          Development/Libraries
 
 %description -n mingw32-hunspell-static


More information about the scm-commits mailing list