修改检视意见:对齐和License完善
This commit is contained in:
parent
b15c04506a
commit
dd6a921eba
@ -14,7 +14,7 @@ Name: opengauss
|
||||
Version: 2.1.0
|
||||
Release: 1
|
||||
Summary: openGauss is an open source relational database management system
|
||||
License: MulanPSL-2.0 and MIT and BSD and zlib
|
||||
License: MulanPSL-2.0 and MIT and BSD and zlib and TCL and Apache-2.0 and BSL-1.0
|
||||
URL: https://gitee.com/opengauss/openGauss-server
|
||||
Source0: openGauss-server-%{version}.tar.xz
|
||||
Source1: %{cjson_name}-%{cjson_version}.tar.gz
|
||||
@ -23,20 +23,20 @@ Source3: %{protobuf_name}-%{protobuf_version}.tar.gz
|
||||
Source4: %{orc_name}-%{orc_version}.tar.gz
|
||||
Source5: opengauss-bashprofile
|
||||
|
||||
Patch1: 0001-cJSON.patch
|
||||
Patch20: 0001-zlib.patch
|
||||
Patch21: 0002-zlib.patch
|
||||
Patch22: 0003-zlib.patch
|
||||
Patch23: makefile-miniunz.patch
|
||||
Patch40: 0001-orc.patch
|
||||
Patch1: 0001-cJSON.patch
|
||||
Patch20: 0001-zlib.patch
|
||||
Patch21: 0002-zlib.patch
|
||||
Patch22: 0003-zlib.patch
|
||||
Patch23: makefile-miniunz.patch
|
||||
Patch40: 0001-orc.patch
|
||||
|
||||
BuildRequires: cmake gcc gcc-c++ openssl-devel python
|
||||
BuildRequires: cjson lz4-devel protobuf-devel snappy-devel zstd-devel boost-devel
|
||||
BuildRequires: libcgroup-devel curl-devel unixODBC-devel jemalloc-devel
|
||||
BuildRequires: java-1.8.0-openjdk-devel libedit-devel libaio-devel
|
||||
BuildRequires: bison flex DCF
|
||||
BuildRequires: cmake gcc gcc-c++ openssl-devel python
|
||||
BuildRequires: cjson lz4-devel protobuf-devel snappy-devel zstd-devel boost-devel
|
||||
BuildRequires: libcgroup-devel curl-devel unixODBC-devel jemalloc-devel
|
||||
BuildRequires: java-1.8.0-openjdk-devel libedit-devel libaio-devel
|
||||
BuildRequires: bison flex DCF
|
||||
%ifnarch aarch64 %{arm}
|
||||
BuildRequires: numactl-devel
|
||||
BuildRequires: numactl-devel
|
||||
%endif
|
||||
|
||||
|
||||
@ -209,11 +209,6 @@ su - opengauss -c "source ~/.bash_profile; gs_initdb -D /var/lib/opengauss/data
|
||||
su - opengauss -c "source ~/.bash_profile; gs_ctl start -D /var/lib/opengauss/data"
|
||||
|
||||
|
||||
%postun
|
||||
|
||||
%preun
|
||||
|
||||
|
||||
%files
|
||||
%defattr (-,root,root)
|
||||
%{apppath}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user