guacamole-rpmbuild/SPECS/guacamole-jdbc.spec

42 lines
1.1 KiB
RPMSpec
Raw Normal View History

2019-04-10 08:50:10 +00:00
Name: guacamole-auth-jdbc
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}.tar.gz
%description
Guacamole authoriztion with DB
#%package -n guacamole-jdbc
Summary: Database authentication with maria DB
Requires: maria%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
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 /usr/share/java/mysql-connector-java.jar /usr/share/tomcat/.guacamole/lib/
mkdir -p /usr/share/tomcat/.guacamole/extensions
cp mysql/guacamole-auth-jdbc-mysql-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.