public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: openni is exclusive for x86
@ 2026-06-25  5:49 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-25  5:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : 16e130ca9a4ea96a5c881a4a64a10bc20409351d
Author : Dan Horák <dan@danny.cz>
Date   : 2012-01-08T17:33:42+01:00
Stats  : +8/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/16e130ca9a4ea96a5c881a4a64a10bc20409351d?branch=f44

Log:
openni is exclusive for x86

---
diff --git a/pcl.spec b/pcl.spec
index 100aec9..50bdfa7 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -1,6 +1,6 @@
 Name:           pcl
 Version:        1.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for point cloud processing
 
 Group:          System Environment/Libraries
@@ -23,7 +23,10 @@ BuildRequires:  tetex-latex
 # mandatory
 BuildRequires:  eigen3-devel, flann-devel, cminpack-devel, vtk-devel, gl2ps-devel
 # optional
-BuildRequires:  qhull-devel, openni-devel, libusb1-devel, gtest-devel
+BuildRequires:  qhull-devel, libusb1-devel, gtest-devel
+%ifarch %{ix86} x86_64
+BuildRequires:  openni-devel
+%endif
 
 %description
 The Point Cloud Library (or PCL) is a large scale, open project for point
@@ -175,6 +178,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 08 2012 Dan Horák <dan[at]danny.cz> - 1.3.1-3
+- openni is exclusive for x86
+
 * Fri Dec 23 2011 Tim Niemueller <tim@niemueller.de> - 1.3.1-2
 - Make sure documentation is not in main package
 

^ 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: openni is exclusive for x86 

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