rpms/libdaemon/devel libdaemon.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 22:41:33 UTC 2005


Author: thias

Update of /cvs/extras/rpms/libdaemon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21010/libdaemon/devel

Modified Files:
	libdaemon.spec 
Log Message:
Mass letter "l" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: libdaemon.spec
===================================================================
RCS file: /cvs/extras/rpms/libdaemon/devel/libdaemon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libdaemon.spec	10 Dec 2004 22:03:04 -0000	1.3
+++ libdaemon.spec	3 Mar 2005 22:41:31 -0000	1.4
@@ -1,27 +1,26 @@
-Summary: libdaemon is a lightweight C library that eases the writing of UNIX daemons
+Summary: Lightweight C library that eases the writing of UNIX daemons
 Name: libdaemon
 Version: 0.6
 Release: 4
-Epoch: 0
 License: GPL
 URL: http://0pointer.de/lennart/projects/libdaemon
 Group: System Environment/Libraries
 Source: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Provides: libdaemon-devel = %{epoch}:%{version}-%{release} 
+Provides: libdaemon-devel = %{version}-%{release}
 
 %description
-   libdaemon is a lightweight C library that 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.
+libdaemon is a lightweight C library that 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.
 
 %prep
 %setup -q
@@ -39,10 +38,10 @@
 
 %files
 %defattr(-,root,root,-)
+%doc README LICENSE
 %{_libdir}/pkgconfig/libdaemon.pc
 %{_libdir}/libdaemon.*
 %{_includedir}/libdaemon
-%doc README LICENSE
 
 %post -p /sbin/ldconfig
 
@@ -52,7 +51,7 @@
 * Thu May 13 2004 <aaron.bennett at olin.edu> 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  
+- removed libtool *.la files
 
 * Tue May 4 2004 <aaron.bennett at olin.edu> 0:0.6.-0.fdr.3
 - Signed packaged with GPG key
@@ -64,7 +63,7 @@
 * Thu Apr 29 2004  <abennett at olin.edu> - 0:0.6-1
 - Changed to version 0.6 of libdaemon
 
-* Wed Mar 31 2004  <abennett at olin.edu> 
+* Wed Mar 31 2004  <abennett at olin.edu>
 - Initial build.
 
 




More information about the fedora-extras-commits mailing list