This commit is contained in:
Matthias Clasen 2006-08-22 13:57:31 +00:00
parent c6a709a516
commit db66feed4e
3 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
totem-1.5.91.tar.bz2
totem-1.5.92.tar.bz2

View File

@ -1 +1 @@
2195f9a36c5328c3ee10f1dfda206865 totem-1.5.91.tar.bz2
830e2597cc5b8c93b7693642a6a414f2 totem-1.5.92.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Movie player for GNOME 2
Name: totem
Version: 1.5.91
Version: 1.5.92
Release: 2%{?dist}
License: GPL
Group: Applications/Multimedia
@ -12,8 +12,6 @@ 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
# fixed in cv
Patch2: totem-1.5.91-gettext.patch
Requires(post): GConf2
Requires(post): desktop-file-utils
@ -63,6 +61,7 @@ Requires: %{name} = %{version}-%{release}
Requires: gnome-vfs2-devel
Requires: libxml2-devel
Requires: gtk2-devel
Requires: pkgconfig
%description devel
Totem is simple movie player for the Gnome desktop. It features a
@ -76,7 +75,6 @@ applications with Totem's plparser library.
%prep
%setup -q
%patch1 -p1 -b .feature-help-removal
%patch2 -p1 -b .gettext
%build
# try to work around a problem where gst-inspect does
@ -181,6 +179,10 @@ fi
%{_libdir}/*so
%changelog
* Tue Aug 22 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.92-1.fc6
- Update to 1.5.92
- Require pkgconfig in the -devel package
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.91-2.fc6
- Make translations work again