2012-10-11 12:05:17 +00:00
|
|
|
Name: libestr
|
2014-01-07 18:08:07 +00:00
|
|
|
Version: 0.1.9
|
2014-07-17 18:34:30 +00:00
|
|
|
Release: 3%{?dist}
|
2012-10-11 12:05:17 +00:00
|
|
|
Summary: String handling essentials library
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://libestr.adiscon.com/
|
|
|
|
Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
%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
|
2014-07-17 18:34:30 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
|
|
|
%doc README AUTHORS ChangeLog
|
2012-10-11 12:05:17 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/libestr.h
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/libestr.pc
|
|
|
|
|
|
|
|
%changelog
|
2014-07-17 18:34:30 +00:00
|
|
|
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 0.1.9-3
|
|
|
|
- fix license handling
|
|
|
|
|
2014-06-07 03:14:30 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-01-07 19:39:16 +00:00
|
|
|
* Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
|
2014-01-07 18:08:07 +00:00
|
|
|
- rebase to 0.1.9
|
2014-01-07 18:46:56 +00:00
|
|
|
- remove patch 0; doesn't seem to be necessary anymore
|
2014-01-07 18:08:07 +00:00
|
|
|
|
2013-08-03 05:19:55 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-02 13:27:48 +00:00
|
|
|
* Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
|
|
|
|
- rebase to 0.1.5
|
|
|
|
|
2012-12-12 09:47:28 +00:00
|
|
|
* 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
|
|
|
|
|
2012-10-11 12:05:17 +00:00
|
|
|
* 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.
|
|
|
|
|
2012-12-12 09:47:28 +00:00
|
|
|
* Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
|
2012-10-11 12:05:17 +00:00
|
|
|
- Initial port libestr-0.1.3
|