update README.md greenplum-db-6.spec to gpdb.spec

This commit is contained in:
coding 2022-05-26 10:17:29 +00:00 committed by Gitee
parent fc45cadee9
commit 3997c0866d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -11,13 +11,13 @@ yum apr-devel bison bzip2-devel cmake3 flex gcc gcc-c++ krb5-devel libcurl-devel
- 准备rpmbuild目录
```
rpmdev-setuptree
spectool -S -g -R greenplum-db-6.spec
spectool -S -g -R gpdb.spec
cp *.patch ~/rpmbuild/SOURCES/
```
- 编译
```
rpmbuild -ba greenplum-db-6.spec
rpmbuild -ba gpdb.spec
```
## 安装rpm