]> git.pld-linux.org Git - packages/libreoffice.git/blame - libreoffice.spec
- BuildConflicts/BuildRequires: libicu-devel together make no sense
[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
SS
9# - fix xml2cmp crash (workarounded by no_lfs_hack)
10# - fix help files (xslt hacker needed)
71614159 11# - bcond with_xt is broken (xt in PLD is too old or broken)
eb3dbdf6
SS
12# - check (or remove) bconds with_mono and with_vfs
13# - build on 64-bit architectures
83540798 14# - there's no such rpm.groups as Applications/Office
71614159 15# MAYBE TODO:
581d2e99 16# - drop requirement on nas-devel
bb18af7c 17# - --with-system-myspell + myspell package as in Debian
541e1ee8
JB
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
09fab14d 20# - add ooglobal symlink and it's ooo-wrapper entry (among calc|draw|impress|math|web|writer)
aa7c9b1b 21# - add %{_libdir}/%{name}/share/autocorr/acor_(ll)-(LL).dat files to package (marked with %lang)
eb3dbdf6 22# - fix locale names and other locale related things
107d3274 23# - can't be just i18n-{be,gu,hi,kn,pa,ta} instead of *-{be_BY,*_IN}?
eda45608 24# - add option to build with {not} all lanquages
f541be38 25# - REMOVE USE of Xvfb from build-galleries script (ooo-build-2.0.1.2/bin/build-galleries line 84)
6cbf2d82
AG
26# - ooqstart (disappeared from 2.0.3?)
27# - check:
28# Installed (but unpackaged) file(s) found:
71614159 29# /usr/lib/openoffice.org/program/testtoolrc
6cbf2d82 30# /usr/lib/openoffice.org/program/cde-open-url
71614159 31# %if %{without java}
6cbf2d82
AG
32# /usr/lib/openoffice.org/program/hid.lst
33# /usr/lib/openoffice.org/program/java-set-classpath
34# /usr/lib/openoffice.org/program/jvmfwk3rc
71614159 35# %endif
ce6d9cfb 36#
c4181f43 37
aad4a915 38# Conditional build:
71614159 39%bcond_without java # without Java support (disables help support)
28574fad 40%bcond_with vfs # Enable GNOME VFS and Evolution 2 support
71614159 41%bcond_with mono # enable compilation of mono bindings
6cbf2d82 42%bcond_without mozilla # without mozilla
708372d2 43
71614159
SS
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
4b8ef9b8 49
47749c6d 50%define is_snapshot 0
71614159 51%define ver 2.0.4
eb3dbdf6 52%define _rel 0.2
8c8cc91d 53%define subver 680
71614159
SS
54%define snap OOD680
55%define snap2 SRC680
56%define bver m4
47749c6d
SS
57%define bugfix .1
58%if %{is_snapshot}
71614159
SS
59%define ooobver ood680-%{bver}
60%define ssnap ood680-%{bver}
47749c6d
SS
61%else
62%define us_ver 2_0_4
63%define ooobver %{ver}%{bugfix}
64%define ssnap OOO_%{us_ver}
65%endif
a0b03967 66
a63434cc 67%define specflags -fno-strict-aliasing
f121fc1d 68
a0b03967
AM
69Summary: OpenOffice.org - powerful office suite
70