don't use deprecated dbus api
This commit is contained in:
parent
99bcbb97ef
commit
bf2cffacc5
@ -5,13 +5,14 @@
|
||||
Summary: Movie player for GNOME 2
|
||||
Name: totem
|
||||
Version: 1.5.4
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.hadess.net/totem.php3
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/0.99/totem-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Patch1: totem-0.99.19-feature-help-removal.patch
|
||||
Patch2: totem-1.5.4-dbus-disconnect.patch
|
||||
|
||||
Requires(post): GConf2
|
||||
Requires(post): desktop-file-utils
|
||||
@ -74,6 +75,7 @@ applications with Totem's plparser library.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .feature-help-removal
|
||||
%patch2 -p1 -b .dbus-disconnect
|
||||
|
||||
%build
|
||||
# try to work around a problem where gst-inspect does
|
||||
@ -161,6 +163,9 @@ fi
|
||||
%{_libdir}/*so
|
||||
|
||||
%changelog
|
||||
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.4-3
|
||||
- Don't use deprecated dbus api
|
||||
|
||||
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.4-2
|
||||
- Rebuild against dbus
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user