Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00152408ca |
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: vrpn
|
||||
Version: 07.33
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Virtual-Reality Peripheral Network
|
||||
|
||||
# linking to wiiuse (GPLv3+) and gpm (GPLv2+) libraries makes the vrpn server
|
||||
|
|
@ -164,7 +164,7 @@ popd
|
|||
|
||||
%install
|
||||
%make_install -C build
|
||||
%make_install -C build/python3
|
||||
install -D build/python3/vrpn.so %{buildroot}%{python3_sitearch}/vrpn.so
|
||||
install -D -m644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
|
||||
|
||||
# generate man pages
|
||||
|
|
@ -233,5 +233,8 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 8 2016 Dmitry Mikhirev <mikhirev@gmail.com> 07.33-2
|
||||
- Fix installation of python 3 module (#1342509)
|
||||
|
||||
* Wed Feb 24 2016 Dmitry Mikhirev <mikhirev@gmail.com> 07.33-1
|
||||
- Initial package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue