70 lines
2.7 KiB
RPMSpec
70 lines
2.7 KiB
RPMSpec
|
Name: synergy
|
||
|
Version: 1.4.12
|
||
|
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
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||
|
URL: http://synergy-foss.org/blog/
|
||
|
Source: http://synergy.googlecode.com/files/synergy-%{version}-Source.tar.gz
|
||
|
#Source: http://downloads.sourceforge.net/sourceforge/synergy2/synergy-%{version}.tar.gz
|
||
|
Patch0: synergy-noignoreretval.diff
|
||
|
Patch1: synergy-implicit-declaration.patch
|
||
|
Patch2: synergy-1.4.12-cryptopp-5.6.2.patch
|
||
|
License: GPL
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libICE-devel
|
||
|
BuildRequires: libSM-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libX11-devel
|
||
|
BuildRequires: libXext-devel
|
||
|
BuildRequires: libXinerama-devel
|
||
|
BuildRequires: libXtst-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
|
||
|
%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).
|
||
|
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
|
||
|
%setup -q -n %{name}-%{version}-Source
|
||
|
#%patch0 -p1
|
||
|
#%patch1 -p1
|
||
|
%patch2 -p1
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
#% makeinstall
|
||
|
for f in synergyc synergyd synergys; do
|
||
|
install -D -m0755 bin/$f %{buildroot}%{_bindir}/$f
|
||
|
done
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/synergyc
|
||
|
%{_bindir}/synergyd
|
||
|
%{_bindir}/synergys
|
||
|
%doc COPYING
|
||
|
#ChangeLog NEWS README
|
||
|
|
||
|
%changelog
|
||
|
* Sat Aug 31 2013 Automatic Build System <autodist@mambasoft.it> 1.4.12-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Thu Jan 31 2013 Automatic Build System <autodist@mambasoft.it> 1.4.10-1mamba
|
||
|
- update to 1.4.10
|
||
|
|
||
|
* Sun Mar 08 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.3.1-1mamba
|
||
|
- package created by autospec. Added 2 patch to permit the compilation against gcc versions above 4.3: don't use the ones on the web site of the project because are not with the correct syntax.
|