[synergy/el6: 4/5] Un-retire synergy, it merged back with synergy+

Matthias Saou thias at fedoraproject.org
Tue Jul 12 22:32:26 UTC 2011


commit 71d04ce9782a533c9195461e48e563b4a7a83fbb
Author: Matthias Saou <thias at marmotte.net>
Date:   Wed Jul 13 00:27:38 2011 +0200

    Un-retire synergy, it merged back with synergy+

 .gitignore   |    1 +
 dead.package |    1 -
 sources      |    1 +
 synergy.spec |   93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 95 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..40eefaa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/synergy-1.3.7-Source.tar.gz
diff --git a/sources b/sources
new file mode 100644
index 0000000..2121703
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+27842f45f8ab6923eb702f9cc4858194  synergy-1.3.7-Source.tar.gz
diff --git a/synergy.spec b/synergy.spec
new file mode 100644
index 0000000..4bec354
--- /dev/null
+++ b/synergy.spec
@@ -0,0 +1,93 @@
+Summary: Mouse and keyboard sharing utility
+Name: synergy
+Version: 1.3.7
+Release: 1%{?dist}
+License: GPLv2
+Group: System Environment/Daemons
+URL: http://synergy-foss.org/
+Source: http://synergy.googlecode.com/files/synergy-%{version}-Source.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+# Last built version of synergy-plus was 1.3.4-7.fc16
+Obsoletes: synergy-plus < 1.3.4-8
+BuildRequires: cmake
+BuildRequires: libX11-devel
+BuildRequires: libXext-devel
+BuildRequires: libXtst-devel
+BuildRequires: libXt-devel
+BuildRequires: libXinerama-devel
+
+%description
+Synergy lets you easily share your mouse and keyboard between multiple
+computers, where each computer has its own display. No special hardware is
+required, all you need is a local area network. Synergy is supported on
+Windows, Mac OS X and Linux. Redirecting the mouse and keyboard is as simple
+as moving the mouse off the edge of your screen.
+
+
+%prep
+%setup -q -n %{name}-%{version}-Source
+
+
+%build
+%{cmake} .
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+# No install target (yet)
+install -D -p -m 0755 bin/synergyc %{buildroot}%{_bindir}/synergyc
+install -D -p -m 0755 bin/synergys %{buildroot}%{_bindir}/synergys
+install -D -p -m 0644 doc/synergyc.man %{buildroot}%{_mandir}/man8/synergyc.8
+install -D -p -m 0644 doc/synergys.man %{buildroot}%{_mandir}/man8/synergys.8
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+# None of the documentation files are actually useful here, they all point to
+# the online website, so include just one, the README
+%doc COPYING README doc/synergy.conf.example*
+%{_bindir}/synergyc
+%{_bindir}/synergys
+%{_mandir}/man8/synergyc.8*
+%{_mandir}/man8/synergys.8*
+
+
+%changelog
+* Tue Jul 12 2011 Matthias Saou <http://freshrpms.net/> 1.3.7-1
+- Update to 1.3.7.
+- Drop patch disabling XInitThreads, see upstream #610.
+- Update %%description and %%doc.
+- Replace cmake patch with our own install lines : Less rebasing.
+
+* Mon Jul 11 2011 Matthias Saou <http://freshrpms.net/> 1.3.6-2
+- Update Obsoletes for the latest version + fix (release + 1 because of dist).
+- Add missing cmake BuildRequires.
+- Update cmake patch to also install man pages.
+
+* Fri Feb 18 2011 quiffman GMail 1.3.6-1
+- Update to reflect the synergy/synergy+ merge to synergy-foss.org (#678427).
+- Build 1.3.5 and newer use CMake.
+- Patch CMakeLists.txt to install the binaries.
+
+* Thu Jul  8 2010 Matthias Saou <http://freshrpms.net/> 1.3.4-6
+- Don't apply the RHEL patch on RHEL6, only 4 and 5.
+
+* Mon Dec  7 2009 Matthias Saou <http://freshrpms.net/> 1.3.4-5
+- Obsolete synergy (last upstream released version is from 2006) since synergy+
+  is a drop-in replacement (#538179).
+
+* Tue Nov 24 2009 Matthias Saou <http://freshrpms.net/> 1.3.4-4
+- Disable XInitThreads() on RHEL to fix hang (upstream #194).
+
+* Tue Aug 18 2009 Matthias Saou <http://freshrpms.net/> 1.3.4-3
+- Don't use the -executable find option, it doesn't work with older versions.
+
+* Tue Aug 18 2009 Matthias Saou <http://freshrpms.net/> 1.3.4-2
+- Initial RPM release, based on the spec from the original synergy.
+- Remove spurious executable bit from sources files.
+


More information about the scm-commits mailing list