create guacamole jdbc rpm
This commit is contained in:
parent
8b2a9051ad
commit
3d86baf208
1 changed files with 41 additions and 0 deletions
41
SPECS/guacamole-jdbc.spec
Normal file
41
SPECS/guacamole-jdbc.spec
Normal file
|
@ -0,0 +1,41 @@
|
|||
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.
|
Loading…
Reference in a new issue