Add explicit mention of the bundled libreplace

https://fedorahosted.org/fpc/ticket/120
This commit is contained in:
Stephen Gallagher 2011-11-23 13:46:21 -05:00
parent 41bfc1f282
commit d67c329535

View File

@ -6,7 +6,7 @@
Name: libtevent
Version: 0.9.14
Release: 1%{?dist}
Release: 2%{?dist}
Group: System Environment/Daemons
Summary: The tevent library
License: LGPLv3+
@ -18,6 +18,8 @@ BuildRequires: libtalloc-devel >= 2.0.7
BuildRequires: python-devel
BuildRequires: pytalloc-devel >= 2.0.7
Provides: bundled(libreplace)
%description
Tevent is an event system based on the talloc memory management library.
Tevent has support for many event types, including timers, signals, and
@ -48,7 +50,9 @@ Python bindings for libtevent
%setup -q -n tevent-%{version}
%build
%configure --disable-rpath --bundled-libraries=NONE
%configure --disable-rpath \
--bundled-libraries=NONE \
--builtin-libraries=replace
make %{?_smp_mflags} V=1
%install
@ -84,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Wed Nov 23 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.9.14-2
- Add explicit mention of the bundled libreplace
- https://fedorahosted.org/fpc/ticket/120
* Wed Nov 09 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.9.14-1
- New upstream release
- Required for building more recent versions of samba4