Accepting request 97656 from home:vuntz:branches:GNOME:Factory
cleanup OBS-URL: https://build.opensuse.org/request/show/97656 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=41
This commit is contained in:
parent
b5a521d226
commit
0d8167e859
@ -3,7 +3,6 @@ Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.13.0:
|
||||
+ Use context-less API from gupnp-0.18.
|
||||
+ Switch to .xz tarballs as default.
|
||||
+ Get rid of a nested MainLoop in HTTP POST handling that caused
|
||||
a lot of trouble with vala's async support.
|
||||
+ Refactor ClientHacks into a generic part and XBox support.
|
||||
@ -40,7 +39,7 @@ Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org
|
||||
- Let tracker-fs-miner override properties and chose the proper
|
||||
RDF type for an uploaded file.
|
||||
- Cache ContainerUpdateIDs for metadata-based containers.
|
||||
+ Bugs fixed: bgo#660107, bgo#661336, bgo#637226
|
||||
+ Bugs fixed: bgo#660107, bgo#661336, bgo#637226.
|
||||
+ Updated translations.
|
||||
- Drop rygel-newer-libsoup.patch: fixed upstream.
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
|
13
rygel.spec
13
rygel.spec
@ -15,15 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.13.0
|
||||
Release: 1
|
||||
License: LGPL v2 or later
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
Url: http://live.gnome.org/Rygel
|
||||
License: LGPL-2.0+
|
||||
Group: Productivity/Multimedia/Other
|
||||
Url: http://live.gnome.org/Rygel
|
||||
Source0: http://download.gnome.org/sources/rygel/0.13/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gstreamer-0_10-devel
|
||||
BuildRequires: intltool
|
||||
@ -57,7 +55,6 @@ requirements of DLNA and on the fly conversion of media to format that
|
||||
client devices are capable of handling.
|
||||
|
||||
%package devel
|
||||
License: LGPL v2 or later
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
@ -69,7 +66,6 @@ video and pictures, and control of media player on your home network.
|
||||
This package provides development files for rygel.
|
||||
|
||||
%package plugin-gstreamer-renderer
|
||||
License: LGPL v2 or later
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- GStreamer Renderer Plugin
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -82,7 +78,6 @@ This package provides a standalone MediaRenderer plugin, based on the
|
||||
GStreamer playbin2 element.
|
||||
|
||||
%package plugin-tracker
|
||||
License: LGPL v2 or later
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Tracker Plugin
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: tracker
|
||||
@ -97,7 +92,6 @@ This package provides a plugin using tracker to export media found on
|
||||
the local machine.
|
||||
|
||||
%package plugin-zdf-mediathek
|
||||
License: LGPL v2 or later
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- ZDF Mediathek Plugin
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -127,7 +121,6 @@ translation-update-upstream
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# Work around bgo#637226
|
||||
%suse_update_desktop_file rygel
|
||||
%suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-System
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
Loading…
x
Reference in New Issue
Block a user