SPECS: libgoffice.spec - update to 0.6.2 - add without gnome bcond

grym3k grym3k at pld-linux.org
Wed Mar 26 20:42:31 CET 2008


Author: grym3k                       Date: Wed Mar 26 19:42:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 0.6.2
- add without gnome bcond

---- Files affected:
SPECS:
   libgoffice.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/libgoffice.spec
diff -u SPECS/libgoffice.spec:1.25 SPECS/libgoffice.spec:1.26
--- SPECS/libgoffice.spec:1.25	Mon Dec 31 22:33:23 2007
+++ SPECS/libgoffice.spec	Wed Mar 26 20:42:26 2008
@@ -1,32 +1,36 @@
 # $Revision$, $Da1te: 2007/09/07 15:28:31 $
+#
+%bcond_without	gnome	#disable all GNOME components
+#
 %define		orgname	goffice
+#
 Summary:	Glib/Gtk+ set of document centric objects and utilities
 Summary(pl.UTF-8):	Zestaw zorientowanych dokumentowo obiektów i narzędzi Glib/Gtk+
 Name:		libgoffice
-Version:	0.6.1
+Version:	0.6.2
 Release:	1
 License:	GPL v2
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/goffice/0.6/%{orgname}-%{version}.tar.bz2
-# Source0-md5:	faa72fc615f34b4da8c72d06420f5260
+# Source0-md5:	f52d78cffbcfc3c13336fd308ea3926e
 BuildRequires:	GConf2-devel >= 2.20.0
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake
 BuildRequires:	cairo-devel >= 1.2.4
 BuildRequires:	gettext-devel
-BuildRequires:	gnome-common >= 2.20.0
+%{?with_gnome:BuildRequires:	gnome-common >= 2.20.0}
 BuildRequires:	gtk+2-devel >= 2:2.12.0
 BuildRequires:	gtk-doc >= 1.4
 BuildRequires:	intltool >= 0.35.0
 BuildRequires:	libart_lgpl-devel >= 2.3.11
 BuildRequires:	libglade2-devel >= 1:2.6.2
-BuildRequires:	libgnomeui-devel >= 2.20.0
-BuildRequires:	libgsf-gnome-devel >= 1.14.6
+%{?with_gnome:BuildRequires:	libgnomeui-devel >= 2.20.0}
+%{?with_gnome:BuildRequires:	libgsf-gnome-devel >= 1.14.6}
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel >= 1:2.6.26
 BuildRequires:	pcretest
 BuildRequires:	pkgconfig
-Requires:	libgsf-gnome >= 1.14.6
+%{?with_gnome:Requires:	libgsf-gnome >= 1.14.6}
 # sr at Latn vs. sr at latin
 Conflicts:	glibc-misc < 6:2.7
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -92,7 +96,7 @@
 %{__automake}
 %configure \
 	--enable-static \
-	--with-gnome \
+	%{?with_gnome:--with-gnome} \
 	--with-html-dir=%{_gtkdocdir}
 %{__make}
 
@@ -149,6 +153,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2008-03-26 19:42:26  grym3k
+- update to 0.6.2
+- add without gnome bcond
+
 Revision 1.25  2007-12-31 21:33:23  megabajt
 - updated to 0.6.1
 - added apidocs subpackage
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libgoffice.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list