From 3034b71e9645ae9b501b7e79d1c2e0a085f685a1 Mon Sep 17 00:00:00 2001 From: xhuacmer Date: Fri, 6 Jan 2023 17:16:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=20missing=20other=20tar.gz=20packages=20in?= =?UTF-8?q?=20src.rpm.=20delete=20README.en.md=EF=BC=8CREADME.md=20from=20?= =?UTF-8?q?SOURCE=20label.=20update=20release=20number=20according=20to=20?= =?UTF-8?q?PR=20comments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xhuacmer --- Bear.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Bear.spec b/Bear.spec index 161b5ec..3fc2cb7 100644 --- a/Bear.spec +++ b/Bear.spec @@ -11,11 +11,15 @@ %bcond_with tests Name: Bear Version: 3.0.20 -Release: 3 +Release: 4 Summary: Tool to generate compilation database for clang tooling License: GPL-3.0-or-later URL: https://github.com/rizsotto/Bear -Source: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz +Source1: googletest-release-1.12.1.tar.gz +Source2: fmt-9.0.0.tar.gz +Source3: json-3.10.5.tar.gz +Source4: spdlog-1.10.0.tar.gz BuildRequires: bash-completion BuildRequires: gcc, gcc-c++, make BuildRequires: protobuf-devel, grpc-devel, grpc-plugins @@ -92,6 +96,12 @@ popd %{_libdir}/bear/ %changelog +* Fri Jan 6 2023 yangtao - 3.0.20-4 +- Type:SPEC +- ID:NA +- SUG:NA +- DESC: fix missing other tar.gz packages in src.rpm. + * Mon Dec 19 2022 zhaowenyu <804544223@qq.com> - 3.0.20-3 - Type:SPEC - ID:NA -- Gitee