public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rich Mattes <richmattes@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Fix cmake module installation
Date: Thu, 25 Jun 2026 05:49:53 GMT	[thread overview]
Message-ID: <178236659375.1.17558641696244227350.rpms-pcl-60e2064a42e6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 60e2064a42e6941f4d48ff0e9db5ff56035b0450
Author : Rich Mattes <richmattes@gmail.com>
Date   : 2019-03-23T19:52:51-04:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/60e2064a42e6941f4d48ff0e9db5ff56035b0450?branch=f44

Log:
Fix cmake module installation

---
diff --git a/pcl.spec b/pcl.spec
index 09474c6..a3e0046 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -2,7 +2,7 @@
 
 Name:           pcl
 Version:        1.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for point cloud processing
 License:        BSD
 URL:            http://pointclouds.org/
@@ -160,7 +160,8 @@ done
 rm $RPM_BUILD_ROOT%{_bindir}/{openni_fast_mesh,openni_ii_normal_estimation,openni_voxel_grid} ||:
 
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/cmake/pcl
-mv $RPM_BUILD_ROOT%{_datadir}/%{name}-*/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/pcl
+mv $RPM_BUILD_ROOT%{_datadir}/%{name}-*/*.cmake $RPM_BUILD_ROOT%{_libdir}/cmake/pcl/
+mv $RPM_BUILD_ROOT%{_datadir}/%{name}-*/Modules $RPM_BUILD_ROOT%{_libdir}/cmake/pcl/
 
 %check
 ARGS='-V' make -C build test || true
@@ -191,6 +192,9 @@ ARGS='-V' make -C build test || true
 %doc build/doc/advanced/advanced
 
 %changelog
+* Sat Mar 23 2019 Rich Mattes <richmattes@gmail.com> - 1.9.1-3
+- Fix cmake module installation
+
 * Mon Mar 18 2019 Orion Poplawski <orion@nwra.com> - 1.9.1-2
 - Rebuild for vtk 8.2
 

                 reply	other threads:[~2026-06-25  5:49 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=178236659375.1.17558641696244227350.rpms-pcl-60e2064a42e6@fedoraproject.org \
    --to=richmattes@gmail.com \
    --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