import CS fasterxml-oss-parent-49-1.module_el8+988+30834131

This commit is contained in:
eabdullin 2024-03-28 14:01:44 +00:00
parent 921e940351
commit 44b353a0d3
3 changed files with 25 additions and 25 deletions

View File

@ -1 +1 @@
2da14ea0974333d6ab6177cb15da09fdb8773e34 SOURCES/oss-parent-26.tar.gz e5b2277cb80bb8456f8079179b1ff26f04a01b14 SOURCES/oss-parent-49.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/oss-parent-26.tar.gz SOURCES/oss-parent-49.tar.gz

View File

@ -1,17 +1,21 @@
%global oname oss-parent %global srcname oss-parent
Name: fasterxml-oss-parent Name: fasterxml-oss-parent
Version: 26 Version: 49
Release: 6%{?dist} Release: 1%{?dist}
Summary: FasterXML parent pom Summary: FasterXML parent pom
License: ASL 2.0 License: Apache-2.0
URL: http://fasterxml.com/ URL: https://github.com/FasterXML/oss-parent
Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz Source0: %{url}/archive/%{srcname}-%{version}.tar.gz
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
BuildArch: noarch BuildArch: noarch
%if 0%{?fedora}
ExclusiveArch: %{java_arches} noarch
%endif
%description %description
FasterXML is the business behind the Woodstox streaming XML parser, FasterXML is the business behind the Woodstox streaming XML parser,
@ -24,28 +28,21 @@ and extension.
This package contains the parent pom file for FasterXML.com projects. This package contains the parent pom file for FasterXML.com projects.
%prep %prep
%setup -q -n %{oname}-%{oname}-%{version} %setup -q -n %{srcname}-%{srcname}-%{version}
%pom_remove_plugin org.sonatype.plugins:nexus-maven-plugin
%pom_remove_plugin :maven-scm-plugin
%pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin
%pom_remove_plugin org.codehaus.mojo:taglist-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>'
# Stuff unnecessary for RPM builds
%pom_remove_plugin :jacoco-maven-plugin
%pom_remove_plugin :maven-enforcer-plugin %pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-javadoc-plugin
%pom_remove_plugin :maven-pmd-plugin
%pom_remove_plugin :maven-scm-plugin
%pom_remove_plugin :maven-site-plugin %pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :jdepend-maven-plugin
%pom_remove_plugin :taglist-maven-plugin
%pom_xpath_remove "pom:build/pom:extensions"
%build %build
%mvn_build -j %mvn_build
%install %install
%mvn_install %mvn_install
@ -55,6 +52,9 @@ This package contains the parent pom file for FasterXML.com projects.
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog
* Tue Nov 21 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 49-1
- Rebase to upstream version 49
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 26-6 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 26-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild