rpms/eventlog/devel eventlog.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sat Sep 23 18:38:37 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/eventlog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2077/devel

Modified Files:
	.cvsignore sources 
Added Files:
	eventlog.spec 
Log Message:
auto-import eventlog-0.2.5-1 on branch devel from eventlog-0.2.5-1.src.rpm


--- NEW FILE eventlog.spec ---
Name:           eventlog
Version:        0.2.5
Release:        1%{?dist}
Summary:        Syslog-ng v2 support library

Group:          System Environment/Libraries
License:        BSD
Url:            http://www.balabit.com/products/syslog-ng/
Source:         http://www.balabit.com/downloads/syslog-ng/2.0/src/eventlog-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

%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 devel
Summary:        Syslog-ng v2 support library development files
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description devel
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
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT%{_libdir}/libevtlog.la

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README
%{_libdir}/libevtlog.so.0
%{_libdir}/libevtlog.so.0.0.0

%files devel
%defattr(-,root,root,-)
%doc doc/*
%{_libdir}/libevtlog.a
%{_libdir}/libevtlog.so
%{_libdir}/pkgconfig/eventlog.pc
%{_includedir}/%{name}/


%changelog
* Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.2.5-1
- Update to 0.25.

* Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.2.4-1
- Update to 0.24.

* Sun Oct 16 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.2.3-1
- Update to 0.2.3+20051004 snapshot.

* Fri Apr 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.2.3-1
- Update to 0.2.3+20050422 snapshot.
- FLAGS are now being inherited by configure (patch accepted upstream).
- Static lib created by default.
- Copyright information (README and COPYING files).

* Sat Jan 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.2.2-0.fdr.0
- Update to 0.2.2.

* Wed Jan 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.2.1-0.fdr.0
- Initial build (version 0.2.1).

# vim:set ai ts=4 sw=4 sts=4 et:


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/eventlog/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Sep 2006 18:38:01 -0000	1.1
+++ .cvsignore	23 Sep 2006 18:38:36 -0000	1.2
@@ -0,0 +1 @@
+eventlog-0.2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eventlog/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Sep 2006 18:38:01 -0000	1.1
+++ sources	23 Sep 2006 18:38:36 -0000	1.2
@@ -0,0 +1 @@
+a6bdba91f88540cc69b398fd138d86cd  eventlog-0.2.5.tar.gz




More information about the scm-commits mailing list