spark/spark.spec
wk333 73dec757c8 Rebuild for fix log4j1.x cves
(cherry picked from commit 11a4fe394931c08c91b7fce8b506ab4304aa1a91)
2022-02-28 11:41:52 +08:00

47 lines
1.1 KiB
RPMSpec

%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
%global debug_package %{nil}
Summary: A unified analytics engine for large-scale data processing.
Name: spark
Version: 3.0.1
Release: 2.0
License: Apache License v2.0
URL: http://spark.apache.org/
Source0: https://github.com/apache/spark/archive/v%{version}.tar.gz
Patch0001: 0001-modify-maven-version-for-3.6.3-to-3.5.4.patch
BuildRequires: java-1.8.0-openjdk-devel
BuildRequires: maven
Requires: java-1.8.0-openjdk
ExclusiveArch: x86_64 aarch64
%description
Apache Spark achieves high performance for both batch and streaming data, using a state-of-the-art DAG scheduler, a query optimizer, and a physical execution engine.
%prep
%setup -q
%patch0001 -p1
%build
mvn -DskipTests clean package
%install
mkdir -p %{buildroot}/opt/
cp -rf ../%{name}-%{version} %{buildroot}/opt/apache-%{name}-%{version}
%files
/opt/apache-%{name}-%{version}
%changelog
* Fri Feb 25 2022 wangkai <wangkai385@huawei.com> - 3.0.1-2.0
- Rebuild for fix log4j1.x cves
* Fri Sep 18 2020 Hubble_Zhu<hubble_zhu@qq.com> - 1.0
- Init package