Bug 21627 - не устанавливаются файлы .schemas
Summary: не устанавливаются файлы .schemas
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gnucash (show other bugs)
Version: unstable
Hardware: all Linux
: P3 critical
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 19564
  Show dependency tree
 
Reported: 2009-09-19 15:42 MSD by Yuri N. Sedunov
Modified: 2009-09-23 00:00 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri N. Sedunov 2009-09-19 15:42:03 MSD
$ rpmql gnucash|grep "\.schemas"|wc -l
15
$ rpmq --scripts gnucash
$

См. http://www.altlinux.org/ОсобенностиСборкиПакетов
Comment 1 Vitaly Lipatov 2009-09-20 23:03:22 MSD
Зря удалил выходит? Возвращаю. -alt3

%post
cat %_datadir/%name/%name-schemas.list | while read scm; do
    %gconf2_install $scm;
done

%preun
if [ $1 = 0 ]; then
cat %_datadir/%name/%name-schemas.list | while read scm; do
    %gconf2_uninstall $scm;
done