rpms/lyx/devel lyx.spec,1.87,1.88

Rex Dieter rdieter at fedoraproject.org
Wed Mar 4 18:37:47 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/lyx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4900

Modified Files:
	lyx.spec 
Log Message:
* Wed Mar 04 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.6.1-3
- --without-included-boost (f11+)



Index: lyx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lyx/devel/lyx.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- lyx.spec	25 Feb 2009 22:29:44 -0000	1.87
+++ lyx.spec	4 Mar 2009 18:37:16 -0000	1.88
@@ -1,8 +1,12 @@
 
+%if 0%{?fedora} > 10
+%define _without_included_boost --without-included-boost
+%endif
+
 Summary: WYSIWYM (What You See Is What You Mean) document processor
 Name:	 lyx
 Version: 1.6.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2+
 Group: 	 Applications/Publishing
@@ -19,7 +23,9 @@
 
 BuildRequires: aiksaurus-devel
 BuildRequires: aspell-devel
-#BuildRequires: boost-devel
+%if 0%{?_without_included_boost:1}
+BuildRequires: boost-devel
+%endif
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: python
@@ -91,12 +97,13 @@
 %build
 
 %configure \
+  --disable-dependency-tracking \
   --disable-rpath \
   --enable-build-type=release \
   --enable-optimization="%{optflags}" \
   --with-aiksaurus \
   --with-aspell \
-  --disable-dependency-tracking
+  %{?_without_included_boost}
 
 make %{?_smp_mflags}
 
@@ -182,6 +189,9 @@
 
 
 %changelog
+* Wed Mar 04 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.6.1-3
+- --without-included-boost (f11+)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list