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