From 004bf77ab1b1ebbb6cb4eb07c69444633f31c6dce38ed240e11664645ceb5762 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Nov 2011 19:20:41 +0000 Subject: [PATCH] Accepting request 90072 from openSUSE:Factory:ARM fix build on arm OBS-URL: https://build.opensuse.org/request/show/90072 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=69 --- libproxy-plugins.spec | 7 +++++-- libproxy.changes | 5 +++++ libproxy.spec | 7 +++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/libproxy-plugins.spec b/libproxy-plugins.spec index 40b73be..9286a85 100644 --- a/libproxy-plugins.spec +++ b/libproxy-plugins.spec @@ -1,5 +1,5 @@ # -# spec file for package libproxy +# spec file for package libproxy-plugins # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,10 +18,14 @@ %define build_core_not_modules 0 %if 0%{?suse_version} +%ifnarch %arm %define have_mono 1 %else %define have_mono 0 %endif +%else +%define have_mono 0 +%endif Url: http://code.google.com/p/libproxy/ %define _name libproxy @@ -205,7 +209,6 @@ libproxy offers the following features: * extremely small core %package -n libproxy1-config-gnome - Summary: Libproxy module for GNOME configuration %else diff --git a/libproxy.changes b/libproxy.changes index c2ad0d9..ee35bd1 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 7 14:10:35 CEST 2011 - dmueller@suse.de + +- remove mono dependency for %%arm + ------------------------------------------------------------------- Wed Jul 27 14:53:34 CEST 2011 - vuntz@opensuse.org diff --git a/libproxy.spec b/libproxy.spec index a5a3784..7331fce 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -18,10 +18,14 @@ %define build_core_not_modules 1 %if 0%{?suse_version} +%ifnarch %arm %define have_mono 1 %else %define have_mono 0 %endif +%else +%define have_mono 0 +%endif Url: http://code.google.com/p/libproxy/ %define _name libproxy @@ -30,7 +34,7 @@ Name: libproxy Group: System/Libraries Summary: Libproxy provides consistent proxy configuration to applications Version: 0.4.7 -Release: 3 +Release: 5 %if 0%{?build_snapshot} %define _sourcename %{_name} %else @@ -205,7 +209,6 @@ libproxy offers the following features: * extremely small core %package -n libproxy1-config-gnome - Summary: Libproxy module for GNOME configuration %else