public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Build documentation targets individually
@ 2026-06-25 5:49 Rich Mattes
0 siblings, 0 replies; only message in thread
From: Rich Mattes @ 2026-06-25 5:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pcl
Branch : f44
Commit : f7866fe8bf0195a4ca67564d467f45a82ca7b4bf
Author : Rich Mattes <richmattes@gmail.com>
Date : 2016-12-28T14:04:40-05:00
Stats : +6/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/f7866fe8bf0195a4ca67564d467f45a82ca7b4bf?branch=f44
Log:
Build documentation targets individually
---
diff --git a/pcl.spec b/pcl.spec
index ec7da7b..44dec94 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -122,7 +122,9 @@ pushd build
# Don't use mflags, we're hitting out of memory errors on the koji builders
make %{?_smp_mflags}
-make doc tutorials advanced
+make doc
+make tutorials
+make advanced
popd
%install
@@ -157,8 +159,8 @@ rm $RPM_BUILD_ROOT%{_bindir}/{openni_fast_mesh,openni_ii_normal_estimation,openn
mkdir -p $RPM_BUILD_ROOT%{_libdir}/cmake/pcl
mv $RPM_BUILD_ROOT%{_datadir}/%{name}-*/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/pcl
-#%check
-#make -C build test || true
+%check
+ARGS='-V' make -C build test || true
%post -p /sbin/ldconfig
@@ -167,7 +169,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/%{name}-*/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/
%files
%license LICENSE.txt
-%doc AUTHORS.txt
+%doc AUTHORS.txt
%{_libdir}/*.so.*
%{_datadir}/%{name}-%{apiversion}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 5:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 5:49 [rpms/pcl] f44: Build documentation targets individually Rich Mattes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox