]> git.pld-linux.org Git - packages/libreoffice.git/blame_incremental - libreoffice.spec
- BuildConflicts/BuildRequires: libicu-devel together make no sense
[packages/libreoffice.git] / libreoffice.spec
... / ...
CommitLineData
1# NOTE:
2# - normal build with java requires little less than 17GB of disk space
3# $BUILD_ROOT 4.8 GB
4# BUILD 11.7 GB
5# SRPMS 0.3 GB
6# RPMS 0.8 GB
7# TODO:
8# - fix regcomp.bin crash (workarounded by trapping segv signal)
9# - fix xml2cmp crash (workarounded by no_lfs_hack)
10# - fix help files (xslt hacker needed)
11# - bcond with_xt is broken (xt in PLD is too old or broken)
12# - check (or remove) bconds with_mono and with_vfs
13# - build on 64-bit architectures
14# - there's no such rpm.groups as Applications/Office
15# MAYBE TODO:
16# - drop requirement on nas-devel
17# - --with-system-myspell + myspell package as in Debian
18# - in gtk version menu highlight has almost the same colour as menu text
19# - 6 user/config/*.so? files shared between -i18n-en and -i18n-sl
20# - add ooglobal symlink and it's ooo-wrapper entry (among calc|draw|impress|math|web|writer)
21# - add %{_libdir}/%{name}/share/autocorr/acor_(ll)-(LL).dat files to package (marked with %lang)
22# - fix locale names and other locale related things
23# - can't be just i18n-{be,gu,hi,kn,pa,ta} instead of *-{be_BY,*_IN}?
24# - add option to build with {not} all lanquages
25# - REMOVE USE of Xvfb from build-galleries script (ooo-build-2.0.1.2/bin/build-galleries line 84)
26# - ooqstart (disappeared from 2.0.3?)
27# - check:
28# Installed (but unpackaged) file(s) found:
29# /usr/lib/openoffice.org/program/testtoolrc
30# /usr/lib/openoffice.org/program/cde-open-url
31# %if %{without java}
32# /usr/lib/openoffice.org/program/hid.lst
33# /usr/lib/openoffice.org/program/java-set-classpath
34# /usr/lib/openoffice.org/program/jvmfwk3rc
35# %endif
36#
37
38# Conditional build:
39%bcond_without java # without Java support (disables help support)
40%bcond_with vfs # Enable GNOME VFS and Evolution 2 support
41%bcond_with mono # enable compilation of mono bindings
42%bcond_without mozilla # without mozilla
43
44%bcond_without system_db # with internal berkeley db
45%bcond_without system_mdbtools
46%bcond_with system_xt
47%bcond_without system_beanshell
48%bcond_without system_libhnj # with internal ALTLinuxhyph
49
50%define is_snapshot 0
51%define ver 2.0.4
52%define _rel 0.2
53%define subver 680
54%define snap OOD680
55%define snap2 SRC680
56%define bver m4
57%define bugfix .1
58%if %{is_snapshot}
59%define ooobver ood680-%{bver}
60%define ssnap ood680-%{bver}
61%else
62%define us_ver 2_0_4
63%define ooobver %{ver}%{bugfix}
64%define ssnap OOO_%{us_ver}
65%endif
66
67%define specflags -fno-strict-aliasing
68
69Summary: OpenOffice.org - powerful office suite
70