SPECS: openoffice.org.spec - up to m123
arekm
arekm at pld-linux.org
Sat Aug 13 16:32:40 CEST 2005
Author: arekm Date: Sat Aug 13 14:32:40 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to m123
---- Files affected:
SPECS:
openoffice.org.spec (1.545 -> 1.546)
---- Diffs:
================================================================
Index: SPECS/openoffice.org.spec
diff -u SPECS/openoffice.org.spec:1.545 SPECS/openoffice.org.spec:1.546
--- SPECS/openoffice.org.spec:1.545 Sat Aug 6 10:00:13 2005
+++ SPECS/openoffice.org.spec Sat Aug 13 16:32:34 2005
@@ -21,9 +21,9 @@
%define ver 2.0
%define rel 0
-%define ooobver 1.9.118
+%define ooobver 1.9.123
%define snap SRC680
-%define bver m118
+%define bver m123
%define subver 680
%define fullver %{ver}.%{rel}
@@ -35,20 +35,20 @@
Summary(pl): OpenOffice.org - potężny pakiet biurowy
Name: openoffice.org
Version: %{fullver}
-Release: 0.5%{?with_vfs:vfs}
+Release: 0.6%{?with_vfs:vfs}
Epoch: 1
License: GPL/LGPL
Group: X11/Applications
Source0: http://go-ooo.org/packages/%{snap}/ooo-build-%{ooobver}.tar.gz
-# Source0-md5: d0d56a537416473f7deed33947078de8
+# Source0-md5: 7906dcfeb2074971bdc37019582b32f5
Source1: http://go-ooo.org/packages/%{snap}/%{ssnap}-%{bver}-core.tar.bz2
-# Source1-md5: e5dbb456faf8c94e2acab8aae3f64511
+# Source1-md5: 4c566ccd4131ceb99fcf7395cbae3d9e
Source2: http://go-ooo.org/packages/%{snap}/%{ssnap}-%{bver}-system.tar.bz2
-# Source2-md5: 2aad305908f01086b3dff896b3853e2e
+# Source2-md5: e223aa4452b2148f657c107392539343
Source3: http://go-ooo.org/packages/%{snap}/%{ssnap}-%{bver}-binfilter.tar.bz2
-# Source3-md5: fd6abac76015952175f882d63f060506
+# Source3-md5: cc5799f480c530e21b2f030e194aae1f
Source4: http://go-ooo.org/packages/%{snap}/%{ssnap}-%{bver}-lang.tar.bz2
-# Source4-md5: 723806c4287f7ae77ae16eac3711492f
+# Source4-md5: ec7638b7b508b7da5aa8dcea52fd823a
Source10: http://go-ooo.org/packages/%{snap}/ooo_custom_images-13.tar.bz2
# Source10-md5: 2480af7f890c8175c7f9e183a1b39ed2
Source11: http://go-ooo.org/packages/%{snap}/ooo_crystal_images-6.tar.bz2
@@ -57,6 +57,8 @@
# Source12-md5: 733051ebeffae5232a2eb760162da020
Source13: http://go-ooo.org/packages/libwpd/libwpd-0.8.0.tar.gz
# Source13-md5: 98e59beecc112339bb78654863304c1c
+Source14: http://go-ooo.org/packages/SRC680/mdbtools-0.6pre1.tar.gz
+# Source14-md5: 246e8f38b2a1af1bcff60ee0da59300b
Source20: oocalc.desktop
Source21: oodraw.desktop
Source22: ooffice.desktop
@@ -116,6 +118,7 @@
BuildRequires: boost-devel
BuildRequires: boost-spirit-devel
BuildRequires: boost-mem_fn-devel
+BuildRequires: cairo-devel >= 0.5.2
BuildRequires: cups-devel
BuildRequires: curl-devel >= 7.9.8
BuildRequires: db-cxx-devel
@@ -128,6 +131,7 @@
BuildRequires: db-java >= 4.2.52-4
BuildRequires: jar
BuildRequires: jdk
+BuildRequires: jakarta-ant
%else
BuildRequires: libxslt-progs
%endif
@@ -145,6 +149,7 @@
BuildRequires: mozilla-devel >= 5:1.7.6-2
BuildRequires: nas-devel >= 1.7-1
BuildRequires: neon-devel
+BuildRequires: openclipart-png >= 0:0.16
BuildRequires: openldap-devel
BuildRequires: pam-devel
BuildRequires: perl-base
@@ -1447,7 +1452,8 @@
install -d src
# sources, icons, KDE_icons
ln -sf %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
- %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} src
+ %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} \
+ %{SOURCE14} src
# help files
ln -sf %{SOURCE400} %{SOURCE401} %{SOURCE402} %{SOURCE403} %{SOURCE404} \
%{SOURCE405} %{SOURCE406} %{SOURCE407} %{SOURCE408} %{SOURCE409} \
@@ -1467,6 +1473,9 @@
exit 1
fi
+%{__aclocal}
+%{__autoconf}
+
%ifarch %{x8664} sparc64 ppc64 alpha
DISTRO="PLD64"
%else
@@ -1484,10 +1493,9 @@
export CC CXX ENVCFLAGS ENVCFLAGSCXX DESTDIR IGNORE_MANIFEST_CHANGES DISTRO QTINC QTLIB
%if %{with java}
-GCJ=gcj
JAVA_HOME=%{_libdir}/java
DB_JAR="%{_javadir}/db.jar"
-export JAVA_HOME DB_JAR GCJ
+export JAVA_HOME DB_JAR
%endif
DEFAULT_TO_ENGLISH_FOR_PACKING=1; export DEFAULT_TO_ENGLISH_FOR_PACKING
@@ -1527,6 +1535,7 @@
--with-system-boost \
--with-system-neon \
--with-system-mozilla \
+ --with-system-cairo \
--with-dynamic-xinerama \
--with-vendor="${DISTRO}" \
--with-distro="${DISTRO}" \
@@ -1538,6 +1547,7 @@
%if %{with java}
--with-java \
--with-jdk-home=$JAVA_HOME \
+ --with-ant-home=$JAVA_HOME \
%else
--without-java \
%endif
@@ -1548,12 +1558,17 @@
%endif
--with-docdir=%{_docdir}/%{name}-%{version} \
--with-python=%{_bindir}/python \
+ --with-openclipart=%{_datadir}/openclipart \
--with-stlport4=/usr \
--with-x \
--without-fonts \
--without-gpc \
--disable-epm \
--disable-fontooo \
+ --enable-access \
+ --enable-cairo \
+ --enable-crypt-link \
+ --enable-pam-link \
--enable-openldap \
--enable-cups \
--enable-fontconfig \
@@ -2053,6 +2068,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.546 2005/08/13 14:32:34 arekm
+- up to m123
+
Revision 1.545 2005/08/06 08:00:13 qboosh
- BR: rpm-pythonprov
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/openoffice.org.spec?r1=1.545&r2=1.546&f=u
More information about the pld-cvs-commit
mailing list