- Update to 0.1.7
- Install the new schemas
This commit is contained in:
parent
8da5c031cb
commit
6e259f73bd
@ -38,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
update-desktop-database %{_datadir}/applications
|
||||
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
SCHEMAS="evince.schemas"
|
||||
SCHEMAS="evince.schemas evince-thumbnailer.schemas"
|
||||
for S in $SCHEMAS; do
|
||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
||||
done
|
||||
@ -52,11 +52,12 @@ update-desktop-database %{_datadir}/applications
|
||||
%{_bindir}/*
|
||||
%{_datadir}/evince
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_sysconfdir}/gconf/schemas/evince.schemas
|
||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||
|
||||
%changelog
|
||||
* Sat Mar 8 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.7-1
|
||||
- Update to 0.1.7
|
||||
- Install the new schemas
|
||||
|
||||
* Sat Mar 8 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.6-1
|
||||
- Update to 0.1.6
|
||||
|
Loading…
Reference in New Issue
Block a user