Use %global
This commit is contained in:
parent
07cb368d87
commit
783dfb616a
@ -1,5 +1,5 @@
|
|||||||
%{?rhel: %define WITH_MONO 0}
|
%{?rhel: %global WITH_MONO 0}
|
||||||
%{?!WITH_MONO: %define WITH_MONO 1}
|
%{?!WITH_MONO: %global WITH_MONO 1}
|
||||||
%ifarch ppc64 s390 s390x
|
%ifarch ppc64 s390 s390x
|
||||||
%define WITH_MONO 0
|
%define WITH_MONO 0
|
||||||
%endif
|
%endif
|
||||||
@ -20,7 +20,7 @@
|
|||||||
Summary: Help browser for the GNOME desktop
|
Summary: Help browser for the GNOME desktop
|
||||||
Name: yelp
|
Name: yelp
|
||||||
Version: 2.28.1
|
Version: 2.28.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source: http://download.gnome.org/sources/yelp/2.28/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/yelp/2.28/%{name}-%{version}.tar.bz2
|
||||||
URL: http://live.gnome.org/Yelp
|
URL: http://live.gnome.org/Yelp
|
||||||
Patch1: yelp-2.15.5-fedora-docs.patch
|
Patch1: yelp-2.15.5-fedora-docs.patch
|
||||||
@ -161,6 +161,9 @@ update-desktop-database &> /dev/null ||:
|
|||||||
%{_datadir}/yelp
|
%{_datadir}/yelp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 4 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
|
||||||
- Update to 2.28.1
|
- Update to 2.28.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user