forked from pool/rygel
Accepting request 400332 from home:dimstar:branches:GNOME:Factory
- Update to verson 0.30.3: + Add a way for Rygel to be started on user systemd + Core: Fix potential strncpy overflow in BasicManagement + Server: - Remove annoying warning - Add hack to support AVI files on newer Philips TVs - Fix potential crash when applying DIDL + MediaExport: - Remove annoying warning - Fix Artist hierarchy on XBox 360 + Bugs fixed: bgo#685800, bgo#766332, bgo#766757. - Add pkgconfig(systemd) BuildRequires: auto-detect the location to install the user service file to. - Add /sbin/ldconfig call to post/postun scriptlet of librygel-db-2_6-2. OBS-URL: https://build.opensuse.org/request/show/400332 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=144
This commit is contained in:
committed by
Git OBS Bridge
parent
e8cb1c2fb1
commit
dea103887a
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.30.2
|
||||
Version: 0.30.3
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
License: LGPL-2.0+
|
||||
@@ -46,6 +46,7 @@ BuildRequires: pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
|
||||
BuildRequires: pkgconfig(libmediaart-2.0) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.44.0
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.7
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(tracker-sparql-1.0) >= 0.14.0
|
||||
Requires: gstreamer-plugins-base
|
||||
Recommends: %{name}-lang
|
||||
@@ -263,6 +264,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%postun -n librygel-core-2_6-2 -p /sbin/ldconfig
|
||||
|
||||
%post -n librygel-db-2_6-2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n librygel-db-2_6-2 -p /sbin/ldconfig
|
||||
|
||||
%post -n librygel-renderer-2_6-2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n librygel-renderer-2_6-2 -p /sbin/ldconfig
|
||||
@@ -284,6 +289,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%doc AUTHORS COPYING README TODO NEWS
|
||||
%config(noreplace) %{_sysconfdir}/rygel.conf
|
||||
%{_unitdir}/rygel.service
|
||||
%{_userunitdir}/rygel.service
|
||||
%{_sbindir}/rcrygel
|
||||
%{_bindir}/rygel
|
||||
%{_bindir}/rygel-preferences
|
||||
|
Reference in New Issue
Block a user