update to 1.12.0 [release 1.12.0-1mamba;Sun Dec 27 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 18:16:30 +01:00
parent 12e2cad2ca
commit 83fc854c6d

View File

@ -1,5 +1,5 @@
Name: synergy Name: synergy
Version: 1.10.3 Version: 1.12.0
Release: 1mamba Release: 1mamba
Summary: Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems Summary: Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
@ -17,6 +17,7 @@ License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: avahi-compat-libdns_sd-devel BuildRequires: avahi-compat-libdns_sd-devel
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libICE-devel BuildRequires: libICE-devel
BuildRequires: libSM-devel BuildRequires: libSM-devel
BuildRequires: libX11-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). 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. 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 %prep
%setup -q -n synergy-core-%{version} %setup -q -n synergy-core-%{version}
#%patch3 -p1 #%patch3 -p1
%build %build
%cmake -d 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 %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 %doc LICENSE doc/synergy.conf.example
%changelog %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 * Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
- automatic version update by autodist - automatic version update by autodist