Files
delight-nashorn-sandbox/delight-nashorn-sandbox.spec

78 lines
2.5 KiB
RPMSpec

#
# spec file for package delight-nashorn-sandbox
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: delight-nashorn-sandbox
Version: 0.2.4
Release: 0
Summary: A sandbox for executing JavaScript with Nashorn in Java
License: Apache-2.0 OR MIT OR GPL-3.0-or-later OR LGPL-3.0-or-later
URL: https://github.com/javadelight/delight-nashorn-sandbox
Source0: %{name}-%{version}.tar.xz
Source1: https://raw.githubusercontent.com/javadelight/delight-nashorn-sandbox/master/LICENSE.TXT
BuildRequires: fdupes
# We cannot require less, since nashorn is compiled with that level
BuildRequires: java-devel >= 11
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.openjdk.nashorn:nashorn-core)
BuildRequires: mvn(org.slf4j:slf4j-api)
BuildArch: noarch
%description
Capa abstracta de acceso a tarjetas inteligentes 100% java
%package javadoc
Summary: Javadoc for %{name}
Group: Documentation/HTML
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q
cp %{SOURCE1} .
%pom_remove_plugin :nexus-staging-maven-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_dep org.webjars.bower:js-beautify
%pom_xpath_remove pom:project/pom:dependencies/pom:dependency/pom:optional
%if %{?pkg_vcmp:%pkg_vcmp maven-antrun-plugin >= 3}%{!?pkg_vcmp:0}
sed -i -e 's#tasks\>#target\>#g' pom.xml
%endif
%build
%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dmaven.compiler.release=8 \
-Dsource=8 -Dencoding=utf-8
%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
%license LICENSE.TXT
%files javadoc -f .mfiles-javadoc
%license LICENSE.TXT
%changelog