|
|
|
@ -1,11 +1,8 @@
|
|
|
|
|
# Allow conditionally building without deps on scripting libs rhino and jython
|
|
|
|
|
%bcond_with jp_minimal
|
|
|
|
|
|
|
|
|
|
%global classpath batik:rhino:xml-commons-apis:xml-commons-apis-ext:xmlgraphics-commons:jai_imageio
|
|
|
|
|
%global classpath batik:xml-commons-apis:xml-commons-apis-ext:xmlgraphics-commons
|
|
|
|
|
|
|
|
|
|
Name: batik
|
|
|
|
|
Version: 1.11
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 1.14
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Scalable Vector Graphics for Java
|
|
|
|
|
License: ASL 2.0 and W3C
|
|
|
|
|
URL: https://xmlgraphics.apache.org/batik/
|
|
|
|
@ -18,20 +15,14 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
|
BuildRequires: mvn(org.apache:apache:pom:)
|
|
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
|
|
|
|
BuildRequires: mvn(org.apache.xmlgraphics:xmlgraphics-commons) >= 2.3
|
|
|
|
|
%if %{without jp_minimal}
|
|
|
|
|
BuildRequires: mvn(org.mozilla:rhino)
|
|
|
|
|
BuildRequires: mvn(org.python:jython)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
|
|
|
|
|
BuildRequires: mvn(org.apache.xmlgraphics:xmlgraphics-commons)
|
|
|
|
|
BuildRequires: mvn(xalan:xalan)
|
|
|
|
|
BuildRequires: mvn(xml-apis:xml-apis)
|
|
|
|
|
BuildRequires: mvn(xml-apis:xml-apis-ext)
|
|
|
|
|
|
|
|
|
|
# full support for tiff
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Batik is a Java(tm) technology based toolkit for applications that want
|
|
|
|
|
to use images in the Scalable Vector Graphics (SVG) format for various
|
|
|
|
@ -39,7 +30,6 @@ purposes, such as viewing, generation or manipulation.
|
|
|
|
|
|
|
|
|
|
%package util
|
|
|
|
|
Summary: Batik utility library
|
|
|
|
|
Obsoletes: %{name} < 1.11-1
|
|
|
|
|
|
|
|
|
|
%description util
|
|
|
|
|
Util component of the Apache Batik SVG manipulation and rendering library.
|
|
|
|
@ -54,7 +44,9 @@ CSS component of the Apache Batik SVG manipulation and rendering library.
|
|
|
|
|
Summary: Batik SVG browser
|
|
|
|
|
# Explicit requires for javapackages-tools since squiggle-script
|
|
|
|
|
# uses /usr/share/java-utils/java-functions
|
|
|
|
|
Requires: javapackages-tools
|
|
|
|
|
Requires: javapackages-tools
|
|
|
|
|
# Requires AWT, so can't rely on java-headless alone
|
|
|
|
|
Requires: java
|
|
|
|
|
|
|
|
|
|
%description squiggle
|
|
|
|
|
The Squiggle SVG Browser lets you view SVG file, zoom, pan and rotate
|
|
|
|
@ -101,6 +93,8 @@ Summary: Batik SVG slideshow
|
|
|
|
|
# Explicit requires for javapackages-tools since slideshow-script
|
|
|
|
|
# uses /usr/share/java-utils/java-functions
|
|
|
|
|
Requires: javapackages-tools
|
|
|
|
|
# Requires AWT, so can't rely on java-headless alone
|
|
|
|
|
Requires: java
|
|
|
|
|
|
|
|
|
|
%description slideshow
|
|
|
|
|
Batik SVG slideshow.
|
|
|
|
@ -146,8 +140,10 @@ for pom in `find -mindepth 2 -name pom.xml -not -path ./batik-all/pom.xml`; do
|
|
|
|
|
%pom_xpath_inject pom:project '<packaging>bundle</packaging>' $pom
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%if %{with jp_minimal}
|
|
|
|
|
# Remove optional deps on rhino and jython for minimal build
|
|
|
|
|
# The "old-test" module cannot be built due to missing deps in Fedora
|
|
|
|
|
%pom_disable_module batik-test-old
|
|
|
|
|
|
|
|
|
|
# Remove optional deps on rhino and jython
|
|
|
|
|
%pom_remove_dep :rhino batik-{bridge,script}
|
|
|
|
|
%pom_remove_dep :jython batik-script
|
|
|
|
|
rm -rf batik-script/src/main/java/org/apache/batik/script/{jpython,rhino}
|
|
|
|
@ -158,7 +154,6 @@ rm batik-bridge/src/main/java/org/apache/batik/bridge/RhinoInterpreterFactory.ja
|
|
|
|
|
rm batik-bridge/src/main/java/org/apache/batik/bridge/EventTargetWrapper.java
|
|
|
|
|
rm batik-bridge/src/main/java/org/apache/batik/bridge/GlobalWrapper.java
|
|
|
|
|
rm batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%mvn_package :batik-squiggle squiggle
|
|
|
|
|
%mvn_package :batik-squiggle-ext squiggle
|
|
|
|
@ -169,6 +164,7 @@ rm batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java
|
|
|
|
|
%mvn_package :batik-slideshow slideshow
|
|
|
|
|
%mvn_package :batik-css css
|
|
|
|
|
%mvn_package :batik-constants util
|
|
|
|
|
%mvn_package :batik-shared-resources util
|
|
|
|
|
%mvn_package :batik-i18n util
|
|
|
|
|
%mvn_package :batik-util util
|
|
|
|
|
%mvn_package ':batik-test*' __noinstall
|
|
|
|
@ -176,18 +172,18 @@ 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
|
|
|
|
|
rm batik-script/src/main/java/org/apache/batik/script/jacl/JaclInterpreter.java
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%mvn_build --xmvn-javadoc
|
|
|
|
|
%mvn_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
|
|
%jpackage_script org.apache.batik.apps.svgbrowser.Main '' '' %{classpath} squiggle true
|
|
|
|
|
%jpackage_script org.apache.batik.apps.svgbrowser.Main '' '' %{classpath}:rhino squiggle true
|
|
|
|
|
%jpackage_script org.apache.batik.apps.svgpp.Main '' '' %{classpath} svgpp true
|
|
|
|
|
%jpackage_script org.apache.batik.apps.ttf2svg.Main '' '' %{classpath} ttf2svg true
|
|
|
|
|
%jpackage_script org.apache.batik.apps.rasterizer.Main '' '' %{classpath} rasterizer true
|
|
|
|
|
%jpackage_script org.apache.batik.apps.rasterizer.Main '' '' %{classpath}:rhino rasterizer true
|
|
|
|
|
%jpackage_script org.apache.batik.apps.slideshow.Main '' '' %{classpath} slideshow true
|
|
|
|
|
|
|
|
|
|
# Demo
|
|
|
|
@ -200,7 +196,6 @@ 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
|
|
|
|
@ -226,6 +221,25 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.14-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Tue Mar 09 2021 Aleksandar Kurtakov <akurtako@redhat.com> - 1.14-2
|
|
|
|
|
- Enforce minimal build as jython is orphaned
|
|
|
|
|
|
|
|
|
|
* Mon Mar 01 2021 Jie Kang <jkang@redhat.com> - 1.14-1
|
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 18 2020 Mat Booth <mat.booth@redhat.com> - 1.13-1
|
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
- Add requirements on full JRE for subpackages that require AWT
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.11-6
|
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
|
|
|
|
@ -280,7 +294,6 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
|
|
|
|
|
|
|
|
|
* Thu Apr 20 2017 Michael Simacek <msimacek@redhat.com> - 1.9-1
|
|
|
|
|
- Update to upstream version 1.9
|
|
|
|
|
- Fixes CVE-2017-5662
|
|
|
|
|
|
|
|
|
|
* Wed Apr 19 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-8
|
|
|
|
|
- Add missing requires on xmlgraphics-commons
|
|
|
|
@ -347,7 +360,6 @@ cp -pr samples $RPM_BUILD_ROOT%{_datadir}/%{name}/
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-0.8.svn1230816
|
|
|
|
|
- Rebuild to regenerate API documentation
|
|
|
|
|
- CVE-2013-1571
|
|
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-0.7.svn1230816
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|