From 273945ed15d129eebf5ca6716b03222fcb742178 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 1 Sep 2009 19:31:48 +0000 Subject: [PATCH] - fix build requirements for f12 rebuild on s390x, add libeconduit.so.* to main package (s390x only) --- evolution.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/evolution.spec b/evolution.spec index 3e69900..b8afc79 100644 --- a/evolution.spec +++ b/evolution.spec @@ -25,11 +25,7 @@ %define libpst_support 1 %define krb5_support 1 %define nntp_support 1 -%ifnarch s390 s390x %define nm_support 1 -%else -%define nm_support 0 -%endif %ifarch s390 s390x %define build_conduits 0 %else @@ -43,7 +39,7 @@ Name: evolution Version: 2.27.5 -Release: 3%{?dist} +Release: 3.1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME License: GPLv2+ and GFDL @@ -619,6 +615,11 @@ rm -rf $RPM_BUILD_ROOT %{evo_plugin_dir}/org-gnome-evolution-webdav.eplug %{evo_plugin_dir}/liborg-gnome-evolution-webdav.so +# +# we don't have a conduits subpackage on s390*, but libeconduit.so* exists +%if ! %{build_conduits} +%{_libdir}/evolution/%{evo_major}/libeconduit.so* +%endif %files devel %defattr(-, root, root) @@ -693,6 +694,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Sep 01 2009 Karsten Hopp 2.27.5-3.1 +- fix build requirements for f12 rebuild on s390x, add libeconduit.so.* to + main package (s390x only) + * Tue Jul 28 2009 Milan Crha - 2.27.5-3.fc12 - Enable pst-import plugin (RH bug #493049)