mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 10:32:59 +00:00
Try javaless build
This commit is contained in:
parent
d036b417ac
commit
61ea6d29eb
2 changed files with 13 additions and 2 deletions
5
.abf.yml
5
.abf.yml
|
@ -53,3 +53,8 @@ sources:
|
|||
libreoffice-dictionaries-4.3.3.2.tar.xz: df20a954230ffcdb4b5dfd400222c7b18d63bb57
|
||||
libreoffice-help-4.3.3.2.tar.xz: f10b60a1324f77058096d3bbf90d2233f9a4cb09
|
||||
libreoffice-translations-4.3.3.2.tar.xz: e41754bf4fc9c4081f46cbf7b25bfa9cd712d663
|
||||
apache-ant-1.8.1-bin.tar.bz2: 0e0359f04b3d84fed75b3a1ab02cbc415c8864a1
|
||||
af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz: d490a9bb30ea9e8b95c250f4d96842e0ce0c60d7
|
||||
2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz: efc1ab026e8e9ac4cd150cb4cf1b7e4663cddc84
|
||||
2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz: 5c604f102e0716597b3d2659ac3e77f80a02f22d
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
%define helplangs en-US
|
||||
%endif
|
||||
|
||||
%define javaless 0
|
||||
%define javaless 1
|
||||
|
||||
%define relurl http://download.documentfoundation.org/libreoffice/src/%{version}
|
||||
%define devurl http://dev-www.libreoffice.org/ooo_external
|
||||
|
@ -47,7 +47,7 @@ Version: 4.3.3
|
|||
%if "%{beta}" != ""
|
||||
Release: 0.%{beta}.1
|
||||
%else
|
||||
Release: 1
|
||||
Release: 2
|
||||
%endif
|
||||
Source0: %{relurl}/%{ooname}-%{buildver}.tar.xz
|
||||
Source1: %{relurl}/%{ooname}-dictionaries-%{buildver}.tar.xz
|
||||
|
@ -59,6 +59,12 @@ Url: http://www.libreoffice.org
|
|||
Source4: http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
|
||||
|
||||
Source10: Mandriva-Rosa_Icons.tar.bz2
|
||||
%if %{javaless}
|
||||
Source20: http://archive.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2
|
||||
Source30: %{devurl}/af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz
|
||||
Source31: %{devurl}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz.
|
||||
Source32: %{devurl}/2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz.
|
||||
%endif
|
||||
Source33: %{devurl}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
|
||||
Source34: %{devurl}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
|
||||
Source35: %{devurl}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue