[guacamole-common-js/f16] First import

Simone Caronni slaanesh at fedoraproject.org
Thu Jul 5 17:22:42 UTC 2012


commit 0bd0a136c033f2b523a80e35ea95949aff05ba58
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Thu Jul 5 19:22:15 2012 +0200

    First import

 .gitignore               |    1 +
 guacamole-common-js.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f16ef6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/guacamole-common-js-0.6.0.tar.gz
diff --git a/guacamole-common-js.spec b/guacamole-common-js.spec
new file mode 100644
index 0000000..9ad6339
--- /dev/null
+++ b/guacamole-common-js.spec
@@ -0,0 +1,44 @@
+Name:           guacamole-common-js
+Version:        0.6.0
+Release:        2%{?dist}
+Summary:        The JavaScript library used by the Guacamole web application
+License:        MPLv1.1 or GPLv2+ or LGPLv2+
+Group:          Development/Libraries
+URL:            http://guac-dev.org/
+Source0:        http://downloads.sourceforge.net/guacamole/%{name}-%{version}.tar.gz
+BuildArch:      noarch
+
+# No BuildRequires
+# https://fedoraproject.org/wiki/JavaScript_libraries_packaging_guideline_draft
+
+%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 the core JavaScript library used by the Guacamole web
+application.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+
+%install
+mkdir -p %{buildroot}%{_datadir}/%{name}
+install -p -m 0644 src/main/resources/* %{buildroot}%{_datadir}/%{name}
+
+
+%files
+%doc LICENSE README
+%{_datadir}/%{name}
+
+
+%changelog
+* Tue Jul 03 2012 Simone Caronni <negativo17 at gmail.com> - 0.6.0-2
+- Removed useless command in install section.
+
+* Thu May 24 2012 Simone Caronni <negativo17 at gmail.com> - 0.6.0-1
+- First build.
diff --git a/sources b/sources
index e69de29..53278cb 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f3b1d88a09d7e20b56576f1e30607065  guacamole-common-js-0.6.0.tar.gz


More information about the scm-commits mailing list