mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
fix directory
This commit is contained in:
parent
45ba4468e4
commit
e2275d2461
1 changed files with 11 additions and 6 deletions
|
@ -28,7 +28,6 @@
|
|||
%define buildver 3.6.1.2
|
||||
%define jdkver 1_5_0_11
|
||||
%define ooodir %{_libdir}/libreoffice
|
||||
%define sdkinstdir %{ooodir}/sdk/
|
||||
%define libdbver 4.2
|
||||
%if %l10n
|
||||
%define langs "en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru sh si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu"
|
||||
|
@ -52,7 +51,7 @@
|
|||
%{?_with_icecream: %global use_icecream 1}
|
||||
%{?_without_icecream: %global use_icecream 0}
|
||||
|
||||
%define use_ccache 0
|
||||
%define use_ccache 1
|
||||
%define ccachedir ~/.ccache-OOo
|
||||
%{?_with_ccache: %global use_ccache 1}
|
||||
%{?_without_ccache: %global use_ccache 0}
|
||||
|
@ -4090,9 +4089,11 @@ fi
|
|||
%files devel -f file-lists/sdk_list.uniq.sorted.txt
|
||||
|
||||
%files devel-doc
|
||||
%docdir %{sdkinstdir}/docs
|
||||
%{sdkinstdir}/docs/
|
||||
%{sdkinstdir}/examples/
|
||||
%defattr(-,root,root,-)
|
||||
%docdir %{_datadir}/doc/libreoffice/sdk/docs
|
||||
%{_datadir}/doc/libreoffice/sdk/docs
|
||||
%{_datadir}/doc/libreoffice/sdk/examples/
|
||||
%{_datadir}/doc/libreoffice/sdk/index.html
|
||||
|
||||
%files draw -f file-lists/draw_list.txt
|
||||
%defattr(-,root,root,-)
|
||||
|
@ -4103,7 +4104,10 @@ fi
|
|||
%{_mandir}/man1/lodraw*
|
||||
%{_datadir}/icons/hicolor/scalable/apps/mandriva-rosa-lo-draw_72.svg
|
||||
|
||||
%files dtd-officedocument1.0 -f file-lists/dtd_list.txt
|
||||
%files dtd-officedocument1.0
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{ooodir}/share/dtd
|
||||
%{ooodir}/share/dtd/officedocument
|
||||
|
||||
%files filter-binfilter -f file-lists/filter-binfilter_list.txt
|
||||
%defattr(-,root,root,-)
|
||||
|
@ -4142,6 +4146,7 @@ fi
|
|||
|
||||
%files pyuno -f file-lists/pyuno_list.txt
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{ooodir}/share/extensions/
|
||||
%{ooodir}/share/extensions/script-provider-for-python
|
||||
|
||||
#%files qa-api-tests
|
||||
|
|
Loading…
Add table
Reference in a new issue