summaryrefslogtreecommitdiff
path: root/totem.spec.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2003-04-25 11:20:36 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-04-25 11:20:36 +0000
commite35cf606fd26e81af3e9cfa446bd17cf1cdb8d68 (patch)
tree90baa16725d05f47f4d6ce06edfc8dd5c48bae8a /totem.spec.in
parent44d0f9d2fd757cdfaf298f749c05ec978540e5cd (diff)
downloadtotem-e35cf606fd26e81af3e9cfa446bd17cf1cdb8d68.tar.gz
Package the thumbnailer as well (spotted by Chris Chabot
2003-04-25 Bastien Nocera <hadess@hadess.net> * totem.spec.in: Package the thumbnailer as well (spotted by Chris Chabot <chabotc@4-ice.com>
Diffstat (limited to 'totem.spec.in')
-rw-r--r--totem.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/totem.spec.in b/totem.spec.in
index 1477b8a6d..70d2348f9 100644
--- a/totem.spec.in
+++ b/totem.spec.in
@@ -18,6 +18,8 @@ Totem is simple movie player for the Gnome desktop based on xine. It features a
simple playlist, a full-screen mode, seek and volume controls, as well as
a pretty complete keyboard navigation.
+It also includes a thumbnailer for your movie files.
+
%prep
%setup -q
@@ -37,12 +39,15 @@ rm -rf %{buildroot}
%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/totem.schemas > /dev/null
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas >/dev/null
%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%config %{_sysconfdir}/gconf/schemas/%{name}.schemas
+%config %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas
%{_bindir}/%{name}
+%{_bindir}/totem-video-thumbnailer
%{_datadir}/application-registry/%{name}.applications
%{_datadir}/applications/%{name}.desktop
%{_datadir}/mime-info/%{name}.keys
@@ -50,6 +55,9 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/totem.schemas >
%{_datadir}/%{name}
%changelog
+* Fri Apr 25 2003 Bastien Nocera <hadess@hadess.net>
+- Package the thumbnailer as well (spotted by Chris Chabot <chabotc@4-ice.com>
+
* Mon Sep 30 2002 Bastien Nocera <hadess@hadess.net>
- Install gconf schemas properly