From 783dfb616ac4fdd439f3467607528fa5fbc71243 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Jan 2010 20:14:52 +0000 Subject: [PATCH] Use %global --- yelp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/yelp.spec b/yelp.spec index 774c403..934c353 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,5 +1,5 @@ -%{?rhel: %define WITH_MONO 0} -%{?!WITH_MONO: %define WITH_MONO 1} +%{?rhel: %global WITH_MONO 0} +%{?!WITH_MONO: %global WITH_MONO 1} %ifarch ppc64 s390 s390x %define WITH_MONO 0 %endif @@ -20,7 +20,7 @@ Summary: Help browser for the GNOME desktop Name: yelp Version: 2.28.1 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://download.gnome.org/sources/yelp/2.28/%{name}-%{version}.tar.bz2 URL: http://live.gnome.org/Yelp Patch1: yelp-2.15.5-fedora-docs.patch @@ -161,6 +161,9 @@ update-desktop-database &> /dev/null ||: %{_datadir}/yelp %changelog +* Tue Jan 5 2010 Matthias Clasen - 2.28.1-2 +- Use %global instead of %define where %define doesn't work + * Fri Dec 4 2009 Matthias Clasen - 2.28.1-1 - Update to 2.28.1