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

This commit is contained in:
coding 2022-05-26 10:16:41 +00:00 committed by Gitee
parent e247707fe0
commit fc45cadee9
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
- Prepare - Prepare
``` ```
rpmdev-setuptree rpmdev-setuptree
spectool -S -g -R greenplum-db-6.spec spectool -S -g -R gpdb.spec
cp *.patch ~/rpmbuild/SOURCES/ cp *.patch ~/rpmbuild/SOURCES/
``` ```
- Build - Build
``` ```
rpmbuild -ba greenplum-db-6.spec rpmbuild -ba gpdb.spec
``` ```
## Installation ## Installation