This commit is contained in:
parent
e0f2a4ddc6
commit
159a5bea6a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user