File jitwatch.spec of Package jitwatch
#
# spec file for package jitwatch
#
# 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: jitwatch
Version: 1.4.7
Release: 0
Summary: Log analyser/visualiser for Java HotSpot JIT compiler
License: BSD-2-Clause
Group: Development/Libraries/Java
URL: https://github.com/AdoptOpenJDK/%{name}
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: maven-local
BuildRequires: mvn(com.chrisnewland:FreeLogJ)
BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin)
BuildRequires: mvn(org.openjfx:javafx.controls)
BuildRequires: mvn(org.openjfx:javafx.swing)
BuildRequires: mvn(org.openjfx:javafx.web)
BuildArch: noarch
%description
Log analyser/visualiser for Java HotSpot JIT compiler. Inspect inlining
decisions, hot methods, bytecode, and assembly. View results in the JavaFX user
interface.
%package javadoc
Summary: API documentation for %{name}
Group: Documentation/HTML
%description javadoc
API documentation for %{name}.
%prep
%setup -q
%pom_remove_plugin -r :maven-source-plugin
%pom_remove_plugin :maven-shade-plugin ui
%pom_change_dep org.openjfx:javafx-controls org.openjfx:javafx.controls ui
%pom_change_dep org.openjfx:javafx-web org.openjfx:javafx.web ui
%pom_change_dep org.openjfx:javafx-swing org.openjfx:javafx.swing ui
%build
%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
%install
%mvn_install
%fdupes %{buildroot}%{_javadocdir}/%{name}
%files -f .mfiles
%license LICENSE-BSD
%doc {README,CONTRIBUTING}.md QUICKSTART.txt
%files javadoc -f .mfiles-javadoc
%license LICENSE-BSD
%changelog