public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/palp] rawhide: Stop building for 32-bit x86
@ 2026-06-11 17:22 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-11 17:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/palp
Branch : rawhide
Commit : 65380913fbd06de7bac171db71dd0a28b80faf87
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-11T11:21:49-06:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/palp/c/65380913fbd06de7bac171db71dd0a28b80faf87?branch=rawhide
Log:
Stop building for 32-bit x86
---
diff --git a/palp.spec b/palp.spec
index 4be576d..a73dd5c 100644
--- a/palp.spec
+++ b/palp.spec
@@ -16,7 +16,8 @@ Patch: %{name}-latte.patch
# https://gitlab.com/stringstuwien/PALP/-/merge_requests/8
Patch: %{name}-use-after-free.patch
-%global _docdir_fmt %{name}
+# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
BuildRequires: gcc
BuildRequires: help2man
@@ -31,6 +32,8 @@ Requires: grep
Recommends: latte-integrale
Recommends: Singular
+%global _docdir_fmt %{name}
+
%description
PALP contains routines for vertex and facet enumeration, computation of
incidences and symmetries, as well as completion of the set of lattice
@@ -50,7 +53,6 @@ Summary: Documentation for palp
%description doc
Documentation for palp.
-
%prep
%autosetup -p1
@@ -75,7 +77,6 @@ for file in poly class cws nef mori; do
<<< e | sed '$d' | sed '$d' | sed '$d' > man/${file}.x.1
done
-
%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
pushd bin
@@ -97,6 +98,5 @@ cp -p man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
%files doc
%doc 1205.4147v1.pdf
-
%changelog
%autochangelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 17:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 17:22 [rpms/palp] rawhide: Stop building for 32-bit x86 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox