From 86b0c6648457773469b07fbe28b06860498825a1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:08:28 +0100 Subject: [PATCH] automatic version update by autodist [release 0.2.13-1mamba;Fri May 21 2021] --- eventlog.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/eventlog.spec b/eventlog.spec index e10bf84..714943a 100644 --- a/eventlog.spec +++ b/eventlog.spec @@ -1,19 +1,19 @@ %define majver %(echo %version | cut -d. -f1-2) Name: eventlog -Version: 0.2.12 +Version: 0.2.13 Release: 1mamba Summary: A replacement of the simple syslog() API provided on UNIX systems Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.balabit.com/products/syslog_ng/ -Source: http://www.balabit.com/downloads/files/eventlog/%{majver}/eventlog_%{version}.tar.gz +URL: https://github.com/balabit/eventlog +Source: https://github.com/balabit/eventlog.git/master/eventlog-%{version}.tar.bz2 +#Source: http://www.balabit.com/downloads/files/eventlog/%{majver}/eventlog_%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. @@ -41,11 +41,13 @@ The EventLog library aims to be a replacement of the simple syslog() API provide Where you had a simple non-structrured string in syslog() you have a combination of description and tag/value pairs. EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q +./autogen.sh %build %configure @@ -61,7 +63,7 @@ This package contains static libraries and header files need for development. %files -n libeventlog %defattr(-,root,root) %{_libdir}/libevtlog.so.* -%doc COPYING +%doc AUTHORS COPYING %files -n libeventlog-devel %defattr(-,root,root) @@ -70,9 +72,12 @@ This package contains static libraries and header files need for development. %{_libdir}/libevtlog.so %{_includedir}/eventlog/*.h %{_libdir}/pkgconfig/*.pc -%doc AUTHORS COPYING CREDITS ChangeLog NEWS README +%doc CREDITS ChangeLog NEWS README %changelog +* Fri May 21 2021 Automatic Build System 0.2.13-1mamba +- automatic version update by autodist + * Tue Aug 23 2011 Silvan Calarco 0.2.12-1mamba - update to 0.2.12