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