update to 1.14.6.13 [release 1.14.6.13-1mamba;Mon Mar 06 2023]
This commit is contained in:
parent
7baa912612
commit
1c085d584e
@ -1,5 +1,5 @@
|
|||||||
Name: synergy
|
Name: synergy
|
||||||
Version: 1.14.5.23
|
Version: 1.14.6.13
|
||||||
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
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://symless.com/synergy/blog
|
URL: https://symless.com/synergy/blog
|
||||||
Source: https://github.com/symless/synergy-core.git/%{version}/synergy-core-%{version}.tar.bz2
|
Source: https://github.com/symless/synergy-core.git/%{version}-snapshot/synergy-core-%{version}.tar.bz2
|
||||||
Patch0: synergy-noignoreretval.diff
|
Patch0: synergy-noignoreretval.diff
|
||||||
Patch1: synergy-implicit-declaration.patch
|
Patch1: synergy-implicit-declaration.patch
|
||||||
Patch2: synergy-1.4.12-cryptopp-5.6.2.patch
|
Patch2: synergy-1.4.12-cryptopp-5.6.2.patch
|
||||||
@ -45,6 +45,7 @@ Redirecting the mouse and keyboard is as simple as moving the mouse off the edge
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
|
-DSYNERGY_REVISION="00000000" \
|
||||||
-DCMAKE_CXX_FLAGS="`pkg-config --cflags libdns_sd`" \
|
-DCMAKE_CXX_FLAGS="`pkg-config --cflags libdns_sd`" \
|
||||||
-DCMAKE_REQUIRED_INCLUDES="%{_includedir}/avahi-compat-libdns_sd"
|
-DCMAKE_REQUIRED_INCLUDES="%{_includedir}/avahi-compat-libdns_sd"
|
||||||
|
|
||||||
@ -60,6 +61,7 @@ Redirecting the mouse and keyboard is as simple as moving the mouse off the edge
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/synergy
|
%{_bindir}/synergy
|
||||||
|
%{_bindir}/synergy-core
|
||||||
%{_bindir}/syntool
|
%{_bindir}/syntool
|
||||||
%{_bindir}/synergyc
|
%{_bindir}/synergyc
|
||||||
%{_bindir}/synergys
|
%{_bindir}/synergys
|
||||||
@ -68,6 +70,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
|
||||||
|
* Mon Mar 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.6.13-1mamba
|
||||||
|
- update to 1.14.6.13
|
||||||
|
|
||||||
* Sat Mar 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.5.23-1mamba
|
* Sat Mar 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.5.23-1mamba
|
||||||
- update to 1.14.5.23
|
- update to 1.14.5.23
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user