Drop jackson-databind-javadoc
This commit is contained in:
parent
6497be3579
commit
33b21fd78b
@ -22,12 +22,6 @@ The general-purpose data-binding functionality and tree-model for Jackson Data
|
||||
Processor. It builds on core streaming parser/generator package, and uses
|
||||
Jackson Annotations for configuration.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
@ -59,7 +53,7 @@ rm src/test/java/com/fasterxml/jackson/databind/ser/jdk/JDKTypeSerializationTest
|
||||
%mvn_file : %{name}
|
||||
|
||||
%build
|
||||
%mvn_build -f -- -Dmaven.test.failure.ignore=true
|
||||
%mvn_build -f -j -- -Dmaven.test.failure.ignore=true
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -68,12 +62,10 @@ rm src/test/java/com/fasterxml/jackson/databind/ser/jdk/JDKTypeSerializationTest
|
||||
%doc README.md release-notes/*
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2021 Dogtag PKI Team <pki-devel@redhat.com> - 2.11.4-3
|
||||
- Disable tests
|
||||
- Drop jackson-databind-javadoc
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user