From e86faf945512669aaec21665bc4e93e32c3e59f0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Jan 2023 16:11:56 +0800 Subject: [PATCH] fix missing other tar.gz packages in src.rpm --- Bear.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Bear.spec b/Bear.spec index 161b5ec..5f5b4b2 100644 --- a/Bear.spec +++ b/Bear.spec @@ -15,7 +15,13 @@ Release: 3 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 +Source5: README.en.md +Source6: README.md BuildRequires: bash-completion BuildRequires: gcc, gcc-c++, make BuildRequires: protobuf-devel, grpc-devel, grpc-plugins @@ -92,6 +98,12 @@ popd %{_libdir}/bear/ %changelog +* Fri Jan 6 2023 yangtao - 3.0.20-3 +- 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