OBS User unknown 2007-07-23 00:19:10 +00:00 committed by Git OBS Bridge
parent e0f2a4ddc6
commit 159a5bea6a
2 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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