update to 2.9.8
This commit is contained in:
parent
880dcde8d5
commit
549abb326d
Binary file not shown.
BIN
jackson-core-2.9.8.tar.gz
Normal file
BIN
jackson-core-2.9.8.tar.gz
Normal file
Binary file not shown.
@ -1,35 +1,31 @@
|
||||
%global main_res_dir src/main/resources/META-INF
|
||||
|
||||
Name: jackson-core
|
||||
Version: 2.9.4
|
||||
Release: 4
|
||||
Summary: Core part of Jackson
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-core/
|
||||
Source0: https://github.com/FasterXML/jackson-core/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
BuildRequires: maven-local
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Provides: jackson-core-javadoc
|
||||
Obsoletes: jackson-core-javadoc
|
||||
|
||||
Name: jackson-core
|
||||
Version: 2.9.8
|
||||
Release: 1
|
||||
Summary: Core part of Jackson
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/FasterXML/jackson-core/
|
||||
Source0: https://github.com/FasterXML/jackson-core/archive/%{name}-%{version}.tar.gz
|
||||
BuildRequires: maven-local mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildArch: noarch
|
||||
%description
|
||||
Core part of Jackson that defines Streaming API as well as basic shared abstractions.
|
||||
Core part of Jackson that defines Streaming API as well
|
||||
as basic shared abstractions.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
Provides: %{name}-javadoc = %{version}-%{release}
|
||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||
%description javadoc
|
||||
This package contains API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{name}-%{version} -p1
|
||||
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%pom_remove_plugin ":maven-enforcer-plugin"
|
||||
|
||||
cp -p %{main_res_dir}/LICENSE .
|
||||
cp -p %{main_res_dir}/NOTICE .
|
||||
cp -p src/main/resources/META-INF/LICENSE .
|
||||
cp -p src/main/resources/META-INF/NOTICE .
|
||||
sed -i 's/\r//' LICENSE NOTICE
|
||||
|
||||
%mvn_file : %{name}
|
||||
|
||||
%build
|
||||
@ -40,10 +36,14 @@ sed -i 's/\r//' LICENSE NOTICE
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.md release-notes/*
|
||||
%doc %{_javadocdir}/%{name}
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Fri Aug 28 2020 huanghaitao <huanghaitao8@huawei.com> - 2.9.8-1
|
||||
- Upgrade to 2.9.8-1
|
||||
|
||||
* Tue Dec 3 2019 huyan <hu.huyan@huawei.com> - 2.9.4-4
|
||||
- Package Initialization
|
||||
|
||||
4
jackson-core.yaml
Normal file
4
jackson-core.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: FasterXML/jackson-core
|
||||
tag_prefix: "jackson-core-"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user