update to 1.6.1 [release 1.6.1-1mamba;Sun Nov 23 2014]
This commit is contained in:
parent
e6ee22fac9
commit
d31cd1e09a
29
synergy.spec
29
synergy.spec
@ -1,5 +1,5 @@
|
|||||||
Name: synergy
|
Name: synergy
|
||||||
Version: 1.4.12
|
Version: 1.6.1
|
||||||
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,34 +7,44 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://synergy-foss.org/blog/
|
URL: http://synergy-foss.org/blog/
|
||||||
Source: http://synergy.googlecode.com/files/synergy-%{version}-Source.tar.gz
|
Source: https://github.com/synergy/synergy.git/%{version}/synergy-%{version}.tar.bz2
|
||||||
#Source: http://downloads.sourceforge.net/sourceforge/synergy2/synergy-%{version}.tar.gz
|
|
||||||
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
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libXinerama-devel
|
BuildRequires: libXinerama-devel
|
||||||
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
|
BuildRequires: libcurl-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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).
|
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-Source
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
#%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)
|
||||||
|
mkdir cryptopp562
|
||||||
|
(cd cryptopp562; unzip ../cryptopp562.zip)
|
||||||
|
cd ..
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -59,6 +69,9 @@ done
|
|||||||
#ChangeLog NEWS README
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 23 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.1-1mamba
|
||||||
|
- update to 1.6.1
|
||||||
|
|
||||||
* Sat Aug 31 2013 Automatic Build System <autodist@mambasoft.it> 1.4.12-1mamba
|
* Sat Aug 31 2013 Automatic Build System <autodist@mambasoft.it> 1.4.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user