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

Группа :: Система/Библиотеки
Пакет: liblogging

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: liblogging
Version: 1.0.6
Release: alt4

Summary: LibLogging stdlog library
License: 2-clause BSD
Group: System/Libraries

Url: http://www.liblogging.org
Source: %name-%version.tar

BuildRequires: pkgconfig(libsystemd) >= 209
BuildRequires: /usr/bin/rst2man

%description
LibLogging stdlog library
Libstdlog component is used for standard logging (syslog replacement)
purposes via multiple channels (driver support is planned)

%package devel
Summary: Development files for LibLogging stdlog library
Group: Development/C
Requires: %name = %version-%release

%description devel
The liblogging-devel package includes header files, libraries necessary for
developing programs which use liblogging library.

%prep
%setup
# Fix wrong ^M in the file
sed -i 's;\r;\n;g' rfc3195/src/oscallsUnix.c

%build
%autoreconf
%configure \
--disable-static \
--enable-rfc3195 \
--enable-stdlog \
--enable-journal

%make_build

%install
%makeinstall_std

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%_libdir/*.so.*
%_bindir/stdlogctl
%_man1dir/*
%_man3dir/*

%files devel
%_libdir/*.so
%_includedir/liblogging
%_pkgconfigdir/*.pc

%changelog

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

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