From 1e9264290e6c10f834f0198e4016dccf7d3b9563 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 29 Jul 2013 16:07:38 +0530 Subject: [PATCH] Ah don't add %{?_isa} for noarch packages --- libvoikko.spec | 7 +++++-- 1 file 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 @@ -113,6 +113,9 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/ %{python_sitelib}/%{name}.py* %changelog +* Mon Jul 29 2013 Parag - 3.6-2 +- Ah don't add %%{?_isa} for noarch packages + * Mon Jul 29 2013 Parag - 3.6-2 - Fix spec file to follow packaging guidelines