[libHX] Add %{?_isa}

Till Maas till at fedoraproject.org
Thu Nov 24 19:19:59 UTC 2011


commit 8f4906765538e210aaae150e3920f56993143116
Author: Till Maas <opensource at till.name>
Date:   Thu Nov 24 20:19:55 2011 +0100

    Add %{?_isa}

 libHX.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libHX.spec b/libHX.spec
index 5a58a75..401d9be 100644
--- a/libHX.spec
+++ b/libHX.spec
@@ -1,6 +1,6 @@
 Name:           libHX
 Version:        3.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Useful collection of routines for C and C++ programming
 
 Group:          System Environment/Libraries
@@ -29,7 +29,7 @@ code) a developer has to spend for otherwise implementing such.
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       pkgconfig
 
 %description    devel
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov 24 2011 Till Maas <opensource at till.name> - 3.6-3
+- Add %%{?_isa}
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list