34 lines
896 B
RPMSpec
34 lines
896 B
RPMSpec
|
Name: guacamole-auth-ldap
|
||
|
Version: 1.0.0
|
||
|
Release: 1%{?dist}
|
||
|
Epoch: 1
|
||
|
Summary: Guacamole supports LDAP authentication via an extension available from the main project website.
|
||
|
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}.tar.gz
|
||
|
|
||
|
%description
|
||
|
Guacamole authoriztion with LDAP
|
||
|
|
||
|
#%package -n guacamole-ldap
|
||
|
Summary: authentication with LDAP
|
||
|
Requires: tomcat%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%autosetup
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
mkdir -p /usr/share/tomcat/.guacamole/extensions
|
||
|
cp guacamole-auth-ldap-1.0.0.jar /usr/share/tomcat/.guacamole/extensions/
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
|
||
|
%changelog
|
||
|
* Wed Apr 10 2019 kjg <jinguek.kwon@ungleich.ch> - 1.0.0-1
|
||
|
- create version 1.0.0.
|