public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jansi-native] epel10: fix build on non-x86 64-bit arches
@ 2026-08-20 12:13 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-20 12:13 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/jansi-native
Branch : epel10
Commit : 8e2b4005879fdaf2768f49aba06ad606cdb70220
Author : Dan Horák <dan@danny.cz>
Date   : 2011-10-26T09:17:53+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/jansi-native/c/8e2b4005879fdaf2768f49aba06ad606cdb70220?branch=epel10

Log:
fix build on non-x86 64-bit arches

---
diff --git a/jansi-native.spec b/jansi-native.spec
index 8a7f247..8b9c506 100644
--- a/jansi-native.spec
+++ b/jansi-native.spec
@@ -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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-20 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 12:13 [rpms/jansi-native] epel10: fix build on non-x86 64-bit arches 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox