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
|
Wed Nov 28 04:05:04 CET 2007 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Name: libdaemon
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
Url: http://0pointer.de/lennart/projects/libdaemon/
|
Url: http://0pointer.de/lennart/projects/libdaemon/
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 27
|
Release: 28
|
||||||
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
|
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -123,7 +123,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
%configure --disable-lynx --disable-static --with-pic
|
%configure --disable-lynx --with-pic
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -144,11 +144,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
%{_libdir}/libdaemon.so
|
%{_libdir}/libdaemon.so
|
||||||
|
%{_libdir}/libdaemon.a
|
||||||
%{_libdir}/pkgconfig/libdaemon.pc
|
%{_libdir}/pkgconfig/libdaemon.pc
|
||||||
%dir %{_includedir}/libdaemon
|
%dir %{_includedir}/libdaemon
|
||||||
%{_includedir}/libdaemon/*.h
|
%{_includedir}/libdaemon/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 18 2007 - seife@suse.de
|
||||||
|
- reenabled static libraries to fix ifplugd build
|
||||||
* Wed Nov 28 2007 - crrodriguez@suse.de
|
* Wed Nov 28 2007 - crrodriguez@suse.de
|
||||||
- libdaemon --> libdaemon0
|
- libdaemon --> libdaemon0
|
||||||
- remove static libraries
|
- remove static libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user