public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Till Hofmann <thofmann@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Only pull in java-devel on java arches
Date: Thu, 25 Jun 2026 05:50:23 GMT [thread overview]
Message-ID: <178236662304.1.5393941421693907016.rpms-pcl-1da79d2c3977@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pcl
Branch : f44
Commit : 1da79d2c3977f3fa1f4f77b4d3df4badee65a1eb
Author : Till Hofmann <thofmann@fedoraproject.org>
Date : 2022-07-17T12:36:45+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/1da79d2c3977f3fa1f4f77b4d3df4badee65a1eb?branch=f44
Log:
Only pull in java-devel on java arches
Some arches do not have java support, do not pull in java on those.
Fixes bz#2104087.
---
diff --git a/pcl.spec b/pcl.spec
index 5bb6965..d3b3ae1 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -35,8 +35,12 @@ BuildRequires: doxygen, graphviz, /usr/bin/sphinx-build
# mandatory
BuildRequires: eigen3-static, flann-devel, vtk-devel, gl2ps-devel, hdf5-devel, libxml2-devel, netcdf-cxx-devel, jsoncpp-devel, metslib-static, libXext-devel
+
# To fix Imported target "VTK::Java" includes non-existent path "/usr/lib/jvm/java/include" in its INTERFACE_INCLUDE_DIRECTORIES
+%ifarch %{java_arches}
BuildRequires: java-devel
+%endif
+
# optional
BuildRequires: qt5-qtbase-devel, qhull-devel, libusbx-devel, gtest-devel, qt5-qtwebkit-devel
%ifarch %{ix86} x86_64
reply other threads:[~2026-06-25 5:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178236662304.1.5393941421693907016.rpms-pcl-1da79d2c3977@fedoraproject.org \
--to=thofmann@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox