From: Stefan Schantl Date: Sat, 1 Mar 2014 16:28:40 +0000 (+0100) Subject: pygobject3: Shared libraries should be shipped by the related packages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28aba2336de9c8407d50966da1d0788d2cf8d15f;p=ipfire-3.x.git pygobject3: Shared libraries should be shipped by the related packages. --- diff --git a/pygobject3/pygobject3.nm b/pygobject3/pygobject3.nm index 60e72d071..c72a874fb 100644 --- a/pygobject3/pygobject3.nm +++ b/pygobject3/pygobject3.nm @@ -7,7 +7,7 @@ name = pygobject3 version = %{ver_major}.%{ver_minor} ver_major = 3.7 ver_minor = 4 -release = 1 +release = 2 groups = Development/Tools url = http://www.pygtk.org/ @@ -80,6 +80,9 @@ packages gobject-introspection >= 1.34.2 python-cairo end + + files += \ + {libdir}/*python2*.so.* end package python3-gobject3 @@ -89,6 +92,9 @@ packages gobject-introspection >= 1.34.2 python3-cairo end + + files += \ + %{libdir}/*python3*.so.* end package %{name}-devel @@ -105,7 +111,7 @@ packages end files += \ - %{libdir}/*python3*.so.* + %{libdir}/*python3*.so end package %{name}-debuginfo