Summary: Event expression library inspired by CEE Name: libee Version: 0.4.1 Release: 4%{?dist} License: LGPLv2+ and MIT Group: System Environment/Libraries URL: http://www.libee.org Source0: http://www.libee.org/files/download/%{name}-%{version}.tar.gz Source1: COPYING BuildRequires: libestr-devel BuildRequires: chrpath %description The core idea of libee is to provide a small but hopefully convenient API layer above the CEE standard. CEE is under heavy development and even some of its core data structures have not been fully specified. CEE is an upcoming standard used to describe network events in a number of normalized formats. It's goal is to unify many different representations that exist in the industry. %package devel Summary: Development files for libee Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libestr-devel%{?_isa} %package utils Summary: Optional utilities like libee-convert Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides files required for development with libee, the event expression library used by the rsyslog daemon. %description utils The libee-convert utility provided by event expression library. %prep %setup -q -n %{name}-%{version} %build %configure V=1 make %install make install INSTALL="install -p" DESTDIR=%{buildroot} rm -f %{buildroot}/%{_libdir}/*.{a,la} chrpath --delete %{buildroot}%{_libdir}/libee.so.* chrpath --delete %{buildroot}%{_sbindir}/libee-convert %check make check %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc README COPYING AUTHORS ChangeLog %{_libdir}/libee.so.0 %{_libdir}/libee.so.0.0.0 %files devel %{_libdir}/pkgconfig/libee.pc %dir %{_includedir}/libee %{_includedir}/libee/*.h %{_libdir}/*.so %files utils %{_sbindir}/* %changelog * Fri Oct 05 2012 mdarade - 0.4.1-4 - Updated COPYING file * Thu Sep 20 2012 Mahaveer Darade - 0.4.1-3 - Added check to enable testsuite in tests dir * Mon Aug 27 2012 mdarade - 0.4.1-2 - Added separate util package to have libee-convert utility * Tue Aug 7 2012 Mahaveer Darade 0.4.1-1 - Initial port