[libguac-client-vnc/el6] Remove trailing whitespaces

Simone Caronni slaanesh at fedoraproject.org
Tue May 29 12:58:51 UTC 2012


commit 799de5b4c420cd042cfa080ebd11d8c0aff0a44c
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Tue May 29 14:57:59 2012 +0200

    Remove trailing whitespaces

 .gitignore              |    1 +
 libguac-client-vnc.spec |   65 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..81a3b1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libguac-client-vnc-0.6.0.tar.gz
diff --git a/libguac-client-vnc.spec b/libguac-client-vnc.spec
new file mode 100644
index 0000000..245067d
--- /dev/null
+++ b/libguac-client-vnc.spec
@@ -0,0 +1,65 @@
+Name:           libguac-client-vnc
+Version:        0.6.0
+Release:        4%{?dist}
+Summary:        VNC support for guacd
+Group:          System Environment/Libraries
+License:        MPLv1.1 or GPLv2+ or LGPLv2+
+URL:            http://guac-dev.org/
+Source0:        http://downloads.sourceforge.net/guacamole/%{name}-%{version}.tar.gz
+
+BuildRequires:  cairo-devel%{?_isa}
+BuildRequires:  gnutls-devel%{?_isa}
+BuildRequires:  libguac-devel%{?_isa} = %{version}
+BuildRequires:  libvncserver-devel%{?_isa}
+
+%description
+Guacamole is an HTML5 web application that provides access to desktop
+environments using remote desktop protocols such as VNC or RDP. A centralized
+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).
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static --libdir=%{_libdir}/guacamole
+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
+%{_libdir}/guacamole/%{name}.so
+%{_libdir}/guacamole/%{name}.so.*
+
+
+%changelog
+* Tue May 29 2012 Simone Caronni <negativo17 at gmail.com> - 0.6.0-4
+- Moved plugin libraries.
+
+* Mon May 28 2012 Simone Caronni <negativo17 at gmail.com> - 0.6.0-3
+- More explicit files list.
+
+* Mon May 28 2012 Simone Caronni <negativo17 at gmail.com> - 0.6.0-2
+- Sorted and splitted BuildRequires on multiple lines.
+- Used common macro styles.
+- Shortened delete command in install section.
+- Added missing BR.
+
+* Thu May 10 2012 Simone Caronni <negativo17 at gmail.com> - 0.6.0-1
+- First build.
diff --git a/sources b/sources
index e69de29..d0c7af3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fc5c41e6a767385b362b16e0645a8f3e  libguac-client-vnc-0.6.0.tar.gz


More information about the scm-commits mailing list