From 72f8048d0fd2ae6c834e45cec7f330aec93ec403966e98ba740aac3907398734 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 18 Dec 2007 17:46:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdaemon?expand=0&rev=7 --- libdaemon.changes | 5 +++++ libdaemon.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libdaemon.changes b/libdaemon.changes index 0d691f0..34c3680 100644 --- a/libdaemon.changes +++ b/libdaemon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 18 15:08:17 CET 2007 - seife@suse.de + +- reenabled static libraries to fix ifplugd build + ------------------------------------------------------------------- Wed Nov 28 04:05:04 CET 2007 - crrodriguez@suse.de diff --git a/libdaemon.spec b/libdaemon.spec index c205b05..7df50b7 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -14,7 +14,7 @@ Name: libdaemon BuildRequires: doxygen Url: http://0pointer.de/lennart/projects/libdaemon/ Version: 0.12 -Release: 27 +Release: 28 Summary: Lightweight C library That Eases the Writing of UNIX Daemons License: LGPL v2.1 or later Group: System/Libraries @@ -123,7 +123,7 @@ Authors: %build export CFLAGS="$RPM_OPT_FLAGS" -%configure --disable-lynx --disable-static --with-pic +%configure --disable-lynx --with-pic make %install @@ -144,11 +144,14 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr (-,root,root) %{_libdir}/libdaemon.so +%{_libdir}/libdaemon.a %{_libdir}/pkgconfig/libdaemon.pc %dir %{_includedir}/libdaemon %{_includedir}/libdaemon/*.h %changelog +* Tue Dec 18 2007 - seife@suse.de +- reenabled static libraries to fix ifplugd build * Wed Nov 28 2007 - crrodriguez@suse.de - libdaemon --> libdaemon0 - remove static libraries