automatic version update by autodist [release 0.2.13-1mamba;Fri May 21 2021]
This commit is contained in:
parent
bd032e75d1
commit
86b0c66484
@ -1,19 +1,19 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: eventlog
|
Name: eventlog
|
||||||
Version: 0.2.12
|
Version: 0.2.13
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A replacement of the simple syslog() API provided on UNIX systems
|
Summary: A replacement of the simple syslog() API provided on UNIX systems
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.balabit.com/products/syslog_ng/
|
URL: https://github.com/balabit/eventlog
|
||||||
Source: http://www.balabit.com/downloads/files/eventlog/%{majver}/eventlog_%{version}.tar.gz
|
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
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
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.
|
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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -61,7 +63,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%files -n libeventlog
|
%files -n libeventlog
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libevtlog.so.*
|
%{_libdir}/libevtlog.so.*
|
||||||
%doc COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n libeventlog-devel
|
%files -n libeventlog-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -70,9 +72,12 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/libevtlog.so
|
%{_libdir}/libevtlog.so
|
||||||
%{_includedir}/eventlog/*.h
|
%{_includedir}/eventlog/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc AUTHORS COPYING CREDITS ChangeLog NEWS README
|
%doc CREDITS ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 23 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.12-1mamba
|
||||||
- update to 0.2.12
|
- update to 0.2.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user