SPECS (AC-branch): openoffice.org.spec - system agg, hunspell, myspe...
glen
glen at pld-linux.org
Mon Mar 5 02:30:28 CET 2007
Author: glen Date: Mon Mar 5 01:30:28 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- system agg,hunspell,myspell bconds
- agg bcond disabled (needs 2.5 patch)
---- Files affected:
SPECS:
openoffice.org.spec (1.704.2.8 -> 1.704.2.9)
---- Diffs:
================================================================
Index: SPECS/openoffice.org.spec
diff -u SPECS/openoffice.org.spec:1.704.2.8 SPECS/openoffice.org.spec:1.704.2.9
--- SPECS/openoffice.org.spec:1.704.2.8 Sat Mar 3 15:50:32 2007
+++ SPECS/openoffice.org.spec Mon Mar 5 02:30:23 2007
@@ -23,10 +23,7 @@
# - fix locale names and other locale related things
# - can't be just i18n-{be,gu,hi,kn,pa,ta} instead of *-{be_BY,*_IN}?
# - more system libs todo:
-# - --with-system-agg + antigrain package (http://www.antigrain.com)
-# - --with-system-hunspell + hunspell package (http://hunspell.sourceforge.net)
# - (SYSTEM_HYPH) bcond system_libhnj doesn't work - needs Debian-patched version of libhnj
-# - --with-system-myspell + myspell package as in Debian
# - --with-system-mythes + mythes package (http://lingucomponent.openoffice.org/thesaurus.html)
# - bcond system_xt doesn't work - xt in PLD is too old or broken
#
@@ -54,6 +51,9 @@
%bcond_without system_xerces
%bcond_without system_xml_apis
%bcond_without system_hsqldb
+%bcond_with system_agg
+%bcond_without system_hunspell
+%bcond_without system_myspell
%bcond_with system_xt
%bcond_without xvfb # using Xvfb in build-galleries script (without xvfb broken)
@@ -130,7 +130,11 @@
Patch107: %{name}-stl-amd64.patch
Patch108: %{name}-java6.patch
URL: http://www.openoffice.org/
+BuildRequires: /usr/bin/getopt
BuildRequires: STLport-devel >= 2:5.0.0
+%{?with_xvfb:BuildRequires: XFree86-Xvfb}
+BuildRequires: XFree86-devel
+%{?with_system_agg:BuildRequires: agg-devel}
BuildRequires: autoconf >= 2.51
BuildRequires: automake >= 1:1.9
%{?with_system_beanshell:BuildRequires: beanshell}
@@ -141,48 +145,36 @@
BuildRequires: cairo-devel >= 0.5.2
BuildRequires: cups-devel
BuildRequires: curl-devel >= 7.9.8
-%if %{with system_db}
-BuildRequires: db-cxx-devel
-BuildRequires: db-devel
-%endif
-BuildRequires: /usr/bin/getopt
-%if %{with gnomevfs}
-BuildRequires: gnome-vfs2-devel
-%endif
+%{?with_system_db:BuildRequires: db-cxx-devel}
+%{?with_system_db:BuildRequires: db-devel}
BuildRequires: flex
BuildRequires: fontconfig-devel >= 1.0.1
BuildRequires: freetype-devel >= 2.1
+%{?with_gnomevfs:BuildRequires: gnome-vfs2-devel}
BuildRequires: gstreamer-devel >= 0.10.0
BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
BuildRequires: gtk+2-devel
+%{?with_system_hsqldb:BuildRequires: hsqldb >= 1.8.0}
+%{?with_system_hunspell:BuildRequires: hunspell-devel}
+%{?with_system_myspell:BuildRequires: myspell-devel}
BuildRequires: icu
-%if %{with kde}
-BuildRequires: kdelibs-devel
-%endif
+%{?with_kde:BuildRequires: kdelibs-devel}
BuildRequires: libart_lgpl-devel
-%if %{with system_libhnj}
-BuildRequires: libhnj-devel
-%endif
BuildRequires: libbonobo-devel >= 2.0
+%{?with_csystem_libhnj:BuildRequires: libhnj-devel}
BuildRequires: libicu-devel >= 3.4
BuildRequires: libjpeg-devel
BuildRequires: libsndfile-devel
BuildRequires: libstdc++-devel >= 5:3.2.1
BuildRequires: libwpd-devel >= 0.8.6
BuildRequires: libxml2-devel >= 2.0
-%if %{with system_mdbtools}
-BuildRequires: mdbtools-devel >= 0.6
-%endif
-BuildRequires: nspr-devel >= 1:4.6-0.20041030.3
-BuildRequires: nss-devel >= 1:3.10
-%if %{with mono}
-BuildRequires: mono-csharp >= 1.1.8
-BuildRequires: mono-devel >= 1.1.8
-%endif
-BuildRequires: XFree86-devel
-%{?with_system_hsqldb:BuildRequires: hsqldb >= 1.8.0}
+%{?with_system_mdbtools:BuildRequires: mdbtools-devel >= 0.6}
+%{?with_mono:BuildRequires: mono-csharp >= 1.1.8}
+%{?with_mono:BuildRequires: mono-devel >= 1.1.8}
BuildRequires: nas-devel >= 1.7-1
BuildRequires: neon-devel
+BuildRequires: nspr-devel >= 1:4.6-0.20041030.3
+BuildRequires: nss-devel >= 1:3.10
BuildRequires: openclipart-png >= 0:0.16
BuildRequires: openldap-devel
BuildRequires: pam-devel
@@ -206,9 +198,6 @@
%{?with_system_xerces:BuildRequires: xerces-j}
%{?with_system_xml_apis:BuildRequires: xml-commons}
BuildRequires: xmlsec1-nss-devel
-%if %{with xvfb}
-BuildRequires: XFree86-Xvfb
-%endif
%{?with_system_xt:BuildRequires: xt}
BuildRequires: zip
BuildRequires: zlib-devel
@@ -2107,46 +2096,48 @@
%endif
--disable-odk \
--with-ccache-allowed \
- --with-system-gcc \
+ %{?with_system_agg:--with-system-agg} \
+ %{?with_system_beanshell:--with-system-beanshell} \
+ %{?with_system_db:--with-system-db} \
+ %{?with_system_hsqldb:--with-system-hsqldb} \
+ %{?with_system_hunspell:--with-system-hunspell --without-myspell-dicts} \
%{?with_system_libhnj:--with-system-altlinuxhyphen} \
- %{?with_system_xalan:--with-system-xalan} \
- %{?with_system_xalan:--with-serializer-jar=%{_javadir}/xalan.jar} \
+ %{?with_system_mdbtools:--with-system-mdbtools} \
+ %{?with_system_myspell:--with-system-myspell} \
+ %{?with_system_xalan:--with-system-xalan --with-serializer-jar=%{_javadir}/xalan.jar} \
%{?with_system_xerces:--with-system-xerces} \
- %{?with_system_hsqldb:--with-system-hsqldb} \
%{?with_system_xml_apis:--with-system-xml-apis} \
- --with-system-zlib \
- --with-system-jpeg \
- --with-system-libxml \
- --with-system-python \
- --with-system-sane-header \
- --with-system-x11-extensions-headers \
- --with-system-odbc-headers \
- --with-system-stdlibs \
- %{?with_system_db:--with-system-db} \
+ %{?with_system_xt:--with-system-xt --with-xt-jar=%{_javadir}/classes} \
+ --with-system-boost \
+ --with-system-cairo \
--with-system-curl \
- --with-system-freetype \
- --with-system-nas \
- --with-system-xrender \
- --with-system-xrender-headers=yes \
--with-system-expat \
- --with-system-sablot \
- --with-system-boost \
+ --with-system-freetype \
+ --with-system-gcc \
--with-system-icu \
+ --with-system-jpeg \
--with-system-libwpd \
- %{?with_system_mdbtools:--with-system-mdbtools} \
+ --with-system-libxml \
+ --with-system-nas \
--with-system-neon \
+ --with-system-odbc-headers \
--with-system-portaudio \
+ --with-system-python \
+ --with-system-sablot \
+ --with-system-sane-header \
--with-system-sndfile \
- %{?with_system_xt:--with-system-xt --with-xt-jar=%{_javadir}/classes} \
- %{?with_system_beanshell:--with-system-beanshell} \
+ --with-system-stdlibs \
+ --with-system-x11-extensions-headers \
--with-system-xmlsec \
+ --with-system-xrender \
+ --with-system-xrender-headers=yes \
+ --with-system-zlib \
%if %{with mozilla}
--with-system-mozilla \
--with-xulrunner \
%else
--disable-mozilla \
%endif
- --with-system-cairo \
--with-dynamic-xinerama \
--with-intro-bitmaps="\$SRCDIR/openintro_pld.bmp" \
--with-about-bitmaps="\$SRCDIR/openabout_pld.png" \
@@ -3752,6 +3743,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.704.2.9 2007/03/05 01:30:23 glen
+- system agg,hunspell,myspell bconds
+- agg bcond disabled (needs 2.5 patch)
+
Revision 1.704.2.8 2007/03/03 14:50:32 glen
- configure args cosmetics
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/openoffice.org.spec?r1=1.704.2.8&r2=1.704.2.9&f=u
More information about the pld-cvs-commit
mailing list