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

Simone Caronni slaanesh at fedoraproject.org
Fri Jun 7 17:00:35 UTC 2013


commit dadd5281c05162f867e1dfc1a8cc5b61101d5e95
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Fri Jun 7 19:00:04 2013 +0200

    SPEC file cleanup

 libguac-client-rdp.spec |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)
---
diff --git a/libguac-client-rdp.spec b/libguac-client-rdp.spec
index f3e4cd5..9122b02 100644
--- a/libguac-client-rdp.spec
+++ b/libguac-client-rdp.spec
@@ -2,7 +2,6 @@ Name:           libguac-client-rdp
 Version:        0.7.4
 Release:        1%{?dist}
 Summary:        RDP 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
@@ -12,7 +11,6 @@ BuildRequires:  freerdp-devel
 BuildRequires:  libguac-devel >= 0.7.0
 Requires:       freerdp-plugins
 
-
 %description
 Guacamole is an HTML5 web application that provides access to desktop
 environments using remote desktop protocols such as VNC or RDP. A centralized
@@ -20,29 +18,25 @@ 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 RDP
-via the FreeRDP library.
-
+%{name} is a protocol support plugin for the Guacamole proxy (guacd) which
+provides support for RDP, the proprietary remote desktop protocol used by
+Windows Remote Deskop / Terminal Services, via the libfreerdp library.
 
 %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
@@ -51,7 +45,6 @@ find %{buildroot} -name '*.la' -delete
 %{_libdir}/%{name}.so.*
 %{_libdir}/freerdp/*.so
 
-
 %changelog
 * Fri Jun 07 2013 Simone Caronni <negativo17 at gmail.com> - 0.7.4-1
 - Update to 0.7.4.


More information about the scm-commits mailing list