Accepting request 351841 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/351841
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=34
This commit is contained in:
Bjørn Lie 2016-01-05 18:00:50 +00:00 committed by Git OBS Bridge
parent ad3ff1ece3
commit 6b6bd3fa3f
2 changed files with 25 additions and 6 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jan 2 17:13:03 UTC 2016 - zaitor@opensuse.org
- Replace *-devel BuildRequires for their pkgconfig counterpart:
gobject-introspection-devel for
pkgconfig(gobject-introspection-1.0),
gtk-doc for pkgconfig(gtk-doc),
libgupnp-devel for pkgconfig(gupnp-1.0),
and python-gobject2-devel for pkgconfig(pygobject-2.0).
- Replace python-devel for pkgconfig(pygtk-2.0), as this is what
configure really looks for.
- Add explicit pkgconfig(glib-2.0), pkgconfig(gobject-2.0),
pkgconfig(gthread-2.0) and pkgconfig(gssdp-1.0) BuildRequires:
align with what configure looks for.
-------------------------------------------------------------------
Thu Oct 16 19:53:02 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package gupnp-igd
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,11 +25,15 @@ Group: Development/Libraries/C and C++
Url: http://www.gupnp.org/
Source: http://download.gnome.org/sources/gupnp-igd/0.2/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: libgupnp-devel >= 0.18
BuildRequires: python-devel
BuildRequires: python-gobject2-devel
BuildRequires: pkgconfig(glib-2.0) >= 2.26
BuildRequires: pkgconfig(gobject-2.0) >= 2.26
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gssdp-1.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(gupnp-1.0) >= 0.18
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: pkgconfig(pygtk-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description