Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558895
en ru br
ALT Linux repos
S:1.0.6-alt4

Group :: System/Libraries
RPM: liblogging

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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