[mingw-atk] Fix requires line of the -static subpackage

epienbro epienbro at fedoraproject.org
Tue Mar 6 16:50:10 UTC 2012


commit 64f5e6fb286a3a3e5baf36676a02b21841496ac4
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Mar 6 17:49:53 2012 +0100

    Fix requires line of the -static subpackage

 mingw-atk.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mingw-atk.spec b/mingw-atk.spec
index 3d22d05..0770050 100644
--- a/mingw-atk.spec
+++ b/mingw-atk.spec
@@ -41,7 +41,7 @@ MinGW Windows Atk library.
 
 %package -n mingw32-atk-static
 Summary:        Static version of the MinGW Windows Atk library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-atk = %{version}-%{release}
 Group:          Development/Libraries
 
 %description -n mingw32-atk-static


More information about the scm-commits mailing list