Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 7abf9799a8a3d9b069ec49d67d1cfb77 > files > 2

guacamole-common-js-0.7.1-3.fc18.src.rpm

Name:           guacamole-common-js
Version:        0.7.1
Release:        3%{?dist}
Summary:        The JavaScript library used by the Guacamole web application
License:        MPLv1.1 or GPLv2+ or LGPLv2+
URL:            http://guac-dev.org/
Source0:        http://guac-dev.org/pub/dist/source/%{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
* Wed Jun 19 2013 Simone Caronni <negativo17@gmail.com> - 0.7.1-3
- Remove leftover group from SPEC file.

* Mon Mar 25 2013 Simone Caronni <negativo17@gmail.com> - 0.7.1-2
- Source rebuilt upstream due to bug: http://guac-dev.org/trac/ticket/298

* Thu Mar 21 2013 Simone Caronni <negativo17@gmail.com> - 0.7.1-1
- Update to 0.7.1.

* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

* Fri Dec 14 2012 Simone Caronni <negativo17@gmail.com> - 0.7.0-1
- Updated to 0.7.0.

* Mon Oct 22 2012 Simone Caronni <negativo17@gmail.com> - 0.6.2-1
- Updated to 0.6.2.

* Thu Sep 13 2012 Simone Caronni <negativo17@gmail.com> - 0.6.1-2
- Change Source0 URL

* Thu Aug 30 2012 Simone Caronni <negativo17@gmail.com> - 0.6.1-1
- Updated to 0.6.1.

* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Tue Jul 03 2012 Simone Caronni <negativo17@gmail.com> - 0.6.0-2
- Removed useless command in install section.

* Thu May 24 2012 Simone Caronni <negativo17@gmail.com> - 0.6.0-1
- First build.