automatic version update by autodist [release 0.2.13-1mamba;Fri May 21 2021]

This commit is contained in:
Automatic Build System 2024-01-05 22:08:28 +01:00
parent bd032e75d1
commit 86b0c66484

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.2.13-1mamba
- automatic version update by autodist
* Tue Aug 23 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.12-1mamba
- update to 0.2.12