apache-chainsaw/apache-chainsaw.spec

86 lines
2.7 KiB
RPMSpec
Raw Normal View History

#
# spec file for package apache-chainsaw
#
# Copyright (c) 2022 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/
#
%global short_name chainsaw
%global repo_name logging-%{short_name}
Name: apache-%{short_name}
Version: 2.1.0
Release: 0
Summary: Apache Chainsaw
License: Apache-2.0
Group: Development/Libraries/Java
URL: https://logging.apache.org/chainsaw
Source0: %{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(ant-contrib:ant-contrib)
BuildRequires: mvn(com.jcraft:jsch)
BuildRequires: mvn(com.thoughtworks.xstream:xstream)
BuildRequires: mvn(commons-logging:commons-logging)
BuildRequires: mvn(javax.jmdns:jmdns)
BuildRequires: mvn(log4j:apache-log4j-extras)
BuildRequires: mvn(log4j:log4j:1.2.16)
BuildRequires: mvn(org.apache.ant:ant)
BuildRequires: mvn(org.apache.commons:commons-vfs2)
BuildRequires: mvn(org.apache.geronimo.specs:geronimo-jms_1.1_spec)
BuildRequires: mvn(org.apache.logging:logging-parent:pom:)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
BuildArch: noarch
%description
Graphical Viewer for Logging events from a local or remote log4j event system.
%package javadoc
Summary: API documentation for %{name}
Group: Documentation/HTML
%description javadoc
%{summary}.
%prep
%setup -q
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :appassembler-maven-plugin
%pom_remove_plugin :maven-assembly-plugin
%pom_change_dep :commons-vfs org.apache.commons:commons-vfs2
perl -pi -e 's#org\.apache\.commons\.vfs\.#org\.apache\.commons\.vfs2\.#g' \
src/main/java/org/apache/log4j/chainsaw/vfs/VFSLogFilePatternReceiver.java
%pom_remove_dep org.apache.openejb:javaee-api
%pom_remove_dep org.projectlombok:lombok
%build
%{mvn_build} -f -- -Dsource=8
%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
%license LICENSE NOTICE
%files javadoc -f .mfiles-javadoc
%license LICENSE NOTICE
%changelog