[libguac-client-vnc/el6] SPEC file cleanup

Simone Caronni slaanesh at fedoraproject.org
Fri Jun 7 16:59:20 UTC 2013


commit d0e4d7ccda8b2a0fe92fb0544c70689de319a56d
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Fri Jun 7 18:58:41 2013 +0200

    SPEC file cleanup

 libguac-client-vnc.spec |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/libguac-client-vnc.spec b/libguac-client-vnc.spec
index 6e0bdcf..065f3c4 100644
--- a/libguac-client-vnc.spec
+++ b/libguac-client-vnc.spec
@@ -2,7 +2,6 @@ Name:           libguac-client-vnc
 Version:        0.7.2
 Release:        1%{?dist}
 Summary:        VNC support for guacd
-Group:          System Environment/Libraries
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 URL:            http://guac-dev.org/
 Source0:        http://guac-dev.org/pub/dist/source/%{name}-%{version}.tar.gz
@@ -19,29 +18,24 @@ server acts as a tunnel and proxy, allowing access to multiple desktops through
 a web browser. No plugins are needed: the client requires nothing more than a
 web browser supporting HTML5 and AJAX.
 
-%{name} is a plugin for guacd which provides support for VNC via the
-libvncclient library (part of libvncserver).
-
+%{name} is a protocol support plugin for the Guacamole proxy (guacd) which
+provides support for VNC via the libvncclient library (part of libvncserver).
 
 %prep
 %setup -q
 
-
 %build
 %configure --disable-static
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
-
 %install
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 find %{buildroot} -name '*.la' -delete
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
 %files
 %doc AUTHORS LICENSE README
 # The libguac source code dlopen's these plugins, and they are named without
@@ -49,7 +43,6 @@ find %{buildroot} -name '*.la' -delete
 %{_libdir}/%{name}.so
 %{_libdir}/%{name}.so.*
 
-
 %changelog
 * Fri Jun 07 2013 Simone Caronni <negativo17 at gmail.com> - 0.7.2-1
 - Update to 0.7.2.


More information about the scm-commits mailing list