[mingw-atkmm] Drop the pkgconfig deps

Kalev Lember kalev at fedoraproject.org
Sun Jun 9 10:27:30 UTC 2013


commit 325b6e368d2801342f374118af56cf7a68f3dca5
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Jun 9 12:17:10 2013 +0200

    Drop the pkgconfig deps
    
    With recent mingw-filesystem, rpmbuild autogenerates deps on
    mingw32-pkg-config / mingw64-pkg-config.

 mingw-atkmm.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/mingw-atkmm.spec b/mingw-atkmm.spec
index 0569ef6..8991bb6 100644
--- a/mingw-atkmm.spec
+++ b/mingw-atkmm.spec
@@ -26,7 +26,6 @@ BuildRequires:  mingw32-atk
 BuildRequires:  mingw64-atk
 BuildRequires:  mingw32-glibmm24 >= 2.24
 BuildRequires:  mingw64-glibmm24 >= 2.24
-BuildRequires:  pkgconfig
 
 %description
 atkmm provides a C++ interface for the ATK library. Highlights
@@ -37,7 +36,6 @@ 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
 
@@ -54,7 +52,6 @@ quickly create complex user interfaces.
 
 %package -n mingw64-atkmm
 Summary:        MinGW Windows C++ interface for the ATK library
-Requires:       pkgconfig
 
 # Fix upgrade path for people who are upgrading from the mingw-w64 testing repo
 Obsoletes:      mingw64-atkmm-static < 2.22.6-3
@@ -105,6 +102,7 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.la
 %changelog
 * Sun Jun 09 2013 Kalev Lember <kalevlember at gmail.com> - 2.22.7-1
 - Update to 2.22.7
+- Drop the pkgconfig deps
 
 * Sun Jan 27 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.22.6-6
 - Rebuild against mingw-gcc 4.8 (win64 uses SEH exceptions now)


More information about the scm-commits mailing list