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

baggins baggins at pld-linux.org
Mon May 15 15:10:17 CEST 2006


Author: baggins                      Date: Mon May 15 13:10:17 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- merged from HEAD

---- Files affected:
SPECS:
   libsigc++.spec (1.59 -> 1.59.2.1) 

---- Diffs:

================================================================
Index: SPECS/libsigc++.spec
diff -u SPECS/libsigc++.spec:1.59 SPECS/libsigc++.spec:1.59.2.1
--- SPECS/libsigc++.spec:1.59	Wed May 11 22:12:00 2005
+++ SPECS/libsigc++.spec	Mon May 15 15:10:12 2006
@@ -1,15 +1,19 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	static_libs	# don't build static library
+#
 Summary:	The Typesafe Signal Framework for C++
 Summary(pl):	Środowisko sygnałów z kontrolą typów dla C++
 Name:		libsigc++
-Version:	2.0.12
+Version:	2.0.17
 Release:	1
 Epoch:		1
 License:	LGPL
 Vendor:		Karl E. Nelson <kenelson at ece.ucdavis.edu>
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.0/%{name}-%{version}.tar.bz2
-# Source0-md5:	edd1ad751057e82742edaa73ac5353f2
+# Source0-md5:	fde0ee69e3125e982746d9fe005763e1
 URL:		http://libsigc.sourceforge.net/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1.9
@@ -46,6 +50,7 @@
 Summary(pl):	Narzędzia programistyczne do środowiska libsig++
 Group:		Development/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	libstdc++-devel
 Requires:	m4
 
 %description devel
@@ -86,8 +91,9 @@
 %{__aclocal} -I scripts
 %{__autoconf}
 %{__automake}
-%configure
-%{__make}
+%configure \
+	%{!?with_static_libs:--disable-static}
+%{__make} all check
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -120,9 +126,11 @@
 %defattr(644,root,root,755)
 %doc devel-docs/*
 
+%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
@@ -130,6 +138,39 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59.2.1  2006/05/15 13:10:12  baggins
+- merged from HEAD
+
+Revision 1.69  2005/12/20 22:53:29  pluto
+- run testsuite.
+
+Revision 1.68  2005/12/20 20:08:26  qboosh
+- updated to 2.0.17
+
+Revision 1.67  2005/08/02 10:55:31  freetz
+- 2.0.16
+
+Revision 1.66  2005/07/07 13:11:14  freetz
+- 2.0.15
+
+Revision 1.65  2005/06/27 22:45:39  zbyniu
+- R: libstdc++-devel in -devel, rel 2, STBR
+
+Revision 1.64  2005/06/15 21:14:59  witekfl
+- added header "Conditional build:"
+
+Revision 1.63  2005/06/15 17:30:50  witekfl
+- s/bcond_without static/bcond_without static_libs/
+
+Revision 1.62  2005/06/15 15:42:35  witekfl
+- added bcond_without static
+
+Revision 1.61  2005/06/11 18:56:47  freetz
+ - 2.0.14
+
+Revision 1.60  2005/05/15 19:26:59  adamg
+- release 2 for Th
+
 Revision 1.59  2005/05/11 20:12:00  freetz
 - 2.0.12
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libsigc++.spec?r1=1.59&r2=1.59.2.1&f=u



More information about the pld-cvs-commit mailing list