Accepting request 352084 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/352084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-igd?expand=0&rev=25
This commit is contained in:
commit
cb6112765d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user