2002-08-01 18:56:54 +00:00
|
|
|
Summary: Mouse and keyboard sharing utility
|
|
|
|
Name: @PACKAGE@
|
|
|
|
Version: @VERSION@
|
|
|
|
Release: 1
|
2002-08-02 17:57:54 +00:00
|
|
|
License: GPL
|
2002-08-01 18:56:54 +00:00
|
|
|
Packager: Chris Schoeneman <crs23@bigfoot.com>
|
2002-08-02 17:57:54 +00:00
|
|
|
Group: System Environment/Daemons
|
|
|
|
Prefixes: /usr/bin
|
2002-08-01 18:56:54 +00:00
|
|
|
Source: @PACKAGE@-@VERSION@.tar.gz
|
2002-08-02 17:57:54 +00:00
|
|
|
Buildroot: /var/tmp/@PACKAGE@-@VERSION@-root
|
2002-08-01 18:56:54 +00:00
|
|
|
|
|
|
|
%description
|
2002-08-02 17:57:54 +00:00
|
|
|
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.
|
2002-08-01 18:56:54 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
|
|
|
|
|
|
|
|
%build
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2002-08-11 22:43:07 +00:00
|
|
|
strip $RPM_BUILD_ROOT/usr/bin/synergyc
|
|
|
|
strip $RPM_BUILD_ROOT/usr/bin/synergys
|
2002-08-01 18:56:54 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
2002-08-02 17:57:54 +00:00
|
|
|
%defattr(-, root, root)
|
2002-08-11 22:43:07 +00:00
|
|
|
/usr/bin/synergyc
|
|
|
|
/usr/bin/synergys
|
2002-08-11 11:51:25 +00:00
|
|
|
%doc AUTHORS
|
|
|
|
%doc BUGS
|
|
|
|
%doc COPYING
|
|
|
|
%doc ChangeLog
|
|
|
|
%doc FAQ
|
|
|
|
%doc HISTORY
|
|
|
|
%doc INSTALL
|
|
|
|
%doc NEWS
|
|
|
|
%doc PORTING
|
|
|
|
%doc README
|
|
|
|
%doc TODO
|
|
|
|
%doc examples/synergy.conf
|