SPECS (AC-branch): libdaemon.spec - merged from HEAD

baggins baggins at pld-linux.org
Mon May 15 01:11:53 CEST 2006


Author: baggins                      Date: Sun May 14 23:11:53 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- merged from HEAD

---- Files affected:
SPECS:
   libdaemon.spec (1.12 -> 1.12.2.1) 

---- Diffs:

================================================================
Index: SPECS/libdaemon.spec
diff -u SPECS/libdaemon.spec:1.12 SPECS/libdaemon.spec:1.12.2.1
--- SPECS/libdaemon.spec:1.12	Sat Apr 10 22:45:54 2004
+++ SPECS/libdaemon.spec	Mon May 15 01:11:48 2006
@@ -1,14 +1,18 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	static_libs	# don't build static library
+#
 Summary:	Lightweight C library which eases the writing of UNIX daemons
 Summary(pl):	Prosta biblioteka C ułatwiająca pisanie demonów uniksowych
 Name:		libdaemon
-Version:	0.6
+Version:	0.10
 Release:	1
 Epoch:		0
-License:	GPL
+License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz
-# Source0-md5:	5b83dd22fd72130cc4fdd46bd1a7fe8a
+# Source0-md5:	6812a5e4063b5016f25e9a0cebbd3dd9
 URL:		http://0pointer.de/lennart/projects/libdaemon/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -60,8 +64,10 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 %{__make}
+%{__make} doxygen
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,9 +97,11 @@
 %{_pkgconfigdir}/*.pc
 %{_mandir}/man?/*
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -101,6 +109,27 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12.2.1  2006/05/14 23:11:48  baggins
+- merged from HEAD
+
+Revision 1.18  2005/12/04 15:50:29  qboosh
+- updated to 0.10 (on LGPL now)
+
+Revision 1.17  2005/06/15 21:14:59  witekfl
+- added header "Conditional build:"
+
+Revision 1.16  2005/06/15 18:03:01  witekfl
+- added bcond_without static_libs
+
+Revision 1.15  2005/06/04 23:31:26  aredridel
+- up to 0.8
+
+Revision 1.14  2004/12/19 08:33:30  aredridel
+- build man pages
+
+Revision 1.13  2004/12/19 08:28:38  aredridel
+- up to 0.7
+
 Revision 1.12  2004/04/10 20:45:54  qboosh
 - fixed build (libtoolize), strict internal deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libdaemon.spec?r1=1.12&r2=1.12.2.1&f=u



More information about the pld-cvs-commit mailing list