Accepting request 38733 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/libdaemon based on submit request 38733 from user coolo OBS-URL: https://build.opensuse.org/request/show/38733 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdaemon?expand=0&rev=15
This commit is contained in:
parent
6e24e643a7
commit
6a8ed933fd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 24 11:38:19 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- buildrequire pkg-config to fix provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 4 02:58:54 CET 2009 - crrodriguez@suse.de
|
Wed Feb 4 02:58:54 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdaemon (Version 0.13)
|
# spec file for package libdaemon (Version 0.13)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libdaemon
|
Name: libdaemon
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen pkg-config
|
||||||
Url: http://0pointer.de/lennart/projects/libdaemon/
|
Url: http://0pointer.de/lennart/projects/libdaemon/
|
||||||
Version: 0.13
|
Version: 0.13
|
||||||
Release: 3
|
Release: 4
|
||||||
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: LGPLv2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch2: libdaemon-0.12-bnc449728.diff
|
Patch2: libdaemon-0.12-bnc449728.diff
|
||||||
@ -32,7 +32,7 @@ Patch3: libdaemon-0.13-bnc469342.diff
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package -n libdaemon0
|
%package -n libdaemon0
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
|
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
@ -67,7 +67,7 @@ Authors:
|
|||||||
Lennart Poettering <mzqnrzba (at) 0pointer (dot) de>
|
Lennart Poettering <mzqnrzba (at) 0pointer (dot) de>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: libdaemon is a lightweight C library that eases the writing of UNIX daemons.
|
Summary: libdaemon is a lightweight C library that eases the writing of UNIX daemons.
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libdaemon0 = %{version} glibc-devel
|
Requires: libdaemon0 = %{version} glibc-devel
|
||||||
@ -163,63 +163,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/libdaemon/*.h
|
%{_includedir}/libdaemon/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 04 2009 crrodriguez@suse.de
|
|
||||||
- move shared libraries to /%%{_lib} so ifplugd can use them
|
|
||||||
- remove static libraries again
|
|
||||||
* Tue Jan 27 2009 seife@suse.de
|
|
||||||
- mark filedescritor as closed after closing it, preventing
|
|
||||||
application errors in e.g. avahi (bnc#469342, bnc#442210)
|
|
||||||
Thanks to Stefan Thaeter for providing the patch.
|
|
||||||
* Thu Nov 27 2008 seife@suse.de
|
|
||||||
- update to version 0.13:
|
|
||||||
- add daemon_reset_sigs() and daemon_unblock_sigs()
|
|
||||||
- improve error handling
|
|
||||||
- obsoletes bnc-309132.patch, libdaemon-0.10-testd-fix-FD_SET.diff
|
|
||||||
* Thu Nov 27 2008 seife@suse.de
|
|
||||||
- fix compiler warning (bnc#449728)
|
|
||||||
* 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
|
|
||||||
- remove "la" files
|
|
||||||
- fix -devel package dependencies
|
|
||||||
* Thu Sep 13 2007 mauro@suse.de
|
|
||||||
- Applied a patch from upstream, to fix bnc #309132.
|
|
||||||
* 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
|
|
||||||
* Tue Jul 03 2007 maw@suse.de
|
|
||||||
- Update to version 0.11
|
|
||||||
+ automatically detect whether lynx is installed
|
|
||||||
+ properly set errno on every error condition
|
|
||||||
+ add new function daemon_close_all() to close all open file
|
|
||||||
descriptors except a given set
|
|
||||||
+ add daemon_logv(), which is identical to daemon_log(), but
|
|
||||||
takes a va_list argument
|
|
||||||
+ add daemon_execv() in similar style
|
|
||||||
+ other fixes
|
|
||||||
- Remove upstreamed libdaemon-attributes.patch.
|
|
||||||
* Thu Dec 14 2006 seife@suse.de
|
|
||||||
- fix testd build
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Sun Jan 22 2006 cthiel@suse.de
|
|
||||||
- update to version 0.10
|
|
||||||
* Mon Oct 31 2005 dmueller@suse.de
|
|
||||||
- don't build as root
|
|
||||||
* Fri Sep 23 2005 sbrabec@suse.cz
|
|
||||||
- Fixed devel dependencies.
|
|
||||||
* Tue May 31 2005 ro@suse.de
|
|
||||||
- fix libdir in pkgconfig file
|
|
||||||
* Sat Feb 05 2005 meissner@suse.de
|
|
||||||
- added attributes
|
|
||||||
* Wed Jan 19 2005 seife@suse.de
|
|
||||||
- update to version 0.7
|
|
||||||
* Thu Aug 12 2004 seife@suse.de
|
|
||||||
- add libpng to neededforbuild (now required by doxygen)
|
|
||||||
* Mon Jun 21 2004 seife@suse.de
|
|
||||||
- initial package submission
|
|
||||||
|
Loading…
Reference in New Issue
Block a user