Blob Blame History Raw
# $Id: synergy.spec,v 1.1 2004/01/21 10:39:16 dude Exp $

Summary: Mouse and keyboard sharing utility
Name: synergy
Version: 1.0.14
Release: 1.fr
License: GPL
Group: System Environment/Daemons
Source: http://download.sourceforge.net/synergy/synergy-1.0.14.tar.gz
URL: http://synergy.sourceforge.net/
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gcc-c++, XFree86-devel

%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 display.

%prep
%setup -q

%build
%configure
make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS BUGS COPYING ChangeLog FAQ HISTORY NEWS README TODO
%doc examples/synergy.conf
%{_bindir}/*

%changelog
* Wed Jan 21 2004 Matthias Saou <http://freshrpms.net/> - 1.0.14-1.fr
- Initial RPM package.