fix file lists
This commit is contained in:
parent
557bac0745
commit
f1a7e9dc37
@ -13,11 +13,12 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/0.99/totem-%{version}.tar.
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
Requires(pre): GConf2 >= 2.14
|
||||
Requires(post): GConf2 >= 2.14
|
||||
Requires(preun): GConf2 >= 2.14
|
||||
Requires(post): GConf2 >= 2.14
|
||||
Requires(post): desktop-file-utils
|
||||
|
||||
Requires(post): scrollkeeper
|
||||
Requires(postun): desktop-file-utils
|
||||
Requires(postun): scrollkeeper
|
||||
|
||||
Requires: gnome-desktop >= 2.6.0
|
||||
Requires: gstreamer >= %gstreamer_version
|
||||
@ -88,6 +89,7 @@ export MOZILLA_PLUGINDIR=%{_libdir}/mozilla
|
||||
--disable-vanity \
|
||||
--enable-mozilla \
|
||||
--enable-nautilus \
|
||||
--disable-scrollkeeper \
|
||||
--disable-nvtv
|
||||
|
||||
#apparently someone forgot to autogen before disting 0.99.17 :)
|
||||
@ -117,6 +119,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
scrollkeeper-update -q
|
||||
update-desktop-database -q
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
SCHEMAS="totem.schemas totem-handlers.schemas totem-video-thumbnail.schemas"
|
||||
@ -151,6 +154,7 @@ fi
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
scrollkeeper-update -q
|
||||
update-desktop-database -q
|
||||
touch %{_datadir}/icons/hicolor
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user