From 159a5bea6a9dfb6f781f8e76de9d4cf3beffef2fb088473bed0bc23d83955430 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 23 Jul 2007 00:19:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdaemon?expand=0&rev=4 --- libdaemon.changes | 6 ++++++ libdaemon.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) 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