[libgexiv2/f19] Fix subpackage requires

Ankur Sinha ankursinha at fedoraproject.org
Wed Mar 20 03:10:00 UTC 2013


commit f2d2abb4758f8ce3733ec93629c835908d02653a
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Wed Mar 20 14:09:38 2013 +1100

    Fix subpackage requires

 libgexiv2.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libgexiv2.spec b/libgexiv2.spec
index a0bc526..8350424 100644
--- a/libgexiv2.spec
+++ b/libgexiv2.spec
@@ -1,6 +1,6 @@
 Name:           libgexiv2
 Version:        0.5.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Gexiv2 is a GObject-based wrapper around the Exiv2 library
 
 Group:          System Environment/Libraries
@@ -13,6 +13,7 @@ Patch0:         %{name}-pkgconf.patch
 BuildRequires:  exiv2-devel gobject-introspection-devel libtool
 BuildRequires:  python-devel python3-devel pygobject3-base python3-gobject
 
+
 %description
 libgexiv2 is a GObject-based wrapper around the Exiv2 library. 
 It makes the basic features of Exiv2 available to GNOME applications.
@@ -31,6 +32,7 @@ developing applications that use %{name}.
 %package    python2
 Summary:    Python2 bindings for %{name}
 Requires:   %{name} = %{version}-%{release}
+Requires:   pygobject3-base
 
 %description    python2
 This package contains the python2 bindings for %{name}
@@ -38,6 +40,7 @@ This package contains the python2 bindings for %{name}
 %package    python3
 Summary:    Python3 bindings for %{name}
 Requires:   %{name} = %{version}-%{release}
+Requires:   python3-gobject
 
 %description    python3
 This package contains the python3 bindings for %{name}
@@ -88,6 +91,9 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
 %{python3_sitearch}/gi/overrides/__pycache__/GExiv2*
 
 %changelog
+* Wed Mar 20 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.5.0-6
+- Fix requires
+
 * Wed Mar 20 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.5.0-5
 - Fix python bindings generation
 - Add new subpackages for python2,3 bindings


More information about the scm-commits mailing list