ujetl/uJETL.spec

34 lines
874 B
RPMSpec
Raw Permalink Normal View History

2019-06-11 15:12:45 +01:00
Summary: Java app to facilitate moving data between databases.
Name: uJETL
2020-05-21 21:48:05 +01:00
Version: 2.2.2
2019-06-11 15:12:45 +01:00
Release: 1
Group: Applications/Database
License: All rights reserved.
Source: uJETL-%{version}.tar.gz
URL: https://github.com/rasilon/ujetl.git
Distribution: derryh
Vendor: derryh
Packager: Derry Hamilton <derryh@rasilon.net>
#BuildRoot: .
%description
A very small ETL app
%prep
%setup
%build
#mvn -Dmaven.test.skip=true clean package
true
%install
mkdir -p $RPM_BUILD_ROOT/usr/share/ujetl/lib $RPM_BUILD_ROOT/etc/ujetl $RPM_BUILD_ROOT/usr/bin
cp target/CopyingApp-*-jar-with-dependencies.jar $RPM_BUILD_ROOT/usr/share/ujetl/lib/CopyingApp.jar
cp install_extra/run_copying_job $RPM_BUILD_ROOT/usr/bin
2019-06-11 16:25:30 +01:00
cp install_extra/copying_defaults_log4j.xml $RPM_BUILD_ROOT/etc/ujetl
2019-06-11 15:12:45 +01:00
%files
/usr/share/ujetl/lib/CopyingApp.jar
/usr/bin/run_copying_job
2019-06-11 16:25:30 +01:00
/etc/ujetl/copying_defaults_log4j.xml