platform.in: Mark scrollkeeper database synchronization macros as obsolete

This commit is contained in:
Дмитрий Левин 2008-11-20 16:15:32 +00:00
parent a949a78dfb
commit d2f32045b0
2 changed files with 3 additions and 11 deletions

View File

@ -188,14 +188,6 @@ BuildRoot.
%uninstall_info:
отмена регистрации удалённых info-страниц.
Регистрация каталогов scrollkeeper.
%update_scrollkeeper:
регистрация новых/обновлённых каталогов;
%clean_scrollkeeper:
отмена регистрации удалённых каталогов.
Вспомогательные макросы %configure.
%__libtoolize:

View File

@ -413,10 +413,10 @@
@alt@%update_wms %{warning %%update_wms is obsolete and will be removed soon}update_wms_bin='%_update_wms_bin' && [ -x "$update_wms_bin" ] && "$update_wms_bin" ||:
@alt@%clean_wms %{warning %%clean_wms is obsolete and will be removed soon}update_wms_bin='%_update_wms_bin' && [ "$1" = 0 -a -x "$update_wms_bin" ] && "$update_wms_bin" ||:
@alt@
@alt@# Synchronize the scrollkeeper database.
@alt@# OBSOLETE scrollkeeper database synchronization macros.
@alt@%_update_scrollkeeper_bin %_bindir/scrollkeeper-update
@alt@%update_scrollkeeper update_scrollkeeper_bin='%_update_scrollkeeper_bin' && [ -x "$update_scrollkeeper_bin" ] && "$update_scrollkeeper_bin" -q ||:
@alt@%clean_scrollkeeper update_scrollkeeper_bin='%_update_scrollkeeper_bin' && [ "$1" = 0 -a -x "$update_scrollkeeper_bin" ] && "$update_scrollkeeper_bin" -q ||:
@alt@%update_scrollkeeper %{warning %%update_scrollkeeper is obsolete and will be removed soon}update_scrollkeeper_bin='%_update_scrollkeeper_bin' && [ -x "$update_scrollkeeper_bin" ] && "$update_scrollkeeper_bin" -q ||:
@alt@%clean_scrollkeeper %{warning %%clean_scrollkeeper is obsolete and will be removed soon}update_scrollkeeper_bin='%_update_scrollkeeper_bin' && [ "$1" = 0 -a -x "$update_scrollkeeper_bin" ] && "$update_scrollkeeper_bin" -q ||:
@alt@
@alt@%_defattr %%defattr(-,root,root,755)
@alt@