From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 30 Mar 2007 14:48:09 -0000 Subject: [Cluster-devel] conga conga.spec.in.in Message-ID: <20070330144809.20617.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL5 Changes by: kupcevic at sourceware.org 2007-03-30 15:48:08 Modified files: . : conga.spec.in.in Log message: Include python-devel as build dependancy Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.45.2.28&r2=1.45.2.29 --- conga/conga.spec.in.in 2007/03/27 02:20:03 1.45.2.28 +++ conga/conga.spec.in.in 2007/03/30 14:48:08 1.45.2.29 @@ -1,7 +1,7 @@ ############################################################################### ############################################################################### ## -## Copyright (C) 2006 Red Hat, Inc. All rights reserved. +## Copyright (C) 2006-2007 Red Hat, Inc. All rights reserved. ## ## This copyrighted material is made available to anyone wishing to use, ## modify, copy, or redistribute it subject to the terms and conditions @@ -36,9 +36,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if "%{include_zope_and_plone}" == "yes" BuildRequires: python-devel >= 2.4.1 -%endif BuildRequires: glibc-devel gcc-c++ libxml2-devel sed #BuildRequires: pam-devel BuildRequires: cyrus-sasl-devel >= 2.1 @@ -93,13 +91,13 @@ Summary: Remote Management System - Management Station Requires: chkconfig initscripts -%if "%{include_zope_and_plone}" == "yes" Requires: python >= 2.4.1 +%if "%{include_zope_and_plone}" == "yes" Provides: config(luci) = %{version}-%{release} +# don't provide zope internals AutoProv: no %else AutoProv: yes -Requires: python Requires: zope Requires: plone >= 2.5 %endif