28 lines
796 B
RPMSpec
28 lines
796 B
RPMSpec
Name: synergy
|
|
Version: @SYNERGY_VERSION@
|
|
Summary: Keyboard and mouse sharing solution
|
|
Group: Applications/Productivity
|
|
URL: https://symless.com/synergy
|
|
Source: https://symless.com/synergy/downloads
|
|
Vendor: Symless
|
|
Packager: Symless <engineering@symless.com>
|
|
License: GPLv2
|
|
Release: @SYNERGY_BUILD_NUMBER@@SYNERGY_SNAPSHOT_INFO@%{?dist}
|
|
|
|
%description
|
|
Synergy allows you to share one mouse and keyboard between multiple computers.
|
|
Work seamlessly across Windows, macOS and Linux.
|
|
|
|
%files
|
|
%defattr(755,root,root,-)
|
|
%{_bindir}/synergy
|
|
%{_bindir}/synergyc
|
|
%{_bindir}/synergys
|
|
%{_bindir}/syntool
|
|
%attr(644,-,-) %{_datarootdir}/applications/synergy.desktop
|
|
%attr(644,-,-) %{_datarootdir}/icons/synergy.svg
|
|
|
|
%changelog
|
|
* Wed Apr 26 2017 Symless <engineering@symless.com>
|
|
- Initial version of the package
|