This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| # -*- rpm-spec -*- | |
| Summary: Keyboard and mouse sharing utility | |
| Name: synergy | |
| Release: 1 | |
| License: GPLv2 | |
| Group: Applications/Productivity | |
| URL: http://symless.com/ | |
| Source: http://symless.com/download/ | |
| Vendor: The Synergy Project | |
| Packager: Nick Bolton <nick@symless.com> | |
| Version: ${in:version} | |
| %description | |
| Synergy is free and open source software for sharing one mouse and keyboard | |
| between multiple computers. Works on Windows, Mac OS X, Linux. | |
| %prep | |
| source=%{_topdir}/../.. | |
| mkdir -p %{buildroot}/%{_datarootdir}/applications | |
| mkdir -p %{buildroot}/%{_datarootdir}/icons | |
| mkdir -p %{buildroot}/%{_bindir} | |
| cp $source/bin/synergy %{buildroot}%{_bindir} | |
| cp $source/bin/synergyc %{buildroot}%{_bindir} | |
| cp $source/bin/synergys %{buildroot}%{_bindir} | |
| cp $source/bin/synergyd %{buildroot}%{_bindir} | |
| cp $source/bin/syntool %{buildroot}%{_bindir} | |
| cp $source/res/synergy.desktop %{buildroot}%{_datarootdir}/applications | |
| cp $source/res/synergy.ico %{buildroot}%{_datarootdir}/icons | |
| %files | |
| %defattr(755,root,root,-) | |
| %{_bindir}/synergy | |
| %{_bindir}/synergyc | |
| %{_bindir}/synergys | |
| %{_bindir}/synergyd | |
| %{_bindir}/syntool | |
| %attr(644,-,-) %{_datarootdir}/applications/synergy.desktop | |
| %attr(644,-,-) %{_datarootdir}/icons/synergy.ico | |
| %changelog | |
| * Thu Mar 20 2014 Nick Bolton <nick@symless.com> | |
| - Initial version of the package |