Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37406324
en ru br
ALT Linux repos
S:2.0.12-alt1.beta.1
4.1: 1.3.1-alt1

Group :: Accessibility
RPM: synergy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: Mouse and keyboard sharing utility
Name: synergy
Version: 2.0.12
Release: alt1.beta.1
License: GPLv2
Group: Accessibility
URL: http://synergy-project.org/
Source0: %name-%version.tar
Patch0: %name-%version-%release.patch

%define githash 59572061

Packager: Evgeny Sinelnikov <sin at altlinux.org>

# Automatically added by buildreq on Fri Sep 28 2007

BuildRequires: cmake gcc-c++
BuildRequires: libcurl-devel libssl-devel libXtst-devel
#BuildRequires: qt5-base-devel
#BuildRequires: qt5-tools-devel
#BuildRequires: libavahi-devel
BuildRequires: cmake

Conflicts: synergy1

%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
display.

%prep
%setup
%patch0 -p1

%build
%cmake -DSYNERGY_REVISION=%githash
%cmake_build

%install
pushd %_cmake__builddir
install -D bin/synergyc %buildroot%_bindir/synergyc
install -D bin/synergys %buildroot%_bindir/synergys
install -D bin/synergy-core %buildroot%_bindir/synergy-core
popd
install -D -m0644 doc/synergy.conf.alt %buildroot%_sysconfdir/synergy.conf
install -D -m0644 doc/synergys.man %buildroot/%_man1dir/synergys.1
install -D -m0644 doc/synergyc.man %buildroot/%_man1dir/synergyc.1

%files
%doc ChangeLog LICENSE
%doc doc/synergy.conf*
%_bindir/synergy-core
%_bindir/synergyc
%_bindir/synergys
%config(noreplace) %_sysconfdir/synergy.conf
%_man1dir/synergys*
%_man1dir/synergyc*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin