Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37556104
en ru br
Репозитории ALT
S:0.14-alt2.1
5.1: 0.13-alt2
4.1: 0.12-alt2
4.0: 0.12-alt1
3.0: 0.6-alt1
www.altlinux.org/Changes

Группа :: Система/Настройка/Сеть
Пакет: libdaemon

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: libdaemon
Version: 0.6
Release: alt1

Summary: Lightweight C library which eases the writing of UNIX daemons
License: GPL
Group: System/Configuration/Networking

Url: http://www.stud.uni-hamburg.de/users/lennart/projects/%name
Source: %url/%name-%version.tar.gz

# Automatically added by buildreq on Thu Apr 08 2004

BuildRequires: doxygen gcc-c++ hostinfo libstdc++-devel lynx mailcap

%description
libdaemon is a leightweight C library which eases the writing of UNIX daemons.
It consists of the following parts:

* A wrapper around fork() which does the correct daemonization
  procedure of a process
* A wrapper around syslog() for simpler and compatible log output to
  Syslog or STDERR
* An API for writing PID files
* An API for serializing UNIX signals into a pipe for usage with
  select() or poll()

Routines like these are included in most of the daemon software available. It
is not that simple to get it done right and code duplication cannot be a goal.

%package devel
Summary: Development part of libdaemon
License: GPL
Group: Development/C
Requires: %name = %version-%release

%description devel
This is the development part (header files and documentation) for
%name.

%if_enabled static
%package devel-static
Summary: Static libraries from libdaemon
License: GPL
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
This package contains static library to build statically linked %name
applications.
%endif

%prep
%setup -q

%build
%configure
%make_build

%install
%makeinstall
%__install -d %buildroot%_man3dir
%__cp -a doc/reference/man/man3/* %buildroot%_man3dir/

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%_libdir/*.so.*

%files devel
%doc doc/README doc/reference/html/
%_man3dir/*
%_libdir/*.so
%_libdir/pkgconfig/*
%_includedir/*/*

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin