Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2618763cd0 | ||
|
|
b44239b056 |
1 changed files with 5 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Name: libfreenect
|
||||
Version: 0.6.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Device driver for the Kinect
|
||||
# Core libfreenect is available as ASL 2.0 OR GPLv2
|
||||
# OpenNI driver is available as ASL 2.0
|
||||
|
|
@ -26,7 +26,6 @@ Patch5: %{name}-0.6.2-py3.patch
|
|||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: Cython
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: libusb1-devel
|
||||
|
|
@ -185,6 +184,10 @@ mv %{buildroot}%{_libdir}/OpenNI2-FreenectDriver %{buildroot}%{_libdir}/openni2/
|
|||
%{_libdir}/openni2
|
||||
|
||||
%changelog
|
||||
* Wed Sep 01 2021 Phil Wyett <philip.wyett@kathenas.org> - 0.6.2-2
|
||||
- Drop not needed Cython BuildRequires
|
||||
- Resolves: #1984287
|
||||
|
||||
* Thu Mar 04 2021 Nicolas Chauvet <kwizart@gmail.com> - 0.6.2-1
|
||||
- Update to 0.6.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue