[libvoikko] Ah don't add %{?_isa} for noarch packages

paragn paragn at fedoraproject.org
Mon Jul 29 10:38:01 UTC 2013


commit 1e9264290e6c10f834f0198e4016dccf7d3b9563
Author: Parag Nemade <pnemade at redhat.com>
Date:   Mon Jul 29 16:07:38 2013 +0530

    Ah don't add %{?_isa} for noarch packages

 libvoikko.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libvoikko.spec b/libvoikko.spec
index b118460..fffd090 100644
--- a/libvoikko.spec
+++ b/libvoikko.spec
@@ -1,6 +1,6 @@
 Name:           libvoikko
 Version:        3.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Voikko is a library for spellcheckers and hyphenators
 
 Group:          System Environment/Libraries
@@ -51,7 +51,7 @@ scripts.
 %package -n     python-libvoikko
 Summary:        Python interface to %{name}
 Group:          Development/Libraries
-Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 # Note: noarch subpackage, only works in Fedora >= 11
 BuildArch:      noarch
 
@@ -114,6 +114,9 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
 
 %changelog
 * Mon Jul 29 2013 Parag <paragn AT fedoraproject DOT org> - 3.6-2
+- Ah don't add %%{?_isa} for noarch packages
+
+* Mon Jul 29 2013 Parag <paragn AT fedoraproject DOT org> - 3.6-2
 - Fix spec file to follow packaging guidelines
 
 * Sun Apr 14 2013 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.6-1


More information about the scm-commits mailing list