SPECS: planner.spec - default compile without pgsql support (it's ...

jareq jareq at pld-linux.org
Mon Oct 24 19:11:46 CEST 2005


Author: jareq                        Date: Mon Oct 24 17:11:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- default compile without pgsql support (it's broken with libgda 1.9)
- rel 2
- STBR

---- Files affected:
SPECS:
   planner.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/planner.spec
diff -u SPECS/planner.spec:1.27 SPECS/planner.spec:1.28
--- SPECS/planner.spec:1.27	Sun Oct 16 23:32:11 2005
+++ SPECS/planner.spec	Mon Oct 24 19:11:40 2005
@@ -3,14 +3,14 @@
 # - add bcond evolution ? - It's experimental code
 #
 # Conditional build:
-%bcond_without	pgsql	# without PostgreSQL storage module
+%bcond_with	pgsql	# without PostgreSQL storage module
 #
 Summary:	A project management program that can help build plans, and track the progress
 Summary(pl):	System zarządzania projektem pomocny przy planowaniu i śledzeniu postępu
 Summary(pt_BR):	Planner é um programa para gerenciamento de projetos
 Name:		planner
 Version:	0.13
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/planner/0.13/%{name}-%{version}.tar.bz2
@@ -23,12 +23,13 @@
 BuildRequires:	gnome-vfs2-devel >= 2.0.2
 BuildRequires:	gtk-doc >= 1.0
 BuildRequires:	intltool >= 0.30
-BuildRequires:	libgda-devel >= 1.0
 BuildRequires:	libgnomeprintui-devel >= 2.6.0
 BuildRequires:	libgsf-devel >= 1.4.0
 BuildRequires:	libxslt-devel >= 1.1.0
 BuildRequires:	pkgconfig
 %if %{with pgsql}
+BuildRequires:	libgda-devel >= 1.0
+BuildRequires:	libgda-devel < 1.9
 BuildRequires:	postgresql-devel
 %endif
 BuildRequires:	python-devel >= 2.2
@@ -114,7 +115,7 @@
 %build
 %configure \
 	--disable-update-mimedb \
-	--enable-database \
+%{?with_pgsql:	--enable-database} \
 	--enable-gtk-doc \
 	--enable-python \
 	--enable-python-plugin \
@@ -224,6 +225,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2005/10/24 17:11:40  jareq
+- default compile without pgsql support (it's broken with libgda 1.9)
+- rel 2
+- STBR
+
 Revision 1.27  2005/10/16 21:32:11  pawcioos
 - fixed BR, added TODO
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/planner.spec?r1=1.27&r2=1.28&f=u




More information about the pld-cvs-commit mailing list