Rebuilt for new ABI
This commit is contained in:
parent
caed0572c9
commit
8796352194
@ -5,7 +5,7 @@
|
||||
|
||||
Name: libfreenect
|
||||
Version: 0.6.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?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
|
||||
@ -155,8 +155,8 @@ mv %{buildroot}%{_libdir}/OpenNI2-FreenectDriver %{buildroot}%{_libdir}/openni2/
|
||||
%license APACHE20 GPL2
|
||||
%doc README.md CONTRIB
|
||||
/lib/udev/rules.d/*
|
||||
%{_libdir}/libfreenect.so.*
|
||||
%{_libdir}/libfreenect_sync.so.*
|
||||
%{_libdir}/libfreenect.so.0*
|
||||
%{_libdir}/libfreenect_sync.so.0*
|
||||
%exclude %{_bindir}/freenect-cvdemo
|
||||
%exclude %{_bindir}/fakenect
|
||||
%{_bindir}/freenect-*
|
||||
@ -191,6 +191,9 @@ mv %{buildroot}%{_libdir}/OpenNI2-FreenectDriver %{buildroot}%{_libdir}/openni2/
|
||||
%{_libdir}/openni2
|
||||
|
||||
%changelog
|
||||
* Tue Mar 03 2020 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-3
|
||||
- Update to new ABI
|
||||
|
||||
* Fri Feb 28 2020 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-2
|
||||
- Rebuilt to keep previous ABI
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user