guacamole-rpmbuild/SPECS/guacamole-web.spec
2019-04-09 20:42:20 +00:00

38 lines
883 B
RPMSpec

Name: guacamole
Version: 1.0.0
Release: 1%{?dist}
Epoch: 1
Summary: Web components from the Guacamole proxy
License: MPLv1.1 or GPLv2+
URL: http://guac-dev.org/
Source0: http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/%{version}/binary/%{name}-%{version}.war
%description
Guacamole web application
#%package -n guacamole-war
Summary: The main java guacamole war
Requires: tomcat%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%if 0%{?fedora} || 0%{?rhel} >= 7
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
%endif
#%prep
#%autosetup
%build
%install
cp guacamole-1.0.0.war /var/lib/tomcat/webapps/guacamole.war
%files
%defattr(-,root,root,-)
%changelog
* Tue Apr 09 2019 kjg <jinguek.kwon@ungleich.ch> - 1.0.0-1
- create version 1.0.0.