!1 init package

Merge pull request !1 from myeuler/master
This commit is contained in:
openeuler-ci-bot 2020-07-24 13:01:25 +08:00 committed by Gitee
commit 0d12b0bb16
2 changed files with 39 additions and 0 deletions

BIN
log4cplus-2.0.5.tar.gz Normal file

Binary file not shown.

39
log4cplus.spec Normal file
View File

@ -0,0 +1,39 @@
Name: log4cplus
Version: 2.0.5
Release: 1
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
%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.
%prep
%setup -q -n %{name}-%{version}/
%build
%cmake
%install
%make_install
%pre
%preun
%post
%postun
%check
%files
%license LICENSE
%{_bindir}/*
%{_includedir}/*
%{_libdir}/*
%changelog
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init