Name: libestr
Version: 0.1.9
Release: 2%{?dist}
Summary: String handling essentials library
License: LGPLv2+
URL: http://libestr.adiscon.com/
Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
Patch0: libestr-0.1.3-broken-configure-script.patch
%description
This package compiles the string handling essentials library
used by the Rsyslog daemon.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The package contains libraries and header files for
developing applications that use libestr.
%prep
%setup -q
%patch0 -p1 -b broken-configure-script.patch
%build
%configure --disable-static --with-pic
V=1 make %{?_smp_mflags}
%install
make install INSTALL="install -p" DESTDIR=%{buildroot}
rm -f %{buildroot}/%{_libdir}/*.{a,la}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc README COPYING AUTHORS ChangeLog
%{_libdir}/lib*.so.*
%files devel
%{_includedir}/libestr.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libestr.pc
%changelog
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.1.9-2
- Mass rebuild 2014-01-24
* Fri Jan 10 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
- rebase to 0.1.9
resolves: #1049645
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.1.5-2
- Mass rebuild 2013-12-27
* Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
- rebase to 0.1.5
* Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
- upgrade to upstream version 0.1.4
- correct an impossible timestamp in an older changelog entry
* Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
- Fixed broken configure script
* Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
- Removed unnecessary macros in spec file.
* Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
- Initial port libestr-0.1.3