Author: freetz Date: Wed Aug 9 19:09:22 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - disable beagle on unsupported archs, rel.4
---- Files affected: SPECS: yelp.spec (1.75.4.10 -> 1.75.4.11) ---- Diffs: ================================================================ Index: SPECS/yelp.spec diff -u SPECS/yelp.spec:1.75.4.10 SPECS/yelp.spec:1.75.4.11 --- SPECS/yelp.spec:1.75.4.10 Wed Aug 9 20:00:21 2006 +++ SPECS/yelp.spec Wed Aug 9 21:09:17 2006 @@ -1,13 +1,18 @@ # $Revision$, $Date$ # # Conditinal build: -%bcond_without mozilla_firefox # build with mozilla-firefox +%bcond_without beagle # build without beagle support +%bcond_without mozilla_firefox # build without mozilla-firefox +# +%ifarch alpha i386 sparc sparc64 +%undefine with_beagle +%endif # Summary: A system documentation reader from the GNOME project Summary(pl): Czytnik dokumentacji z projektu GNOME Name: yelp Version: 2.14.3 -Release: 3 +Release: 4 License: GPL Group: X11/Applications Source0: http://ftp.gnome.org/pub/gnome/sources/yelp/2.14/%{name}-%{version}.tar.bz2 @@ -20,7 +25,7 @@ BuildRequires: ORBit2-devel >= 1:2.14.0 BuildRequires: autoconf BuildRequires: automake -BuildRequires: beagle-devel >= 0.2.7 +%{?with_beagle:BuildRequires: beagle-devel >= 0.2.7} BuildRequires: bzip2-devel BuildRequires: gnome-common >= 2.12.0 BuildRequires: gnome-doc-utils >= 0.4.0 @@ -118,6 +123,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75.4.11 2006/08/09 19:09:17 freetz +- disable beagle on unsupported archs, rel.4 + Revision 1.75.4.10 2006/08/09 18:00:21 freetz - rel.3, build by default with beagle support (beagle support detected at runtime) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/yelp.spec?r1=1.75.4.10&r2=1.75.4.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
