Name: liblognorm Version: 0.3.4 Release: 2 Summary: Tool to normalize log data License: LGPLv2+ URL: http://www.liblognorm.com Source0: http://www.liblognorm.com/files/download/%{name}-%{version}.tar.gz BuildRequires: libestr-devel, libee-devel, chrpath %description Briefly described, liblognorm is a tool to normalize log data. %package devel Summary: Development tools for programs using liblognorm library Requires: %{name} = %{version}-%{release} %description devel The liblognorm-devel package includes header files, libraries necessary for developing programs which use liblognorm library. %package utils Summary: Normalizer utility for normalizing log files Requires: %{name} = %{version}-%{release} %description utils The normalizer is the core of liblognorm, it's utility for normalizing log files. %prep %setup -q %build %configure make %install make install -p DESTDIR=%{buildroot} rm -f %{buildroot}/%{_libdir}/*.{a,la} chrpath -d %{buildroot}/%{_bindir}/normalizer chrpath -d %{buildroot}/%{_libdir}/liblognorm.so.0.0.0 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/lib*.so.* %files devel %{_libdir}/lib*.so %{_includedir}/*.h %{_libdir}/pkgconfig/*.pc %files utils %{_bindir}/* %changelog * Mon Aug 27 2012 mdarade - 0.3.4-2 - Updated BuildRequires to contain libestr-devel * Wed Aug 1 2012 Milan Bartos - 0.3.4-1 - initial port