Accepting request 134910 from home:dimstar:branches:GNOME:Factory
Update to 0.15.4 OBS-URL: https://build.opensuse.org/request/show/134910 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=62
This commit is contained in:
parent
151d9aa606
commit
bcbbba99e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc4441eee9db71fc7a2a84ca7da51761a676e6408cd066921081dd79a114267e
|
||||
size 1506648
|
3
rygel-0.15.4.tar.xz
Normal file
3
rygel-0.15.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1cef8220bd843c17cbe897ffe960555930a01bd614373ba6282cf5292a5c001
|
||||
size 1821892
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 15:13:16 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.15.4:
|
||||
+ Fix seeking issue
|
||||
+ Fix server doc generation.
|
||||
+ Fix hierarchy, signals and properties doc generation.
|
||||
+ Fix tarball to include everything necessary to rebuild from
|
||||
vala code.
|
||||
+ Fix tarball to include the upstart, sysv and systemd files.
|
||||
+ MediaExport:
|
||||
- Drop the file extension filter and rely on content-types.
|
||||
+ Bugs fixed: bgo#671361
|
||||
+ Updated translations.
|
||||
- Drop our own rygel.service: the tarball contains the example now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 7 16:34:48 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=Rygel DLNA server
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
User=rygel
|
||||
Group=rygel
|
||||
ExecStart=/usr/bin/rygel
|
||||
# ExecStart=/usr/bin/wrap-dbus /usr/bin/rygel
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
10
rygel.spec
10
rygel.spec
@ -17,15 +17,13 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.15.3
|
||||
Version: 0.15.4
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
License: LGPL-2.0+
|
||||
Group: Productivity/Multimedia/Other
|
||||
Url: http://live.gnome.org/Rygel
|
||||
Source0: http://download.gnome.org/sources/rygel/0.15/%{name}-%{version}.tar.xz
|
||||
# Taken from git, examples/service/systemd/rygel.service
|
||||
Source1: rygel.service
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgee-devel >= 0.5.2
|
||||
BuildRequires: libgupnp-av-devel >= 0.9.0
|
||||
@ -149,8 +147,6 @@ station.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
# Make sure we have a good reason to ship our copy of rygel.service
|
||||
test ! -f examples/service/systemd/rygel.service
|
||||
|
||||
%build
|
||||
%configure --enable-tracker-plugin \
|
||||
@ -162,9 +158,9 @@ make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%make_install
|
||||
# test so we know when we can drop the manul installation of the .service file
|
||||
# test so we know if we can drop the manul installation of the .service file
|
||||
test ! -f %{buildroot}%{_unitdir}/rygel.service
|
||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/rygel.service
|
||||
install -D -m0644 examples/service/systemd/rygel.service %{buildroot}%{_unitdir}/rygel.service
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file rygel
|
||||
%suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-System
|
||||
|
Loading…
x
Reference in New Issue
Block a user