rpms/yelp/devel yelp.spec,1.173,1.174

Matthias Clasen mclasen at fedoraproject.org
Tue Jan 5 20:14:52 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/yelp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8056

Modified Files:
	yelp.spec 
Log Message:
Use %global



Index: yelp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yelp/devel/yelp.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -p -r1.173 -r1.174
--- yelp.spec	5 Dec 2009 00:45:20 -0000	1.173
+++ yelp.spec	5 Jan 2010 20:14:52 -0000	1.174
@@ -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 at redhat.com> - 2.28.1-2
+- Use %global instead of %define where %define doesn't work
+
 * Fri Dec  4 2009 Matthias Clasen <mclasen at redhat.com> - 2.28.1-1
 - Update to 2.28.1
 




More information about the fedora-extras-commits mailing list