2019-12-17 16:19:16 +08:00
|
|
|
Name: fasterxml-oss-parent
|
2024-01-17 16:01:22 +08:00
|
|
|
Version: 56
|
|
|
|
|
Release: 1
|
2019-12-17 16:19:16 +08:00
|
|
|
Summary: Faster, better open source XML and JSON parsing for the Java platform
|
2024-01-17 16:01:22 +08:00
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: https://github.com/FasterXML/oss-parent
|
2019-12-17 16:19:16 +08:00
|
|
|
Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) 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.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n oss-parent-oss-parent-%{version} -p1
|
|
|
|
|
|
2024-01-17 16:01:22 +08:00
|
|
|
for package in :jacoco-maven-plugin :maven-enforcer-plugin :maven-javadoc-plugin \
|
|
|
|
|
:maven-pmd-plugin :maven-scm-plugin :maven-site-plugin \
|
|
|
|
|
:jdepend-maven-plugin :taglist-maven-plugin
|
2019-12-17 16:19:16 +08:00
|
|
|
do
|
|
|
|
|
%pom_remove_plugin ${package}
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%pom_xpath_remove "pom:build/pom:extensions"
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%mvn_build -j
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
|
%doc README.creole
|
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-17 16:01:22 +08:00
|
|
|
* Wed Jan 17 2024 xujing <xujing125@huawei.com> - 56-1
|
|
|
|
|
- update version to 56
|
|
|
|
|
|
2022-12-29 16:58:11 +08:00
|
|
|
* Thu Dec 29 2022 yangmingtai <yangmingtai@huawei.com> - 26-9
|
|
|
|
|
- add fasterxml-oss-parent.yaml
|
|
|
|
|
|
2019-12-17 16:19:16 +08:00
|
|
|
* Fri Dec 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 26-8
|
|
|
|
|
- Package init
|