Accepting request 351840 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/351840 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-dlna?expand=0&rev=41
This commit is contained in:
parent
3f8800374b
commit
99dcae7706
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 2 16:08:04 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Replace *-devel for their pkgconfig counterparts:
|
||||
+ gobject-introspection-devel for
|
||||
pkgconfig(gobject-introspection-1.0).
|
||||
+ gstreamer-devel for pkgconfig(gstreamer-1.0).
|
||||
+ gstreamer-plugins-base-devel for
|
||||
pkgconfig(gstreamer-pbutils-1.0).
|
||||
+ libxml2-devel for pkgconfig(libxml-2.0).
|
||||
- Explicitly list already pulled in pkgconfig(glib-2.0),
|
||||
pkgconfig(gmodule-2.0) and pkgconfig(gobject-2.0) BuildRequires
|
||||
that configure looks for.
|
||||
- Add pkgconfig(vapigen) BuildRequires: Build vala bindings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 1 11:35:51 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gupnp-dlna
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX 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
|
||||
@ -24,10 +24,14 @@ License: LGPL-2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.gupnp.org/
|
||||
Source: http://download.gnome.org/sources/gupnp-dlna/0.10/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gstreamer-devel
|
||||
BuildRequires: gstreamer-plugins-base-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0
|
||||
BuildRequires: pkgconfig(vapigen)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -141,6 +145,8 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/gupnp-dlna-metadata-2.0.pc
|
||||
%{_datadir}/gir-1.0/GUPnPDLNA-2.0.gir
|
||||
%{_datadir}/gir-1.0/GUPnPDLNAGst-2.0.gir
|
||||
%dir %{_datadir}/vala/vapi/
|
||||
%{_datadir}/vala/vapi/*
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}/
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}-gst/
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}-metadata/
|
||||
|
Loading…
x
Reference in New Issue
Block a user