[Update] Update to v0.2.0 alpha.

This commit is contained in:
Mingchuan Wu 2022-09-28 15:49:13 +08:00
parent a898aad906
commit 2ab13344f1
4 changed files with 9 additions and 19 deletions

View File

@ -1,14 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e713c1b..ec07e26 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ add_custom_command(
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
# plg_grpc_proto
-add_library(plg_grpc_proto
+add_library(plg_grpc_proto STATIC
${plg_grpc_srcs}
${plg_grpc_hdrs}
${plg_proto_srcs}

Binary file not shown.

BIN
pin-gcc-client-0.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,11 @@
Name: pin-gcc-client
Version: 0.1.0
Release: 2
Version: 0.2.0
Release: 1
Summary: A Pin (Plug-IN framework) client is implemented based on GCC plugin and can execute the compiler optimization pass in GCC.
License: Apache 2.0
URL: https://gitee.com/src-openeuler/pin-gcc-client
Source0: %{name}-%{version}.tar.gz
Patch0: 0001-static-link-plg_grpc_proto.patch
BuildRequires: gcc gcc-c++ gcc-plugin-devel cmake make pkgconfig grpc grpc-plugins grpc-devel protobuf-devel jsoncpp-devel
Requires: gcc grpc protobuf
@ -19,7 +17,6 @@ A Pin (Plug-IN framework) client is implemented based on GCC plugin and can exec
%prep
%setup -q
%patch0 -p1
mkdir -p _build
cd _build
%{cmake} .. -DCMAKE_INSTALL_PREFIX=%{_usr} -DCMAKE_INSTALL_LIBDIR=%{_libdir}
@ -35,8 +32,15 @@ cd _build
%files
%license LICENSE
%attr(0755,root,root) %{_libdir}/libpin_gcc_client.so
%attr(0644,root,root) %{_bindir}/pin-gcc-client.json
%changelog
* Thu Sep 29 2022 wumingchuan <wumingchuan1992@foxmail.com> - 0.2.0-1
- Type:Update
- ID:NA
- SUG:NA
- DESC:Update to v0.2.0
* Sat Aug 27 2022 liyancheng <412998149@qq.com> - 0.1.0-2
- Type:Bugfix
- ID:NA