# # spec file for package libreoffice-help-group@GROUP_NUMBER@ # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libreoffice-help-group@GROUP_NUMBER@ @DO_NOT_EDIT_COMMENT@ Version: 4.0.2.2.1 Release: 0 %define gnu_make_version 3.82 %define gnu_make_snapshot 20120301 %define zip_version 3.0 %define lo_home libreoffice # test_build_langs: 1 = de and cs # 2 = all supported languages %define test_build_langs 2 # debug_build: 0 = no # 1 = yes (enable depency tracking, ccache) %define debug_build 0 # prepare_build: 0 = no # 1 = yes (just build, install and create packages; without %%prep section and configure) %define prepare_build 1 # %if %test_build_langs == 0 %define lo_langs "@OOO_LANGS_MIN_0@" %else %if %test_build_langs == 1 %define lo_langs "@OOO_LANGS_MIN_1@" %else %define lo_langs "@OOO_LANGS_MIN_2@" %endif %endif #!BuildIgnore: libreoffice # both zip and perl-Archive-Zip are needed; tested with ooo320-m3, 2009-10-22 BuildRequires: xz BuildRequires: ant BuildRequires: ant-apache-regexp BuildRequires: automake BuildRequires: bison BuildRequires: boost-devel BuildRequires: db-devel BuildRequires: flac-devel BuildRequires: flex BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: gperf BuildRequires: icu BuildRequires: java-devel >= 1.6 BuildRequires: libcppunit-devel BuildRequires: libexpat-devel BuildRequires: libicu-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: openssl-devel BuildRequires: perl-Archive-Zip BuildRequires: perl-Compress-Zlib BuildRequires: pkg-config BuildRequires: procps BuildRequires: unzip BuildRequires: xorg-x11-devel BuildRequires: zip %if 0%{?suse_version} == 01010 # is not required by Java SDKs by mistake on SLED10 BuildRequires: update-alternatives %endif # compat stuff Provides: OpenOffice_org-help-group@GROUP_NUMBER@ = %version Obsoletes: OpenOffice_org-help-group@GROUP_NUMBER@ <= %version Summary: LibreOffice Help Development License: LGPL-3.0 Group: Productivity/Office/Suite Url: http://www.documentfoundation.org/ Source0: libreoffice-%version.tar.xz Source1: libreoffice-help-%version.tar.xz Source2: libreoffice-translations-%version.tar.xz Source10: build_prepare.inc # make-3.82 is needed for parallel build # this version extends plain make-3.82 with --warn-undefined-functions option # URL: http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/make-3.82-gbuild, snapshot 2011-08-17 Source30: make-%gnu_make_version-gbuild-%gnu_make_snapshot.tar.bz2 # zip-3.0 or newer is required because of the --filesync feature Source31: zip-%zip_version.tar.bz2 # helper stuff to produce pieces of the spec file Source200: libreoffice-help-groupX.spec.in Source201: lo-help-gen-spec Source202: lo-help-groupX # lost RPM optflags when compiling bridges Patch1: bridges-missing-cxxflags.diff # dmake does not work with more than 64 jobs # FIXME: this patch won't be necessary in LO-4.1 where dmake has finally been removed Patch2: build-max-64-jobs.diff # try to avoid build depency on vcl Patch3: split-help-buildhack-no-vcl.diff # # Patches against zip-3.0 Patch2000: zip-3.0-iso8859_2.patch Patch2001: zip-3.0-add_options_to_help.patch Patch2002: zip-3.0-nonexec-stack.patch Patch2003: zip-3.0-optflags.patch Patch2004: zip-3.0-tempfile.patch Patch2005: zip-notimestamp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build #!ExclusiveArch: %ix86 x86_64 ppc BuildArch: noarch %description This package provides files related to the LibreOffice help development. @SUBPACKAGES_METAINFO@ %prep %if %prepare_build == 0 %setup -D -T -q -n libreoffice-%version %else %setup -q -a30 -a31 -b1 -b2 -n libreoffice-%version %patch1 %patch2 %patch3 # # patch zip-3.0 %if %suse_version < 1140 tar -xjf %{S:31} cd zip30 %patch2000 %patch2001 %patch2002 %patch2003 %patch2004 %patch2005 cd - %endif %endif %build %{expand:%(cat %_sourcedir/build_prepare.inc)} %if %prepare_build != 0 ./autogen.sh $PARALLEL_BUILD \ --libdir=%{_libdir} \ --prefix=%{_prefix} \ --mandir=%{_mandir} \ --sysconfdir=/etc \ --docdir=%{_docdir}/%{name} \ --with-vendor=SUSE \ --with-lang=%lo_langs \ --disable-fetch-external \ --with-external-tar="$RPM_SOURCE_DIR" \ --with-alloc=system \ --with-jdk-home=$JAVA_HOME \ --with-ant-home=/usr/share/ant \ --without-fonts \ --without-myspell-dicts \ --disable-kde \ --disable-kde4 \ --disable-gtk \ --disable-gconf \ --disable-gnome-vfs \ --disable-evolution2 \ --disable-gstreamer \ --disable-opengl \ --disable-dbus \ --disable-gstreamer-0-10 \ --disable-python \ --disable-mono \ --disable-odk \ --without-junit \ %if %debug_build == 0 --disable-ccache \ %endif --without-system-mozilla \ %if %suse_version < 1210 --without-system-icu \ %endif --disable-postgresql-sdbc \ --disable-cups \ --with-system-dicts \ --with-system-libxml \ --with-system-openssl \ --with-system-cppunit \ --with-system-expat \ --with-system-boost \ --without-system-jpeg %endif # build helpcontent2 module and all its pre-requisites make helpcontent2.all %install sed '/SOLARVER/!d' config_host.mk > "${RPM_BUILD_ROOT}/config_host.mk.parsed" sed '/INPATH/!d' config_host.mk >> "${RPM_BUILD_ROOT}/config_host.mk.parsed" . "${RPM_BUILD_ROOT}/config_host.mk.parsed" rm -rf "${RPM_BUILD_ROOT}/config_host.mk.parsed" test -z %lo_langs && langs="en-US" || langs=%lo_langs mkdir -p file-lists for lang in $langs ; do test "$lang" = "en-US" && langdir="en" || langdir="$lang" mkdir -p $RPM_BUILD_ROOT/%_datadir/%lo_home/help/$langdir for pack in helpcontent2/$INPATH/bin/s*$lang.zip ; do unzip $pack -d $RPM_BUILD_ROOT/%_datadir/%lo_home/help/$langdir done lang_underscore=`echo $lang | sed "s/-/_/g"` filelist=help_${lang_underscore}_list.txt echo "%dir %_datadir/%lo_home" >file-lists/$filelist echo "%dir %_datadir/%lo_home/help" >>file-lists/$filelist find $RPM_BUILD_ROOT/%_datadir/%lo_home/help/$langdir -type d -printf "%%%%dir %_datadir/%lo_home/help/$langdir/%%P\n" >>file-lists/$filelist find $RPM_BUILD_ROOT/%_datadir/%lo_home/help/$langdir -type f -printf "%_datadir/%lo_home/help/$langdir/%%P\n" >>file-lists/$filelist # the file list is needed to create compat symlinks cp file-lists/$filelist $RPM_BUILD_ROOT/%_datadir/%lo_home echo "%_datadir/%lo_home/$filelist" >>file-lists/$filelist done %clean rm -rf $RPM_BUILD_ROOT @SUBPACKAGES_SCRIPTS@ @SUBPACKAGES_FILELIST@ %changelog