Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d51a9f42d3
!18 Update to version 2.1.0
From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-11-10 09:31:08 +00:00
wang--ge
8b99f6039f update to version 2.1.0 2023-11-10 14:22:41 +08:00
openeuler-ci-bot
72ffc46d0b
!14 License compliance rectification
From: @jianli-97 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-10 01:06:02 +00:00
jianli-97
fcb6748370 License compliance rectification 2022-06-07 16:17:45 +08:00
openeuler-ci-bot
7a05fda63a
!12 [sync] PR-10: openEuler-22.03-LTS-Next Packages upgrade
From: @openeuler-sync-bot 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-04-25 06:41:22 +00:00
cherry530
1bb63bc272 remove unuse files
(cherry picked from commit b921eec3bd906ec7bd11f54c048f11d6a149f3c2)
2022-04-12 16:57:30 +08:00
openeuler-ci-bot
58454f77c3 !9 修复因缺少依赖导致编译失败问题
From: @wu-leilei
Reviewed-by: @hht8,@myeuler
Signed-off-by: @myeuler
2021-06-15 02:33:49 +00:00
wu-leilei
7839b3b5a8 fixes failed: error: no acceptable C compiler found in PATH 2021-06-08 16:25:40 +08:00
openeuler-ci-bot
c0ae19bbda !8 【轻量级 PR】:update source0
From: @liqingqing_1229
Reviewed-by: @love_hangzhou
Signed-off-by: @love_hangzhou
2020-10-19 19:47:14 +08:00
liqingqing_1229
5d3658ffb9 update source0 2020-10-13 14:19:56 +08:00
4 changed files with 36 additions and 10 deletions

Binary file not shown.

BIN
log4cplus-REL_2_1_0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,19 @@
Name: log4cplus %define git_version %(echo %{version} | sed -e 's/\\./_/g')
Version: 2.0.5
Release: 2
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
BuildRequires: cmake Name: log4cplus
Version: 2.1.0
Release: 1
Summary: simple logging API by using C++
License: BSD-2-Clause and BSL-1.0 and Apache-2.0
URL: https://sourceforge.net/projects/log4cplus
Source0: https://github.com/log4cplus/log4cplus/releases/download/REL_%{git_version}/%{name}-REL_2_1_0.tar.gz
# https://github.com/log4cplus/log4cplus/issues/169
# git clone --recursive https://github.com/log4cplus/log4cplus.git
# cd log4cplus
# tar -cvf threadpool.tar.gz threadpool
Source1: threadpool.tar.gz
BuildRequires: cmake g++
%description %description
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API. log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
@ -20,7 +27,11 @@ flexible, and arbitrarily granular control over log management and
configuration. It is modeled after the Java log4j API. configuration. It is modeled after the Java log4j API.
%prep %prep
%setup -q -n %{name}-%{version}/ %setup -q -n %{name}-REL_2_1_0/
rm -rf threadpool
cp %{SOURCE1} .
tar -xvf threadpool.tar.gz
rm -rf threadpool.tar.gz
%build %build
export CFLAGS=$RPM_OPT_FLAGS export CFLAGS=$RPM_OPT_FLAGS
@ -46,6 +57,21 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.so %{_libdir}/lib*.so
%changelog %changelog
* Fri Nov 10 2023 Ge Wang <wang__ge@126.com> - 2.1.0-1
- Update to version 2.1.0
* Tue Jun 7 2022 lijian <lijian2@kylinos.cn> - 2.0.7-2
- License compliance rectification
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.0.7-1
- Upgrade to version 2.0.7
* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 2.0.5-4
- fixes failed: error: no acceptable C compiler found in $PATH
* Mon Oct 12 2020 liqingqing_1229 <liqingqing3@huawei.com> - 2.0.5-3
- update source0
* Tue Aug 11 2020 douyan <douyan@kylinos.cn> - 2.0.5-2 * Tue Aug 11 2020 douyan <douyan@kylinos.cn> - 2.0.5-2
- add devel package - add devel package

BIN
threadpool.tar.gz Normal file

Binary file not shown.