2024-01-05 18:16:29 +01:00
|
|
|
Name: synergy
|
2024-01-05 18:16:30 +01:00
|
|
|
Version: 1.8.4
|
2024-01-05 18:16:29 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
|
|
URL: http://synergy-foss.org/blog/
|
2024-01-05 18:16:30 +01:00
|
|
|
Source: https://github.com/symless/synergy.git/master/synergy-%{version}.tar.bz2
|
|
|
|
#Source: https://github.com/synergy/synergy.git/%{version}/synergy-%{version}.tar.bz2
|
2024-01-05 18:16:29 +01:00
|
|
|
Patch0: synergy-noignoreretval.diff
|
|
|
|
Patch1: synergy-implicit-declaration.patch
|
|
|
|
Patch2: synergy-1.4.12-cryptopp-5.6.2.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
2024-01-05 18:16:29 +01:00
|
|
|
BuildRequires: libXi-devel
|
2024-01-05 18:16:29 +01:00
|
|
|
BuildRequires: libXinerama-devel
|
2024-01-05 18:16:29 +01:00
|
|
|
BuildRequires: libXrandr-devel
|
2024-01-05 18:16:29 +01:00
|
|
|
BuildRequires: libXtst-devel
|
2024-01-05 18:16:29 +01:00
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 18:16:29 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 18:16:29 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2024-01-05 18:16:29 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It's intended for users with multiple computers on their desk since each system uses its own monitor(s).
|
|
|
|
Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all. Learn more about how it works.
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 18:16:29 +01:00
|
|
|
%setup -q
|
2024-01-05 18:16:29 +01:00
|
|
|
#%patch0 -p1
|
|
|
|
#%patch1 -p1
|
2024-01-05 18:16:29 +01:00
|
|
|
#%patch2 -p1
|
|
|
|
cd ext
|
|
|
|
mkdir gmock-1.6.0
|
|
|
|
(cd gmock-1.6.0; unzip ../gmock-1.6.0.zip)
|
|
|
|
mkdir gtest-1.6.0
|
|
|
|
(cd gtest-1.6.0; unzip ../gtest-1.6.0.zip)
|
2024-01-05 18:16:30 +01:00
|
|
|
#mkdir cryptopp562
|
|
|
|
#(cd cryptopp562; unzip ../cryptopp562.zip)
|
|
|
|
#cd ..
|
2024-01-05 18:16:29 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
#% makeinstall
|
|
|
|
for f in synergyc synergyd synergys; do
|
|
|
|
install -D -m0755 bin/$f %{buildroot}%{_bindir}/$f
|
|
|
|
done
|
|
|
|
|
2024-01-05 18:16:30 +01:00
|
|
|
install -D -m0644 doc/synergyc.man %{buildroot}%{_mandir}/man1/synergyc.1
|
|
|
|
install -D -m0644 doc/synergys.man %{buildroot}%{_mandir}/man1/synergys.1
|
|
|
|
|
2024-01-05 18:16:29 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/synergyc
|
|
|
|
%{_bindir}/synergyd
|
|
|
|
%{_bindir}/synergys
|
2024-01-05 18:16:30 +01:00
|
|
|
%{_mandir}/man1/synergyc.1*
|
|
|
|
%{_mandir}/man1/synergys.1*
|
|
|
|
%doc LICENSE doc/synergy.conf.example
|
2024-01-05 18:16:29 +01:00
|
|
|
#ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:16:30 +01:00
|
|
|
* Mon Oct 17 2016 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:16:30 +01:00
|
|
|
* Fri Aug 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.2-1mamba
|
|
|
|
- update to 1.8.2
|
|
|
|
|
|
|
|
* Wed Mar 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- update to 1.8.1
|
|
|
|
|
|
|
|
* Wed Sep 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.4-1mamba
|
|
|
|
- update to 1.7.4
|
|
|
|
|
2024-01-05 18:16:30 +01:00
|
|
|
* Mon Mar 23 2015 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:16:29 +01:00
|
|
|
* Sat Dec 13 2014 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:16:29 +01:00
|
|
|
* Sun Nov 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.1-1mamba
|
|
|
|
- update to 1.6.1
|
|
|
|
|
2024-01-05 18:16:29 +01:00
|
|
|
* Sat Aug 31 2013 Automatic Build System <autodist@mambasoft.it> 1.4.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 31 2013 Automatic Build System <autodist@mambasoft.it> 1.4.10-1mamba
|
|
|
|
- update to 1.4.10
|
|
|
|
|
|
|
|
* Sun Mar 08 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.3.1-1mamba
|
|
|
|
- package created by autospec. Added 2 patch to permit the compilation against gcc versions above 4.3: don't use the ones on the web site of the project because are not with the correct syntax.
|