SPECS: synergy.spec (NEW) - new

zbyniu zbyniu at pld-linux.org
Tue Oct 31 02:45:55 CET 2006


Author: zbyniu                       Date: Tue Oct 31 01:45:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   synergy.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/synergy.spec
diff -u /dev/null SPECS/synergy.spec:1.1
--- /dev/null	Tue Oct 31 02:45:55 2006
+++ SPECS/synergy.spec	Tue Oct 31 02:45:49 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary:	Mouse and keyboard sharing utility
+Name:		synergy
+Version:	1.3.1
+Release:	0.1
+License:	GPL
+Group:		Daemons
+URL:		http://synergy2.sourceforge.net/
+Source0:	http://dl.sourceforge.net/synergy2/%{name}-%{version}.tar.gz
+# Source0-md5:	a6e09d6b71cb217f23069980060abf27
+BuildRequires:	X11-devel
+#BuildRequires:	libX11-devel
+#BuildRequires:	libXext-devel
+#BuildRequires:	libXinerama-devel
+#BuildRequires:	libXt-devel
+#BuildRequires:	libXtst-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING doc/PORTING NEWS README
+%doc doc/*.css doc/*.html
+%doc examples/synergy.conf
+%attr(755,root,root) %{_bindir}/synergyc
+%attr(755,root,root) %{_bindir}/synergys
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/10/31 01:45:49  zbyniu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list