2019-04-10 09:02:21 +00:00
|
|
|
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
|
2019-04-10 16:58:43 +00:00
|
|
|
mkdir -p %{buildroot}/usr/share/tomcat/.guacamole/extensions
|
|
|
|
install -m 644 guacamole-auth-ldap-1.0.0.jar %{buildroot}/usr/share/tomcat/.guacamole/extensions/
|
|
|
|
|
2019-04-10 09:02:21 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2019-04-10 16:58:43 +00:00
|
|
|
/usr/share/tomcat/.guacamole/extensions/guacamole-auth-ldap-1.0.0.jar
|
2019-04-10 09:02:21 +00:00
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed Apr 10 2019 kjg <jinguek.kwon@ungleich.ch> - 1.0.0-1
|
|
|
|
- create version 1.0.0.
|