[mingw-atkmm] Apply Requires and Conflicts to the binary package

Kalev Lember kalev at fedoraproject.org
Thu Mar 15 22:07:56 UTC 2012


commit 314d794778535d169f244cfa52f4c80265b2a983
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Mar 15 22:50:59 2012 +0200

    Apply Requires and Conflicts to the binary package
    
    Oversight in the change that renamed the source package.

 mingw-atkmm.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/mingw-atkmm.spec b/mingw-atkmm.spec
index 1f3af16..351c6e5 100644
--- a/mingw-atkmm.spec
+++ b/mingw-atkmm.spec
@@ -23,10 +23,6 @@ BuildRequires:  mingw32-atk
 BuildRequires:  mingw32-glibmm24 >= 2.24
 BuildRequires:  pkgconfig
 
-Requires:       pkgconfig
-# mingw32-atkmm files used to be part of mingw32-gtkmm24
-Conflicts:      mingw32-gtkmm24 < 2.21.1
-
 %description
 atkmm provides a C++ interface for the ATK library. Highlights
 include type-safe callbacks, widgets extensible via inheritance and a
@@ -36,6 +32,9 @@ quickly create complex user interfaces.
 
 %package -n mingw32-atkmm
 Summary:        MinGW Windows C++ interface for the ATK library
+Requires:       pkgconfig
+# mingw32-atkmm files used to be part of mingw32-gtkmm24
+Conflicts:      mingw32-gtkmm24 < 2.21.1
 
 %description -n mingw32-atkmm
 atkmm provides a C++ interface for the ATK library. Highlights


More information about the scm-commits mailing list