SPECS: lyx.spec - doesn't build with boost-1.35 ('lookup_errno' is not a me...

sls sls at pld-linux.org
Tue Jun 3 15:01:38 CEST 2008


Author: sls                          Date: Tue Jun  3 13:01:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- doesn't build with boost-1.35 ('lookup_errno' is not a member of 'fs')
  use internal boost-1.34

---- Files affected:
SPECS:
   lyx.spec (1.126 -> 1.127) 

---- Diffs:

================================================================
Index: SPECS/lyx.spec
diff -u SPECS/lyx.spec:1.126 SPECS/lyx.spec:1.127
--- SPECS/lyx.spec:1.126	Wed May 21 00:18:55 2008
+++ SPECS/lyx.spec	Tue Jun  3 15:01:32 2008
@@ -1,10 +1,14 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with	system_boost	# use system boost (currently broken, requires boost-1.34)
+#
 Summary:	A WYSIWYM frontend to LaTeX
 Summary(pl.UTF-8):	Nakładka WYSIWYM na LaTeXa
 Summary(pt_BR.UTF-8):	Editor de Textos para ambiente Desktop
 Name:		lyx
 Version:	1.5.5
-Release:	0.1
+Release:	1
 Epoch:		1
 License:	GPL
 Group:		Applications/Publishing/TeX
@@ -18,7 +22,7 @@
 BuildRequires:	aspell-devel
 BuildRequires:	autoconf >= 2.59-9
 BuildRequires:	automake
-BuildRequires:	boost-devel >= 1.35.0
+%{?with_system_boost:BuildRequires:	boost-devel >= 1.35.0}
 BuildRequires:	libstdc++-devel
 BuildRequires:	rpm-pythonprov
 BuildRequires:	sed >= 4.0
@@ -73,7 +77,7 @@
 	--with-qt4-dir=%{_libdir}/qt4 \
 	--enable-nls \
 	--without-included-gettext \
-	--without-included-boost \
+	%{?with_system_boost:--without-included-boost} \
 	%{!?debug:--without-debug} \
 	--with-frontend=qt4 \
 	--with-qt-includes=%{_includedir}/qt \
@@ -180,6 +184,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.127  2008-06-03 13:01:32  sls
+- doesn't build with boost-1.35 ('lookup_errno' is not a member of 'fs')
+  use internal boost-1.34
+
 Revision 1.126  2008-05-20 22:18:55  sls
 - ver. 1.5.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lyx.spec?r1=1.126&r2=1.127&f=u



More information about the pld-cvs-commit mailing list