import batik-1.11-6.module+el8.2.1+7436+4afdca1f
This commit is contained in:
parent
bea1df27d7
commit
0c7a694e81
@ -5,7 +5,7 @@
|
||||
|
||||
Name: batik
|
||||
Version: 1.11
|
||||
Release: 3%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Scalable Vector Graphics for Java
|
||||
License: ASL 2.0 and W3C
|
||||
URL: https://xmlgraphics.apache.org/batik/
|
||||
@ -31,7 +31,6 @@ BuildRequires: mvn(xml-apis:xml-apis)
|
||||
BuildRequires: mvn(xml-apis:xml-apis-ext)
|
||||
|
||||
# full support for tiff
|
||||
Recommends: jai-imageio-core
|
||||
|
||||
%description
|
||||
Batik is a Java(tm) technology based toolkit for applications that want
|
||||
@ -176,8 +175,11 @@ rm batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java
|
||||
|
||||
%mvn_file :batik-all batik-all
|
||||
|
||||
#no jacl rpm and it breaks javadoc
|
||||
rm -fr batik-script/src/main/java/org/apache/batik/script/jacl/JaclInterpreter.java
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
%mvn_build --xmvn-javadoc
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -198,6 +200,7 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
||||
%doc CHANGES MAINTAIN README
|
||||
|
||||
%files css -f .mfiles-css
|
||||
|
||||
%files util -f .mfiles-util
|
||||
|
||||
%files squiggle -f .mfiles-squiggle
|
||||
@ -223,6 +226,12 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.11-6
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Mon Jun 15 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-4
|
||||
- build with --xmvn-javadoc
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user