mirror of
https://abf.rosa.ru/djam/freemind.git
synced 2025-02-23 23:02:58 +00:00
update spec
This commit is contained in:
parent
3771a122d0
commit
afa399c12e
1 changed files with 18 additions and 18 deletions
|
@ -137,28 +137,28 @@ install -Dm0755 bin/dist/%{name}.sh %{buildroot}/%{_bindir}/%{name}
|
||||||
%{__rm} bin/dist/*.sh
|
%{__rm} bin/dist/*.sh
|
||||||
|
|
||||||
|
|
||||||
%if %{gcj_support}
|
#if %{gcj_support}
|
||||||
%{_bindir}/aot-compile-rpm
|
#{_bindir}/aot-compile-rpm
|
||||||
%endif
|
#endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%post
|
#post
|
||||||
%if %{gcj_support}
|
#if %{gcj_support}
|
||||||
%{update_gcjdb}
|
#{update_gcjdb}
|
||||||
%endif
|
#endif
|
||||||
%{update_desktop_database}
|
#{update_desktop_database}
|
||||||
%{update_mime_database}
|
#{update_mime_database}
|
||||||
%update_icon_cache hicolor
|
#update_icon_cache hicolor
|
||||||
|
|
||||||
%postun
|
#postun
|
||||||
%if %{gcj_support}
|
#if %{gcj_support}
|
||||||
%{clean_gcjdb}
|
#{clean_gcjdb}
|
||||||
%endif
|
#endif
|
||||||
%{clean_desktop_database}
|
#{clean_desktop_database}
|
||||||
%{clean_mime_database}
|
#{clean_mime_database}
|
||||||
%clean_icon_cache hicolor
|
#clean_icon_cache hicolor
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
|
|
Loading…
Add table
Reference in a new issue