- Update to upstream version 1.0.2 to fix minor bugs
- Register the thumbnail and handlers schemas
This commit is contained in:
parent
e752e09960
commit
c8c1669bc7
@ -2,3 +2,4 @@ totem-0.99.22.tar.gz
|
||||
totem-0.100.tar.gz
|
||||
totem-0.101.tar.bz2
|
||||
totem-1.0.1.tar.bz2
|
||||
totem-1.0.2.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
e924188ae5b43e7b66ef55584578b8bb totem-1.0.1.tar.bz2
|
||||
a69626273a14d747f836610f9de1fc0b totem-1.0.2.tar.bz2
|
||||
|
||||
15
totem.spec
15
totem.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: Movie player for GNOME 2
|
||||
Name: totem
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
@ -83,9 +83,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/sbin/ldconfig
|
||||
update-desktop-database %{_datadir}/applications
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
gconftool-2 --makefile-install-rule \
|
||||
%{_sysconfdir}/gconf/schemas/totem.schemas \
|
||||
|
||||
SCHEMAS="totem.schemas totem-handlers.schemas totem-video-thumbnail.schemas"
|
||||
|
||||
for S in $SCHEMAS; do
|
||||
gconftool-2 --makefile-install-rule \
|
||||
%{_sysconfdir}/gconf/schemas/$S \
|
||||
>/dev/null || :
|
||||
done
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
@ -113,6 +118,10 @@ gconftool-2 --makefile-install-rule \
|
||||
%{_libdir}/*so
|
||||
|
||||
%changelog
|
||||
* Tue May 17 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-1
|
||||
- Update to upstream version 1.0.2 to fix minor bugs
|
||||
- Register the thumbnail and handlers schemas
|
||||
|
||||
* Tue Feb 29 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.1-1
|
||||
- Update to upstream version 1.0.1
|
||||
- Break out devel package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user