use macro instead of (out-of-date) list of 64-bit architectures
Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
This commit is contained in:
parent
2634570643
commit
f6eca4ca79
@ -1,13 +1,9 @@
|
||||
%global bits 32
|
||||
%global bits %{__isa_bits}
|
||||
%global debug_package %{nil}
|
||||
|
||||
%ifarch x86_64 ppc64 s390x sparc64
|
||||
%global bits 64
|
||||
%endif
|
||||
|
||||
Name: jansi-native
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
@ -63,6 +59,9 @@ This package contains the API documentation for %{name}.
|
||||
%doc license.txt
|
||||
|
||||
%changelog
|
||||
* Mon Nov 25 2013 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.5-2
|
||||
- Use %__isa_bits macro to support all architectures
|
||||
|
||||
* Wed Sep 11 2013 Marek Goldmann <mgoldman@redhat.com> - 1.5-1
|
||||
- Upstream release 1.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user