Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
>
guacamole-ext
> guacamole-ext.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File guacamole-ext.spec of Package guacamole-ext
Summary: Guacamole Clientless Remote Desktop Name: guacamole-ext Version: 0.6.1 Release: 1 License: AGPL Group: System Environment/Daemons BuildArch: noarch %if 0%{?suse_version} BuildRequires: fastjar %endif Requires: guacd >= 0.6 Requires: guacd < 0.7 Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This is the main Guacamole webapp which provides basic authentication and an AJAX tunnel to the native Guacamole proxy (guacd). %prep %setup %build #mvn package true %install export NO_BRP_CHECK_BYTECODE_VERSION=true rm -rf %{buildroot} mkdir -p %{buildroot}/var/lib/guacamole cp target/%{name}-%{version}.jar %{buildroot}/var/lib/guacamole/%{name}-%{version}.jar %files %defattr(-,root,root,-) %dir /var/lib/guacamole /var/lib/guacamole/%{name}-%{version}.jar %changelog