[eog] Tighten -devel subpackage deps

Kalev Lember kalev at fedoraproject.org
Tue Sep 16 10:36:16 UTC 2014


commit a19ef840cbaab2a146b405fe4c14257d73919a96
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Sep 16 11:59:32 2014 +0200

    Tighten -devel subpackage deps
    
    And while at this, also drop manual gtk3-devel dep that was duplicate
    with what rpmbuild autogenerates based on the .pc files.

 eog.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/eog.spec b/eog.spec
index 2c3a2f7..587bae0 100644
--- a/eog.spec
+++ b/eog.spec
@@ -54,8 +54,7 @@ eog is extensible through a plugin system.
 %package devel
 Summary: Support for developing plugins for the eog image viewer
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: gtk3-devel
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 The Eye of GNOME image viewer (eog) is the official image viewer for the
@@ -115,6 +114,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %changelog
 * Tue Sep 16 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.92-1
 - Update to 3.13.92
+- Tighten -devel subpackage deps
 
 * Tue Aug 19 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.90-1
 - Update to 3.13.90


More information about the scm-commits mailing list