update to 1.12.0 [release 1.12.0-1mamba;Sun Dec 27 2020]
This commit is contained in:
parent
12e2cad2ca
commit
83fc854c6d
11
synergy.spec
11
synergy.spec
@ -1,5 +1,5 @@
|
||||
Name: synergy
|
||||
Version: 1.10.3
|
||||
Version: 1.12.0
|
||||
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
|
||||
@ -17,6 +17,7 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: avahi-compat-libdns_sd-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -36,13 +37,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n synergy-core-%{version}
|
||||
#%patch3 -p1
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DCMAKE_CXX_FLAGS="`pkg-config --cflags libdns_sd`"
|
||||
-DCMAKE_CXX_FLAGS="`pkg-config --cflags libdns_sd`" \
|
||||
-DCMAKE_REQUIRED_INCLUDES="%{_includedir}/avahi-compat-libdns_sd"
|
||||
|
||||
%make
|
||||
|
||||
@ -64,6 +68,9 @@ Redirecting the mouse and keyboard is as simple as moving the mouse off the edge
|
||||
%doc LICENSE doc/synergy.conf.example
|
||||
|
||||
%changelog
|
||||
* Sun Dec 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
|
||||
- update to 1.12.0
|
||||
|
||||
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user