Drop jackson-module-javadoc
This commit is contained in:
parent
57bd5f5a1e
commit
81b667604c
@ -39,15 +39,6 @@ annotations as an alternative to native Jackson annotations. It is most often
|
||||
used to make it easier to reuse existing data beans that used with JAXB
|
||||
framework to read and write XML.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
# Obsoletes standalone jackson-module-jaxb-annotations since F28
|
||||
Obsoletes: jackson-module-jaxb-annotations-javadoc < %{version}-%{release}
|
||||
Provides: jackson-module-jaxb-annotations-javadoc = %{version}-%{release}
|
||||
|
||||
%description javadoc
|
||||
This package contains API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
@ -90,7 +81,7 @@ rm osgi/src/test/java/com/fasterxml/jackson/module/osgi/InjectOsgiServiceTest.ja
|
||||
%mvn_file ":{*}" jackson-modules/@1
|
||||
|
||||
%build
|
||||
%mvn_build -s
|
||||
%mvn_build -s -j
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -103,13 +94,10 @@ rm osgi/src/test/java/com/fasterxml/jackson/module/osgi/InjectOsgiServiceTest.ja
|
||||
%doc jaxb/README.md jaxb/release-notes
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu May 20 2021 Dogtag PKI Team <pki-devel@redhat.com> - 2.11.4-3
|
||||
- Drop jackson-module-afterburner, jackson-module-guice, jackson-module-mrbean,
|
||||
jackson-module-osgi, and jackson-module-paranamer
|
||||
jackson-module-osgi, jackson-module-paranamer, and jackson-module-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