SPECS: libcroco.spec, libcss.spec, libdaemon.spec, libdbi.spec, li...

witekfl witekfl at pld-linux.org
Wed Jun 15 20:03:07 CEST 2005


Author: witekfl                      Date: Wed Jun 15 18:03:07 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bcond_without static_libs

---- Files affected:
SPECS:
   libcroco.spec (1.14 -> 1.15) , libcss.spec (1.24 -> 1.25) , libdaemon.spec (1.15 -> 1.16) , libdbi.spec (1.25 -> 1.26) , libdc1394.spec (1.13 -> 1.14) , libdivxdecore.spec (1.25 -> 1.26) , libdnet.spec (1.7 -> 1.8) , libdockapp.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/libcroco.spec
diff -u SPECS/libcroco.spec:1.14 SPECS/libcroco.spec:1.15
--- SPECS/libcroco.spec:1.14	Sat Nov 27 20:21:09 2004
+++ SPECS/libcroco.spec	Wed Jun 15 20:03:01 2005
@@ -2,6 +2,7 @@
 #
 %define	_mver	0.6
 #
+%bcond_without	static_libs	# don't build static library
 Summary:	A CSS2 parsing library
 Summary(pl):	Biblioteka analizująca CSS2
 Name:		libcroco
@@ -66,7 +67,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -102,9 +104,11 @@
 #%%{_mandir}/man1/croco-config.1*
 %{_examplesdir}/%{name}-%{version}
 
+%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
@@ -112,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/06/15 18:03:01  witekfl
+- added bcond_without static_libs
+
 Revision 1.14  2004/11/27 19:21:09  saq
 - massive attack: more BR epoch fixes
 

================================================================
Index: SPECS/libcss.spec
diff -u SPECS/libcss.spec:1.24 SPECS/libcss.spec:1.25
--- SPECS/libcss.spec:1.24	Sun Aug 22 21:07:57 2004
+++ SPECS/libcss.spec	Wed Jun 15 20:03:01 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%bcond_without	static_libs	# don't build static library
 Summary:	Implementation of DVD CSS authentication protocol and decryption algorithm
 Summary(pl):	Implementacja algorytmu uwierzytelniania i deszyfrowania DVD CSS
 Name:		libcss
@@ -87,7 +88,8 @@
 %{__automake}
 %configure \
 	--enable-shared \
