fix build on non-x86 64-bit arches
This commit is contained in:
parent
f4050615f0
commit
8e2b400587
@ -1,13 +1,13 @@
|
||||
%global bits 32
|
||||
%global debug_package %{nil}
|
||||
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 ppc64 s390x sparc64
|
||||
%global bits 64
|
||||
%endif
|
||||
|
||||
Name: jansi-native
|
||||
Version: 1.2
|
||||
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
|
||||
@ -94,6 +94,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
|
||||
%doc license.txt
|
||||
|
||||
%changelog
|
||||
* Wed Oct 26 2011 Dan Horák <dan[at]danny.cz> 1.2-2
|
||||
- fix build on non-x86 64-bit arches
|
||||
|
||||
* Thu Jul 28 2011 Marek Goldmann <mgoldman@redhat.com> 1.2-1
|
||||
- Upstream release 1.2
|
||||
- Using new jnidir
|
||||
|
||||
Loading…
Reference in New Issue
Block a user