rpms/synergy-plus/EL-4 synergy-plus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou thias at fedoraproject.org
Mon Sep 14 12:43:23 UTC 2009


Author: thias

Update of /cvs/extras/rpms/synergy-plus/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23789/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	synergy-plus.spec 
Log Message:
Don't use the -executable find option as it doesn't work with older versions, initial import for non-devel branches.



--- NEW FILE synergy-plus.spec ---
Summary: Mouse and keyboard sharing utility
Name: synergy-plus
Version: 1.3.4
Release: 3%{?dist}
License: GPLv2
Group: System Environment/Daemons
URL: http://code.google.com/p/synergy-plus/
Source: http://synergy-plus.googlecode.com/files/synergy-plus-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: xorg-x11-devel

%description
Synergy+ (synergy-plus) lets you easily share a single mouse and keyboard
between multiple computers with different operating systems, without special
hardware. All you need is a LAN connection. It's intended for users with
multiple computers, where each system uses its own display. It's a little
like having a 2nd or a 3rd desktop.
Synergy+ is a maintenance fork for implementing bug fixes to the original
Synergy, which hasn't received any source updates or new releases since 2006.


%prep
%setup -q
# Remove spurious executable bit from sources files
find . -type f -name '*.cpp' -exec chmod -x {} \;


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}


%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 examples/synergy.conf
%{_bindir}/synergyc
%{_bindir}/synergys


%changelog
* 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/synergy-plus/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Sep 2009 04:58:42 -0000	1.1
+++ .cvsignore	14 Sep 2009 12:43:23 -0000	1.2
@@ -0,0 +1 @@
+synergy-plus-1.3.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/synergy-plus/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Sep 2009 04:58:42 -0000	1.1
+++ sources	14 Sep 2009 12:43:23 -0000	1.2
@@ -0,0 +1 @@
+2c565afe5f920d363eef38dd97449b73  synergy-plus-1.3.4.tar.gz




More information about the fedora-extras-commits mailing list