Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37891867
en ru br
Репозитории ALT

Группа :: Разработка/C++
Пакет: easyloggingpp

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin