Use %global

This commit is contained in:
Matthias Clasen 2010-01-05 20:14:52 +00:00
parent 07cb368d87
commit 783dfb616a

View File

@ -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 <mclasen@redhat.com> - 2.28.1-2
- Use %global instead of %define where %define doesn't work
* Fri Dec 4 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
- Update to 2.28.1