SPECS: eventlog.spec (NEW) - initial revision

baggins baggins at pld-linux.org
Mon Feb 27 22:30:11 CET 2006


Author: baggins                      Date: Mon Feb 27 21:30:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SPECS:
   eventlog.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/eventlog.spec
diff -u /dev/null SPECS/eventlog.spec:1.1
--- /dev/null	Mon Feb 27 22:30:11 2006
+++ SPECS/eventlog.spec	Mon Feb 27 22:30:05 2006
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+Summary:	EventLog library - a replacement of the simple syslog() API
+Name:		eventlog
+Version:	0.2.4
+Release:	0.1
+License:	BSD-like
+Group:		Libraries
+Source0:	http://www.balabit.com/downloads/syslog-ng/1.9/src/%{name}-%{version}.tar.gz
+# Source0-md5:	d4f6137da17212c69d6ab9cd35926a0a
+URL:		http://www.balabit.com/products/syslog_ng/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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.
+
+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.
+
+%package devel
+Summary:	Header files for eventlog
+Summary(pl):	Pliki nagłówkowe do eventlog
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for eventlog.
+
+%description devel -l pl
+Pliki nagłówkowe do eventlog.
+
+%package static
+Summary:	Static eventlog library
+Summary(pl):	Biblioteka statyczna eventlog
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static eventlog library.
+
+%description static -l pl
+Biblioteka statyczna eventlog.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post 
+aaa
+
+%postun
+aaa
+
+%files
+%defattr(644,root,root,755)
+%doc doc/configuration.txt AUTHORS COPYING CREDITS NEWS PORTS README ChangeLog
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/{API,DESIGN}.txt
+%{_pkgconfigdir}/*
+%dir %{_includedir}/eventlog
+%{_includedir}/eventlog/*
+%attr(755,root,root) %{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/lib*.so
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/27 21:30:05  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list