forked from pool/fasterxml-oss-parent
75 lines
2.5 KiB
RPMSpec
75 lines
2.5 KiB
RPMSpec
#
|
|
# spec file for package fasterxml-oss-parent
|
|
#
|
|
# Copyright (c) 2025 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 oname oss-parent
|
|
Name: fasterxml-oss-parent
|
|
Version: 68
|
|
Release: 0
|
|
Summary: FasterXML parent pom
|
|
License: Apache-2.0
|
|
Group: Development/Libraries/Java
|
|
URL: http://fasterxml.com/
|
|
Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
FasterXML is the business behind the Woodstox streaming XML parser,
|
|
Jackson streaming JSON parser, the Aalto non-blocking XML parser, and
|
|
a growing family of utility libraries and extensions.
|
|
|
|
FasterXML offers consulting services for adoption, performance tuning,
|
|
and extension.
|
|
|
|
This package contains the parent pom file for FasterXML.com projects.
|
|
|
|
%prep
|
|
%setup -q -n %{oname}-%{oname}-%{version}
|
|
|
|
%pom_remove_plugin org.sonatype.central:central-publishing-maven-plugin
|
|
%pom_remove_plugin :maven-scm-plugin
|
|
%pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin
|
|
# org.kathrynhuxtable.maven.wagon:wagon-gitsite:0.3.1
|
|
%pom_xpath_remove "pom:build/pom:extensions"
|
|
# remove unavailable com.google.doclava doclava 1.0.3
|
|
%pom_xpath_remove "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:configuration"
|
|
%pom_xpath_inject "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']" '
|
|
<configuration>
|
|
<encoding>UTF-8</encoding>
|
|
<quiet>true</quiet>
|
|
<source>${javac.src.version}</source>
|
|
</configuration>'
|
|
|
|
%pom_remove_plugin :maven-enforcer-plugin
|
|
%pom_remove_plugin :maven-site-plugin
|
|
%pom_remove_plugin :jacoco-maven-plugin
|
|
|
|
%build
|
|
%{mvn_build} -j
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc README.creole
|
|
%license LICENSE NOTICE
|
|
|
|
%changelog
|