[synergy] Update to 1.4.10 (#843971).

Christian Krause chkr at fedoraproject.org
Tue Feb 19 00:15:58 UTC 2013


commit d0575556686b41150173c3b32ce5c781bdb10e85
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Tue Feb 19 01:15:53 2013 +0100

    Update to 1.4.10 (#843971).
    
    - Cleanup spec file.

 .gitignore   |    1 +
 sources      |    2 +-
 synergy.spec |   15 ++++++---------
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40eefaa..92fa06a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /synergy-1.3.7-Source.tar.gz
+/synergy-1.4.10-Source.tar.gz
diff --git a/sources b/sources
index 2121703..66da2fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27842f45f8ab6923eb702f9cc4858194  synergy-1.3.7-Source.tar.gz
+18aee04a7e232e4d821f46ff24da3364  synergy-1.4.10-Source.tar.gz
diff --git a/synergy.spec b/synergy.spec
index 59d6dd6..32e5cac 100644
--- a/synergy.spec
+++ b/synergy.spec
@@ -1,12 +1,11 @@
 Summary: Share mouse and keyboard between multiple computers over the network
 Name: synergy
-Version: 1.3.7
-Release: 7%{?dist}
+Version: 1.4.10
+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
 Provides: synergy-plus = %{version}-%{release}
 Obsoletes: synergy-plus < 1.3.4-8
@@ -35,7 +34,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
 # No install target (yet? as of 1.3.7)
 install -D -p -m 0755 bin/synergyc %{buildroot}%{_bindir}/synergyc
 install -D -p -m 0755 bin/synergys %{buildroot}%{_bindir}/synergys
@@ -43,12 +41,7 @@ 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*
@@ -59,6 +52,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 18 2013 Christian Krause <chkr at fedoraproject.org> - 1.4.10-1
+- Update to 1.4.10 (#843971).
+- Cleanup spec file.
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list