Rebase to upstream version 49
Resolves: RHEL-9625
This commit is contained in:
parent
469ae8bdc1
commit
97dda8af2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
SOURCES/oss-parent-26.tar.gz
|
||||
/oss-parent-26.tar.gz
|
||||
/oss-parent-49.tar.gz
|
||||
|
||||
@ -1,17 +1,21 @@
|
||||
%global oname oss-parent
|
||||
%global srcname oss-parent
|
||||
|
||||
Name: fasterxml-oss-parent
|
||||
Version: 26
|
||||
Release: 6%{?dist}
|
||||
Version: 49
|
||||
Release: 1%{?dist}
|
||||
Summary: FasterXML parent pom
|
||||
License: ASL 2.0
|
||||
URL: http://fasterxml.com/
|
||||
Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/FasterXML/oss-parent
|
||||
Source0: %{url}/archive/%{srcname}-%{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
|
||||
%if 0%{?fedora}
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
%endif
|
||||
|
||||
%description
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{oname}-%{oname}-%{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>'
|
||||
%setup -q -n %{srcname}-%{srcname}-%{version}
|
||||
|
||||
# Stuff unnecessary for RPM builds
|
||||
%pom_remove_plugin :jacoco-maven-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 :jdepend-maven-plugin
|
||||
%pom_remove_plugin :taglist-maven-plugin
|
||||
%pom_xpath_remove "pom:build/pom:extensions"
|
||||
|
||||
%build
|
||||
%mvn_build -j
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -55,6 +52,9 @@ This package contains the parent pom file for FasterXML.com projects.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (oss-parent-26.tar.gz) = 5f27702eaebf5416ada674a130eec27a8b3d45612cef81ee08cdc56c21a45984f5ff93978fa849e594d72036d080a23c872875abb1c01d59e85bce18370f3637
|
||||
SHA512 (oss-parent-49.tar.gz) = 221e73acd80dc9268eb52af6c9ed5ad93968bce6be734d2443348e1dcde6f44d6dca8dd0171b24dc94c08516347010cb410cbbcada071cd048679aa1cd6ff226
|
||||
|
||||
Loading…
Reference in New Issue
Block a user