From 5d3658ffb98e6ea625e31de08531ae2c51bf2394 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Tue, 13 Oct 2020 14:19:56 +0800 Subject: [PATCH] update source0 --- log4cplus.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/log4cplus.spec b/log4cplus.spec index 852ae26..b4554f3 100644 --- a/log4cplus.spec +++ b/log4cplus.spec @@ -1,10 +1,12 @@ +%define git_version %(echo %{version} | sed -e 's/\\./_/g') + Name: log4cplus Version: 2.0.5 -Release: 2 +Release: 3 Summary: simple logging API by using C++ License: BSD URL: https://sourceforge.net/projects/log4cplus -Source0: https://github.com/google/leveldb/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/log4cplus/log4cplus/releases/download/REL_%{git_version}/%{name}-%{version}.tar.gz BuildRequires: cmake @@ -46,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog +* Mon Oct 12 2020 liqingqing_1229 - 2.0.5-3 +- update source0 + * Tue Aug 11 2020 douyan - 2.0.5-2 - add devel package -- Gitee