You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by xi...@apache.org on 2023/01/19 11:57:58 UTC

[brpc] branch master updated: Update description

This is an automated email from the ASF dual-hosted git repository.

xiaofeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 3dbc372d Update description
3dbc372d is described below

commit 3dbc372d6aa4cbbacdf50ecfaa5633b74ce36d7e
Author: Xiaofeng Wang <wa...@gmail.com>
AuthorDate: Thu Jan 19 19:57:40 2023 +0800

    Update description
---
 cmake/brpc.pc.in      | 2 +-
 package/rpm/brpc.spec | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/cmake/brpc.pc.in b/cmake/brpc.pc.in
index 312ea727..723dab4f 100644
--- a/cmake/brpc.pc.in
+++ b/cmake/brpc.pc.in
@@ -19,7 +19,7 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
 libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
 
 Name: brpc
-Description: An industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances(not counting clients) and thousands kinds of services, called "baidu-rpc" inside Baidu.
+Description: Apache bRPC is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "bRPC" means "better RPC".
 Version: @BRPC_VERSION@
 Cflags: -I${includedir}
 Libs: -L${libdir}/ -lbrpc
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index 34b76261..fa81bb97 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -20,7 +20,7 @@
 Name:		brpc
 Version:	1.3.0
 Release:	1%{?dist}
-Summary:	An industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances(not counting clients) and thousands kinds of services.
+Summary:	Industrial-grade RPC framework using C++ Language.
 
 Group:		Development
 License:	Apache2
@@ -51,8 +51,9 @@ BuildRequires:	leveldb-devel
 BuildRequires:	openssl-devel
 
 %description
-An industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances(not counting clients) and thousands kinds of services.
-"brpc" means "better RPC".
+Apache bRPC is an Industrial-grade RPC framework using C++ Language,
+which is often used in high performance systems such as Search, Storage,
+Machine learning, Advertisement, Recommendation etc.
 
 %package devel
 Summary: The %{name} headers and shared development libraries


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org