From: Jan Rękorajski Date: Mon, 23 Mar 2020 22:31:46 +0000 (+0100) Subject: - fix shebangs X-Git-Tag: auto/th/protobuf-3.9.0-3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=24b4c7d2a1130955196731ff850355000ec894f3;p=packages%2Fprotobuf.git - fix shebangs - rel 3 --- diff --git a/protobuf.spec b/protobuf.spec index 49308b8..dcef0ab 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -13,7 +13,7 @@ Summary: Protocol Buffers - Google's data interchange format Summary(pl.UTF-8): Protocol Buffers - format wymiany danych Google Name: protobuf Version: 3.9.0 -Release: 2 +Release: 3 License: BSD Group: Libraries #Source0Download: https://github.com/google/protobuf/releases @@ -213,6 +213,10 @@ opisów buforów protokołowych (Protocol Buffers). # remove for gtest >= 1.9 #%{__sed} -i -e 's/INSTANTIATE_TEST_SUITE_P/INSTANTIATE_TEST_CASE_P/' src/google/protobuf/{compiler/command_line_interface_unittest.cc,descriptor_unittest.cc,dynamic_message_unittest.cc,map_field_test.cc,util/internal/default_value_objectwriter_test.cc,util/internal/protostream_objectsource_test.cc,util/internal/protostream_objectwriter_test.cc} +%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python(\s|$),#!%{__python}\1,' \ + examples/add_person.py \ + examples/list_people.py + %build %{__libtoolize} %{__aclocal} -I m4