[yelp] Make yelp-libs dep arch-specific, thanks to Michael Schwendt (#967180)

Kalev Lember kalev at fedoraproject.org
Sat May 25 11:13:20 UTC 2013


commit 7b36698e4331af1d68f2748754c67ccd1b47704d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 25 12:33:07 2013 +0200

    Make yelp-libs dep arch-specific, thanks to Michael Schwendt (#967180)

 yelp.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/yelp.spec b/yelp.spec
index b0a3fb5..1c3fcdf 100644
--- a/yelp.spec
+++ b/yelp.spec
@@ -2,7 +2,7 @@ Summary: Help browser for the GNOME desktop
 Name: yelp
 Epoch: 1
 Version: 3.8.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 #VCS: git:git://git.gnome.org/yelp
 Source: http://download.gnome.org/sources/yelp/3.8/%{name}-%{version}.tar.xz
 
@@ -16,7 +16,7 @@ URL: http://live.gnome.org/Yelp
 License: GPLv2+
 Group: Applications/System
 Requires: gnome-user-docs
-Requires: yelp-libs = %{epoch}:%{version}-%{release}
+Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
 Requires: yelp-xsl
 
 Requires(post):   desktop-file-utils
@@ -53,7 +53,7 @@ This package contains libraries used by the yelp help browser.
 %package devel
 Summary: Development files for yelp-libs
 Group: Development/Libraries
-Requires: %{name}-libs = %{epoch}:%{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
 
 %description devel
 This package contains header files and documentation for
@@ -127,6 +127,9 @@ gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Sat May 25 2013 Kalev Lember <kalevlember at gmail.com> - 1:3.8.1-3
+- Make yelp-libs dep arch-specific, thanks to Michael Schwendt (#967180)
+
 * Sat May 18 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1:3.8.1-2
 - yelp should depend on yelp-libs not the other way around
 


More information about the scm-commits mailing list