From 72e2da4804a84d26ba90bcef6ec6e521318c8671 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Oct 21 2005 16:15:30 +0000 Subject: merge in extras specfile stuff --- diff --git a/libdaemon.spec b/libdaemon.spec index 0ca8d85..d53139b 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -14,6 +14,16 @@ BuildRequires: lynx %description libdaemon is a lightweight 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() +* An API for running subprocesses with STDOUT and STDERR redirected + to syslog. %package devel Group: Development/Libraries @@ -37,13 +47,13 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +%clean +rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %doc LICENSE README @@ -59,4 +69,28 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Oct 20 2005 Alexander Larsson - 0.8-1 -- Fedora specfile, loosely based on specfile from tarball +- Update to 0.8, move from extras to core, split out devel package + +* Sun May 22 2005 Jeremy Katz - 0.6-6 +- rebuild on all arches + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Thu May 13 2004 Aaron Bennett 0:0.6-0.fdr.4 +- Added post and postun scripts to run ldconfig +- changed group to standard System/Libraries group +- removed libtool *.la files + +* Tue May 4 2004 Aaron Bennett 0:0.6.-0.fdr.3 +- Signed packaged with GPG key + +* Tue May 4 2004 Aaron Bennett - 0:0.6-0.fdr.2 +- Changed URL and Source tag for Fedora.us packaging compliance +- Incremented release tag + +* Thu Apr 29 2004 Aaron Bennett - 0:0.6-1 +- Changed to version 0.6 of libdaemon + +* Wed Mar 31 2004 Aaron Bennett +- Initial build.