Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Dmitry Mikhirev
00152408ca fix installation of python3 module (#1342509) 2016-06-08 21:52:11 +03:00

View file

@ -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