diff --git a/SPECS/guacamole-ldap.spec b/SPECS/guacamole-ldap.spec new file mode 100644 index 0000000..7bca325 --- /dev/null +++ b/SPECS/guacamole-ldap.spec @@ -0,0 +1,33 @@ +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 - 1.0.0-1 +- create version 1.0.0.