diff --git a/log4cplus-2.0.5.tar.gz b/log4cplus-2.0.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ebf983c4364da4de0f6a8c84fbd9b56742cd024f Binary files /dev/null and b/log4cplus-2.0.5.tar.gz differ diff --git a/log4cplus.spec b/log4cplus.spec new file mode 100644 index 0000000000000000000000000000000000000000..6f16c7175ec13b30dbe6759cf78ba7bd8564baca --- /dev/null +++ b/log4cplus.spec @@ -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 +- Package init +