Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37853296
en ru br
ALT Linux repos
S:9.97.1-alt1

Group :: Development/C++
RPM: easyloggingpp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: easyloggingpp
Version: 9.97.1
Release: alt1
Summary: Single header efficient logging library for C++ applications
Group: Development/C++
License: MIT

Url: https://github.com/amrayn/easyloggingpp/

Source: %name-%version.tar

BuildRequires(pre): cmake
BuildRequires: gcc-c++

BuildArch: noarch

%description
Easylogging++ is single header efficient logging library for C++ applications.
It is extremely powerful, highly extendable and configurable to user's
requirements.

%package devel
Summary: Single header efficient logging library for C++ applications
Group:   Development/C++

%description devel
Easylogging++ is single header efficient logging library for C++ applications.
It is extremely powerful, highly extendable and configurable to user's
requirements.

%prep
%setup

%build
%cmake \
 -DCMAKE_INSTALL_LIBDIR:PATH=%_datadir
%cmake_build

%install
%cmakeinstall_std

%files devel
%doc LICENSE
%doc *.md
%_includedir/*
%_datadir/pkgconfig/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin