Summary: An event expression library inspired by CEE Name: libee Version: 0.4.1 Release: 2%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://www.libee.org Source0: http://www.libee.org/files/download/%{name}-%{version}.tar.gz BuildRequires: libestr-devel BuildRequires: chrpath %description 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. 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. %package devel Summary: Include files for libee Group: Development/Libraries Requires: %name = %version-%release %package utils Summary: The libee-convert utility provided by event expression library Requires: %{name} = %{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 %{__make} %install rm -rf %{buildroot} %{__make} install -p DESTDIR=%{buildroot} rm -f %{buildroot}/%{_libdir}/*.{a,la} chrpath --delete %{buildroot}%{_libdir}/libee.so.* chrpath --delete %{buildroot}%{_sbindir}/libee-convert %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 * 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