diff --git a/libdaemon.changes b/libdaemon.changes index 4f9fa53..ae6c267 100644 --- a/libdaemon.changes +++ b/libdaemon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 22 17:12:13 CEST 2007 - coolo@suse.de + +- disable lynx as it adds little featurewise (the README is packaged + in the tar), but make libdaemon build pretty late and we need it + ------------------------------------------------------------------- Wed Jul 11 20:08:26 CEST 2007 - seife@suse.de diff --git a/libdaemon.spec b/libdaemon.spec index 92d83ea..f8a0699 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -11,10 +11,10 @@ # norootforbuild Name: libdaemon -BuildRequires: doxygen lynx +BuildRequires: doxygen URL: http://0pointer.de/lennart/projects/libdaemon/ Version: 0.12 -Release: 1 +Release: 4 Summary: Lightweight C library That Eases the Writing of UNIX Daemons License: LGPL v2 or later Group: System/Libraries @@ -88,7 +88,7 @@ Authors: %build export CFLAGS="$RPM_OPT_FLAGS" -./configure --prefix=/usr --libdir=%{_libdir} +./configure --prefix=/usr --libdir=%{_libdir} --disable-lynx make %install @@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT /usr/include/libdaemon %changelog +* Sun Jul 22 2007 - coolo@suse.de +- disable lynx as it adds little featurewise (the README is packaged + in the tar), but make libdaemon build pretty late and we need it * Wed Jul 11 2007 - seife@suse.de - Update to version 0.12 + make daemon_close_all() actually work properly