This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
commit 88405c86a0513a593b007fb13cbe4bd3e75a9b2d Author: Dianjin Wang <[email protected]> AuthorDate: Wed Feb 4 14:28:50 2026 +0800 Update Makefile and cloudberry-pxf for Apache Cloudberry --- Makefile | 2 +- package/cloudberry-pxf.spec | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 6d143038..caaac20e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ SOURCE_EXTENSION_DIR = external-table TARGET_EXTENSION_DIR = gpextable LICENSE ?= ASL 2.0 -VENDOR ?= Cloudberry Open Source +VENDOR ?= Apache Cloudberry (Incubating) RELEASE ?= 1 default: all diff --git a/package/cloudberry-pxf.spec b/package/cloudberry-pxf.spec index 95542b68..44a144e6 100644 --- a/package/cloudberry-pxf.spec +++ b/package/cloudberry-pxf.spec @@ -10,9 +10,9 @@ Name: cloudberry-pxf Version: %{pxf_version} Release: %{pxf_release}%{?dist} -Summary: Cloudberry PXF (Platform Extension Framework) for advanced data access +Summary: Apache Cloudberry PXF (Platform Extension Framework) for advanced data access License: %{license} -URL: https://cloudberrydb.org +URL: https://cloudberry.apache.org Vendor: %{vendor} Group: Applications/Databases @@ -23,7 +23,7 @@ Prefix: /usr/local/%{name}-%{version} Requires: bash -# Require Cloudberry Database - .so file makes sense only when +# Require Apache Cloudberry - .so file makes sense only when # installing on Cloudberry node, so inherit Cloudberry's dependencies # implicitly @@ -34,11 +34,11 @@ Suggests: java-1.8.0-openjdk Suggests: java-11-openjdk %description -Cloudberry PXF (Platform Extension Framework) is an advanced data +Apache Cloudberry PXF (Platform Extension Framework) is an advanced data access framework that provides connectivity to a wide range of data sources. It enables high-speed, parallel data access across distributed systems, making it an essential component for performing -advanced analytics with the Cloudberry Database. PXF seamlessly +advanced analytics with the Apache Cloudberry. PXF seamlessly integrates and efficiently queries external data sources, including, but not limited to: @@ -65,8 +65,8 @@ data environments and file formats. The examples provided above represent only a subset of the broad range of sources and formats supported by PXF. -For more information, visit the official Cloudberry Database website -at https://cloudberrydb.org. +For more information, visit the official Apache Cloudberry website +at https://cloudberry.apache.org. %prep # If the pxf_version macro is not defined, it gets interpreted as a literal string, need %% to escape it --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