-	--with-kernel-includes=/usr/include
+	--with-kernel-includes=/usr/include \
+	%{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -118,9 +120,11 @@
 %{_includedir}/css.h
 %{_aclocaldir}/*.m4
 
+%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
@@ -128,6 +132,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2005/06/15 18:03:01  witekfl
+- added bcond_without static_libs
+
 Revision 1.24  2004/08/22 19:07:57  qboosh
 - don't use kernel headers in userspace (fixes build)
 - added .la, pl fixes, removed bogus gtk+-devel dep, release 7

================================================================
Index: SPECS/libdaemon.spec
diff -u SPECS/libdaemon.spec:1.15 SPECS/libdaemon.spec:1.16
--- SPECS/libdaemon.spec:1.15	Sun Jun  5 01:31:26 2005
+++ SPECS/libdaemon.spec	Wed Jun 15 20:03:01 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%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
@@ -60,7 +61,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 %{__make}
 %{__make} doxygen
 
@@ -92,9 +94,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
@@ -102,6 +106,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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
 

================================================================
Index: SPECS/libdbi.spec
diff -u SPECS/libdbi.spec:1.25 SPECS/libdbi.spec:1.26
--- SPECS/libdbi.spec:1.25	Sat Jan 17 22:17:29 2004
+++ SPECS/libdbi.spec	Wed Jun 15 20:03:01 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%bcond_without	static_libs	# don't build static library
 Summary:	Database Independent Abstraction Layer for C
 Summary(pl):	Warstwa DBI dla C
 Name:		libdbi
@@ -62,7 +63,8 @@
 %{__aclocal}
 %{__automake}
 %{__autoconf}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -91,9 +93,11 @@
 %{_libdir}/libdbi.la
 %{_includedir}/dbi
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libdbi.a
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -101,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2005/06/15 18:03:01  witekfl
+- added bcond_without static_libs
+
 Revision 1.25  2004/01/17 21:17:29  qboosh
 - updated to 0.7.2
 - removed R: for -dbd - not needed for only development, breaks bootstrap

================================================================
Index: SPECS/libdc1394.spec
diff -u SPECS/libdc1394.spec:1.13 SPECS/libdc1394.spec:1.14
--- SPECS/libdc1394.spec:1.13	Sat Feb 19 18:38:35 2005
+++ SPECS/libdc1394.spec	Wed Jun 15 20:03:01 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%bcond_without	static_libs	# don't build static library
 Summary:	Library for 1394 Digital Camera Specification
 Summary(pl):	Biblioteka dla specyfikacji Kamera Cyfrowa 1394
 Name:		libdc1394
@@ -65,7 +66,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -92,9 +94,11 @@
 %{_libdir}/libdc1394_control.la
 %{_includedir}/libdc1394
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libdc1394_control.a
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -102,6 +106,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/06/15 18:03:01  witekfl
+- added bcond_without static_libs
+
 Revision 1.13  2005/02/19 17:38:35  qboosh
 - updated to 1.1.0 (note: new soname)
 

================================================================
Index: SPECS/libdivxdecore.spec
diff -u SPECS/libdivxdecore.spec:1.25 SPECS/libdivxdecore.spec:1.26
--- SPECS/libdivxdecore.spec:1.25	Mon Apr 26 18:42:50 2004
+++ SPECS/libdivxdecore.spec	Wed Jun 15 20:03:01 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%bcond_without	static_libs	# don't build static library
 Summary:	OpenDivX - MPEG-4 implementation
 Summary(pl):	OpenDivX - implementacja dekodera MPEG-4
 Name:		libdivxdecore
@@ -55,7 +56,8 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 
 %{__make}
 
@@ -81,9 +83,11 @@
 %{_libdir}/*.la
 %{_includedir}/divx
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/*.a
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -91,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2005/06/15 18:03:01  witekfl
+- added bcond_without static_libs
+
 Revision 1.25  2004/04/26 16:42:50  adamg
 - release 6 for Ac (5 is for Ra)
 

================================================================
Index: SPECS/libdnet.spec
diff -u SPECS/libdnet.spec:1.7 SPECS/libdnet.spec:1.8
--- SPECS/libdnet.spec:1.7	Sun Jun  6 00:20:02 2004
+++ SPECS/libdnet.spec	Wed Jun 15 20:03:01 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%bcond_without	static_libs	# don't build static library
 Summary:	Interface to several low-level networking routines
 Summary(pl):	Interfejs do niektórych niskopoziomowych funkcji sieciowych
 Name:		libdnet
@@ -80,7 +81,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	%{!?with_static_libs:--disable-static}
 %{__make}
 
 %install
@@ -109,9 +111,11 @@
 %{_includedir}/*.h
 %{_mandir}/man3/*
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+%endif
 
 %files progs
 %defattr(644,root,root,755)
@@ -124,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/06/15 18:03:01  witekfl
+- added bcond_without static_libs
+
 Revision 1.7  2004/06/05 22:20:02  qboosh
 - updated to 1.8, updated am patch, added ac patch, removed obsolete lt patch
 

================================================================
Index: SPECS/libdockapp.spec
diff -u SPECS/libdockapp.spec:1.31 SPECS/libdockapp.spec:1.32
--- SPECS/libdockapp.spec:1.31	Sun Jan 11 10:34:07 2004
+++ SPECS/libdockapp.spec	Wed Jun 15 20:03:01 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%bcond_without	static_libs	# don't build static library
 Summary:	DockApp Making Standard Library
 Summary(pl):	Biblioteka do tworzenia dokowalnych aplikacji
 Summary(pt_BR):	Biblioteca para desenvolver aplicativos dock
@@ -74,7 +75,8 @@
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%configure 
+%configure \
+	%{!?with_static_libs:--disable-static}
 
 %{__make}
 
@@ -111,9 +113,11 @@
 %{_includedir}/*
 %{_examplesdir}/%name-%{version}
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libdockapp.a
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -121,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2005/06/15 18:03:01  witekfl
+- added bcond_without static_libs
+
 Revision 1.31  2004/01/11 09:34:07  qboosh
 - fixed post/postun
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libcroco.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/libcss.spec?r1=1.24&r2=1.25&f=u
    http://cvs.pld-linux.org/SPECS/libdaemon.spec?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/SPECS/libdbi.spec?r1=1.25&r2=1.26&f=u
    http://cvs.pld-linux.org/SPECS/libdc1394.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/libdivxdecore.spec?r1=1.25&r2=1.26&f=u
    http://cvs.pld-linux.org/SPECS/libdnet.spec?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/SPECS/libdockapp.spec?r1=1.31&r2=1.32&f=u




More information about the pld-cvs-commit mailing list