Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > fc76e9c915bbbce6e2fe4780603c7c88 > files > 1

eventlog-0.2.13-6.mga6.src.rpm

%define major	0
%define libname	%mklibname %{name} %{major}
%define devname	%mklibname -d %{name}

Name:		eventlog
Version:	0.2.13
Release:	%mkrel 6
Summary:	Syslog-ng v2 support library
License:	BSD
Group:		System/Libraries
URL:		http://www.balabit.com/products/syslog_ng/
Source:     http://www.balabit.com/downloads/files/eventlog/0.2/%{name}_%{version}.tar.gz

%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.

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 is the runtime part of the library.

%package -n	%{libname}
Group:		Development/Other
License:	GPL
Summary:	Replacement for syslog API

%description -n	%{libname}
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.

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 is the runtime part of the library.

%package -n	%{devname}
Group:		Development/Other
License:	GPL
Summary:	Replacement for syslog API
Requires:	%{libname} = %{version}-%{release}
Provides:	%{name}-devel = %{version}-%{release}
Obsoletes:	%mklibname -d %{name} 0

%description -n	%{devname}
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.

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 the development files.

%prep
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

%files -n %{libname}
%doc AUTHORS ChangeLog COPYING CREDITS NEWS PORTS README VERSION
%{_libdir}/libevtlog*so.*

%files -n %{devname}
%{_includedir}/eventlog
%{_libdir}/libevtlog.a
%{_libdir}/libevtlog.la
%{_libdir}/libevtlog.so
%{_libdir}/pkgconfig/eventlog.pc



%changelog
* Sat Feb 06 2016 umeabot <umeabot> 0.2.13-6.mga6
+ Revision: 940645
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 0.2.13-5.mga5
+ Revision: 740077
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.2.13-4.mga5
+ Revision: 679048
- Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 0.2.13-3.mga4
+ Revision: 532254
- Mageia 4 Mass Rebuild

* Mon Aug 19 2013 guillomovitch <guillomovitch> 0.2.13-2.mga4
+ Revision: 467615
- drop major number from devel package name

* Mon Aug 19 2013 guillomovitch <guillomovitch> 0.2.13-1.mga4
+ Revision: 467610
- new version

* Fri Jan 11 2013 umeabot <umeabot> 0.2.12-2.mga3
+ Revision: 349799
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jun 29 2011 rapsys <rapsys> 0.2.12-1.mga2
+ Revision: 115980
- Fix build
- Add the spec file
- Created package structure for eventlog.