diff --git a/0001-static-link-plg_grpc_proto.patch b/0001-static-link-plg_grpc_proto.patch deleted file mode 100644 index bf21d8a2573a6c871a82ace736d4d02409a96c87..0000000000000000000000000000000000000000 --- a/0001-static-link-plg_grpc_proto.patch +++ /dev/null @@ -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} - diff --git a/pin-gcc-client-0.1.0.tar.gz b/pin-gcc-client-0.1.0.tar.gz deleted file mode 100644 index cd402b0983f87055a7556913ea97d09de09db7cd..0000000000000000000000000000000000000000 Binary files a/pin-gcc-client-0.1.0.tar.gz and /dev/null differ diff --git a/pin-gcc-client-0.2.0.tar.gz b/pin-gcc-client-0.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f368e63e4b3805c64d8b86b603b38c612d10652d Binary files /dev/null and b/pin-gcc-client-0.2.0.tar.gz differ diff --git a/pin-gcc-client.spec b/pin-gcc-client.spec index e2ec9d6da7ee5120cd002692f13dc3efdfc36524..1f9ea5fd4749cc14f5a2bc255d09dcbe9c24eeb8 100644 --- a/pin-gcc-client.spec +++ b/pin-gcc-client.spec @@ -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 - 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