Update to release 0.4.3
- Move openni plugin to libdir/openni2/ (rhbz#1094787)
This commit is contained in:
parent
7373ead94a
commit
04dd1d3ef3
3 changed files with 17 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/libfreenect-v0.1.2.tar.bz2
|
||||
/libfreenect-de79349de52e0458da38f3eaa721f2ca4b45ff29.tar.gz
|
||||
/libfreenect-a35642fefd533c6b21864cd3bab7fefb9f0e2f00.tar.gz
|
||||
/libfreenect-9b671cd7210d16d330a88c7f4e80ce48f42d013e.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%global commit a35642fefd533c6b21864cd3bab7fefb9f0e2f00
|
||||
%global commit 9b671cd7210d16d330a88c7f4e80ce48f42d013e
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%{?filter_setup:
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
Name: libfreenect
|
||||
Version: 0.4.2
|
||||
Version: 0.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Device driver for the Kinect
|
||||
License: GPLv2+ or ASL 2.0
|
||||
|
|
@ -124,15 +124,23 @@ popd
|
|||
%install
|
||||
rm -rf %{buildroot}
|
||||
make -C build install DESTDIR=%{buildroot}
|
||||
|
||||
# Install the kinect udev rule
|
||||
mkdir -p %{buildroot}/lib/udev/rules.d
|
||||
install -p -m 0644 platform/linux/udev/51-kinect.rules %{buildroot}/lib/udev/rules.d
|
||||
|
||||
# Delete libtool archives
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# Move the fwfetcher script to the correct datadir
|
||||
mkdir -p %{buildroot}%{_datadir}/%{name}
|
||||
mv %{buildroot}%{_datadir}/fwfetcher.py %{buildroot}%{_datadir}/%{name}
|
||||
# Get rid of the hashbang in the fwfetcher song
|
||||
sed -i "s|#!/usr/bin/env python||" %{buildroot}%{_datadir}/%{name}/fwfetcher.py
|
||||
|
||||
# Move openni plugin: rhbz#1094787
|
||||
mv %{buildroot}%{_libdir}/OpenNI2-FreenectDriver %{buildroot}%{_libdir}/openni2
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
|
@ -177,9 +185,13 @@ sed -i "s|#!/usr/bin/env python||" %{buildroot}%{_datadir}/%{name}/fwfetcher.py
|
|||
%{_mandir}/man1/fakenect*1.*
|
||||
|
||||
%files openni
|
||||
%{_libdir}/OpenNI2-FreenectDriver
|
||||
%{_libdir}/openni2
|
||||
|
||||
%changelog
|
||||
* Sun Jun 01 2014 Rich Mattes <richmattes@gmail.com> - 0.4.3-1
|
||||
- Update to release 0.4.3
|
||||
- Move openni plugin to libdir/openni2/ (rhbz#1094787)
|
||||
|
||||
* Mon May 05 2014 Rich Mattes <richmattes@gmail.com> - 0.4.2-1
|
||||
- Update to release 0.4.2
|
||||
- Add platform detection for aarch64
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ed30afed30b22681541f65fca1e9eebc libfreenect-a35642fefd533c6b21864cd3bab7fefb9f0e2f00.tar.gz
|
||||
8f6536d31a0ec415bc29f8ff95223d62 libfreenect-9b671cd7210d16d330a88c7f4e80ce48f42d013e.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue