2010-11-16 11:09:12 +01:00
|
|
|
#
|
2013-07-16 16:02:11 +02:00
|
|
|
# spec file for package xmlgraphics-batik
|
2010-11-16 11:09:12 +01:00
|
|
|
#
|
2024-02-21 11:55:55 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2010-11-04 15:59:34 +01:00
|
|
|
# Copyright (c) 2000-2008, JPackage Project
|
|
|
|
#
|
2010-11-16 11:09:12 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-11-07 21:48:41 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2010-11-04 15:59:34 +01:00
|
|
|
#
|
2010-11-16 11:09:12 +01:00
|
|
|
|
2010-11-04 15:59:34 +01:00
|
|
|
|
2024-02-29 08:12:57 +01:00
|
|
|
%{!?mvn_install_pom:%global mvn_install_pom install -pm 0644}
|
2021-02-03 07:40:44 +01:00
|
|
|
%define _buildshell /bin/bash
|
2020-04-03 11:40:49 +02:00
|
|
|
%global classpath xmlgraphics-batik:rhino:xml-commons-apis:xml-commons-apis-ext:xmlgraphics-commons
|
2010-11-04 15:59:34 +01:00
|
|
|
Name: xmlgraphics-batik
|
2024-03-01 20:45:49 +01:00
|
|
|
Version: 1.17
|
2013-07-16 16:02:11 +02:00
|
|
|
Release: 0
|
2010-11-04 15:59:34 +01:00
|
|
|
Summary: Scalable Vector Graphics for Java
|
2013-07-16 16:02:11 +02:00
|
|
|
License: Apache-2.0
|
2010-11-16 10:51:16 +01:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2020-04-03 11:40:49 +02:00
|
|
|
URL: https://xml.apache.org/batik/
|
|
|
|
Source0: http://archive.apache.org/dist/xmlgraphics/batik/source/batik-src-%{version}.tar.gz
|
|
|
|
Source1: batik-build.tar.xz
|
|
|
|
Source7: %{name}.security.policy
|
2019-01-20 21:58:28 +01:00
|
|
|
Patch0: %{name}-nolinksinjavadoc.patch
|
2020-04-03 11:40:49 +02:00
|
|
|
Patch1: 0001-Fix-imageio-codec-lookup.patch
|
2010-11-04 15:59:34 +01:00
|
|
|
BuildRequires: ant
|
2018-07-11 12:24:25 +02:00
|
|
|
BuildRequires: fdupes
|
2023-10-25 17:08:44 +02:00
|
|
|
BuildRequires: java-devel >= 1.8
|
2024-02-29 08:12:57 +01:00
|
|
|
BuildRequires: javapackages-local
|
2016-03-04 15:15:35 +01:00
|
|
|
BuildRequires: rhino >= 1.6
|
2018-11-07 21:48:41 +01:00
|
|
|
BuildRequires: xml-commons-apis >= 1.3.03
|
2019-01-20 21:58:28 +01:00
|
|
|
BuildRequires: xmlgraphics-commons
|
|
|
|
Requires: %{name}-css = %{version}-%{release}
|
2014-12-08 14:04:06 +01:00
|
|
|
Obsoletes: batik < %{version}-%{release}
|
|
|
|
Provides: batik = %{version}-%{release}
|
2010-11-04 15:59:34 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%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
|
|
|
|
purposes, such as viewing, generation or manipulation.
|
|
|
|
|
2019-01-20 21:58:28 +01:00
|
|
|
%package css
|
|
|
|
Summary: Batik CSS engine
|
|
|
|
Group: Productivity/Graphics/Vector Editors
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Obsoletes: batik-css < %{version}-%{release}
|
|
|
|
Provides: batik-css = %{version}-%{release}
|
|
|
|
|
|
|
|
%description css
|
|
|
|
CSS component of the Apache Batik SVG manipulation and rendering library.
|
|
|
|
|
2010-11-04 15:59:34 +01:00
|
|
|
%package squiggle
|
|
|
|
Summary: Batik SVG browser
|
2010-11-16 10:51:16 +01:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2010-11-04 15:59:34 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2024-02-29 14:14:17 +01:00
|
|
|
Requires: javapackages-tools
|
|
|
|
Requires: rhino
|
|
|
|
Requires: xml-commons-apis
|
|
|
|
Requires: xmlgraphics-commons
|
2014-12-08 14:04:06 +01:00
|
|
|
Obsoletes: batik-squiggle < %{version}-%{release}
|
|
|
|
Provides: batik-squiggle = %{version}-%{release}
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
%description squiggle
|
|
|
|
The Squiggle SVG Browser lets you view SVG file, zoom, pan and rotate
|
|
|
|
in the content and select text items in the image and much more.
|
|
|
|
|
|
|
|
%package svgpp
|
|
|
|
Summary: Batik SVG pretty printer
|
2010-11-16 10:51:16 +01:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2010-11-04 15:59:34 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2024-02-29 14:14:17 +01:00
|
|
|
Requires: javapackages-tools
|
|
|
|
Requires: rhino
|
|
|
|
Requires: xml-commons-apis
|
|
|
|
Requires: xmlgraphics-commons
|
2014-12-08 14:04:06 +01:00
|
|
|
Obsoletes: batik-svgpp < %{version}-%{release}
|
|
|
|
Provides: batik-svgpp = %{version}-%{release}
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
%description svgpp
|
|
|
|
The SVG Pretty Printer lets developers "pretty-up" their SVG files and
|
|
|
|
get their tabulations and other cosmetic parameters in order. It can
|
|
|
|
also be used to modify the DOCTYPE declaration on SVG files.
|
|
|
|
|
|
|
|
%package ttf2svg
|
|
|
|
Summary: Batik SVG font converter
|
2010-11-16 10:51:16 +01:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2010-11-04 15:59:34 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2024-02-29 14:14:17 +01:00
|
|
|
Requires: javapackages-tools
|
|
|
|
Requires: rhino
|
|
|
|
Requires: xml-commons-apis
|
|
|
|
Requires: xmlgraphics-commons
|
2014-12-08 14:04:06 +01:00
|
|
|
Obsoletes: batik-ttf2svg < %{version}-%{release}
|
|
|
|
Provides: batik-ttf2svg = %{version}-%{release}
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
%description ttf2svg
|
|
|
|
The SVG Font Converter lets developers convert character ranges from
|
|
|
|
the True Type Font format to the SVG Font format to embed in SVG
|
|
|
|
documents. This allows SVG document to be fully self-contained be
|
|
|
|
rendered exactly the same on all systems.
|
|
|
|
|
|
|
|
%package rasterizer
|
|
|
|
Summary: Batik SVG rasterizer
|
2010-11-16 10:51:16 +01:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2010-11-04 15:59:34 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2024-02-29 14:14:17 +01:00
|
|
|
Requires: javapackages-tools
|
|
|
|
Requires: rhino
|
|
|
|
Requires: xml-commons-apis
|
|
|
|
Requires: xmlgraphics-commons
|
2014-12-08 14:04:06 +01:00
|
|
|
Obsoletes: batik-rasterizer < %{version}-%{release}
|
|
|
|
Provides: batik-rasterizer = %{version}-%{release}
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
%description rasterizer
|
|
|
|
The SVG Rasterizer is a utility that can convert SVG files to a raster
|
|
|
|
format. The tool can convert individual files or sets of files, making
|
|
|
|
it easy to convert entire directories of SVG files. The supported
|
|
|
|
formats are JPEG, PNG, and TIFF, however the design allows new formats
|
|
|
|
to be added easily.
|
|
|
|
|
|
|
|
%package slideshow
|
|
|
|
Summary: Batik SVG slideshow
|
2010-11-16 10:51:16 +01:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2010-11-04 15:59:34 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2024-02-29 14:14:17 +01:00
|
|
|
Requires: javapackages-tools
|
|
|
|
Requires: rhino
|
|
|
|
Requires: xml-commons-apis
|
|
|
|
Requires: xmlgraphics-commons
|
2014-12-08 14:04:06 +01:00
|
|
|
Obsoletes: batik-slideshow < %{version}-%{release}
|
|
|
|
Provides: batik-slideshow = %{version}-%{release}
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
%description slideshow
|
|
|
|
Batik SVG slideshow.
|
|
|
|
|
2019-01-20 21:58:28 +01:00
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
Group: Documentation/HTML
|
|
|
|
Obsoletes: batik-javadoc < %{version}-%{release}
|
|
|
|
Provides: batik-javadoc = %{version}-%{release}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
Javadoc for %{name}.
|
|
|
|
|
2010-11-04 15:59:34 +01:00
|
|
|
%package demo
|
|
|
|
Summary: Demo for %{name}
|
2010-11-16 10:51:16 +01:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2014-12-08 14:04:06 +01:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2010-11-04 15:59:34 +01:00
|
|
|
Obsoletes: batik-demo < %{version}-%{release}
|
|
|
|
Provides: batik-demo = %{version}-%{release}
|
|
|
|
|
|
|
|
%description demo
|
|
|
|
Demonstrations and samples for %{name}.
|
|
|
|
|
|
|
|
%prep
|
2020-04-03 11:40:49 +02:00
|
|
|
%setup -q -n batik-%{version} -a1
|
2019-01-20 21:58:28 +01:00
|
|
|
|
|
|
|
find -name '*.class' -delete
|
|
|
|
find -name '*.jar' -delete
|
|
|
|
|
2024-02-21 11:55:55 +01:00
|
|
|
%patch -P 0 -p1
|
|
|
|
%patch -P 1 -p1
|
2019-01-20 21:58:28 +01:00
|
|
|
|
2020-04-03 01:30:54 +02:00
|
|
|
cp -p %{SOURCE7} batik-svgrasterizer/src/main/resources/org/apache/batik/apps/rasterizer/resources/rasterizer.policy
|
|
|
|
cp -p %{SOURCE7} batik-svgbrowser/src/main/resources/org/apache/batik/apps/svgbrowser/resources/svgbrowser.policy
|
2019-01-20 21:58:28 +01:00
|
|
|
|
|
|
|
# eclipse expects xmlgraphics to be optional
|
|
|
|
%pom_xpath_inject 'pom:dependency[pom:artifactId="xmlgraphics-commons"]' '<optional>true</optional>' batik-css
|
|
|
|
|
|
|
|
for pom in `find -mindepth 2 -name pom.xml -not -path ./batik-all/pom.xml`; do
|
|
|
|
%pom_add_plugin org.apache.felix:maven-bundle-plugin $pom "
|
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<Bundle-SymbolicName>org.apache.batik.$(sed 's:./batik-::;s:/pom.xml::' <<< $pom)</Bundle-SymbolicName>
|
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
"
|
|
|
|
%pom_xpath_inject pom:project '<packaging>bundle</packaging>' $pom
|
|
|
|
done
|
|
|
|
|
|
|
|
# for eclipse
|
|
|
|
%pom_xpath_set pom:Bundle-SymbolicName org.apache.batik.util.gui batik-gui-util
|
|
|
|
|
2023-06-28 16:27:03 +02:00
|
|
|
%pom_remove_dep :jython batik-script
|
|
|
|
rm -rf batik-script/src/main/java/org/apache/batik/script/jpython
|
|
|
|
|
2019-01-20 21:58:28 +01:00
|
|
|
%pom_disable_module batik-test-old
|
|
|
|
|
2023-06-28 16:27:03 +02:00
|
|
|
build-jar-repository -s lib js xml-apis xml-commons-apis-ext xmlgraphics-commons
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
export CLASSPATH=
|
|
|
|
export OPT_JAR_LIST=:
|
2020-04-03 11:40:49 +02:00
|
|
|
%{ant} \
|
|
|
|
-f build-batik.xml -Dtest.skip=true \
|
|
|
|
package
|
|
|
|
%{ant} \
|
|
|
|
all-jar jars javadoc
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
|
|
|
|
# jars
|
2014-12-08 14:04:06 +01:00
|
|
|
mkdir -p %{buildroot}%{_javadir}/%{name}
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
for dir in batik-%{version} batik-%{version}/lib batik-%{version}/extensions; do
|
|
|
|
pushd ${dir}
|
|
|
|
for jar in batik-*.jar; do
|
|
|
|
basename=`basename ${jar} .jar`
|
2020-04-03 11:40:49 +02:00
|
|
|
name=`echo ${basename} | sed -e 's/batik-//' | sed -e 's/-%{version}//' `
|
2016-03-04 15:15:35 +01:00
|
|
|
cp -p ${jar} %{buildroot}%{_javadir}/%{name}/${name}.jar
|
2010-11-04 15:59:34 +01:00
|
|
|
done
|
|
|
|
popd
|
|
|
|
done
|
|
|
|
|
|
|
|
for pkg in squiggle squiggle-ext svgpp ttf2svg rasterizer rasterizer-ext slideshow; do
|
2020-04-03 11:40:49 +02:00
|
|
|
ln -s %{name}/${pkg}.jar %{buildroot}%{_javadir}/batik-${pkg}.jar
|
2010-11-04 15:59:34 +01:00
|
|
|
done
|
|
|
|
|
2020-04-03 11:40:49 +02:00
|
|
|
mv %{buildroot}%{_javadir}/%{name}/all.jar %{buildroot}%{_javadir}/%{name}-all.jar
|
|
|
|
ln -s %{name}-all.jar %{buildroot}%{_javadir}/batik-all.jar
|
2010-11-04 15:59:34 +01:00
|
|
|
|
2019-01-20 21:58:28 +01:00
|
|
|
#pom
|
|
|
|
mkdir -p %{buildroot}%{_mavenpomdir}/%{name}
|
|
|
|
|
2023-09-29 15:58:17 +02:00
|
|
|
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}/parent.pom
|
2019-01-20 21:58:28 +01:00
|
|
|
%add_maven_depmap %{name}/parent.pom
|
|
|
|
|
2023-09-29 15:58:17 +02:00
|
|
|
%{mvn_install_pom} batik-all/pom.xml %{buildroot}%{_mavenpomdir}/%{name}-all.pom
|
2020-04-03 11:40:49 +02:00
|
|
|
%add_maven_depmap %{name}-all.pom %{name}-all.jar
|
2019-01-20 21:58:28 +01:00
|
|
|
|
2020-06-16 15:57:32 +02:00
|
|
|
for i in anim awt-util bridge codec constants dom ext extension gvt i18n parser script shared-resources svg-dom svgbrowser svggen svgrasterizer swing transcoder util gui-util xml;
|
2019-01-20 21:58:28 +01:00
|
|
|
do
|
2023-09-29 15:58:17 +02:00
|
|
|
%{mvn_install_pom} batik-${i}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/${i}.pom
|
2020-04-03 11:40:49 +02:00
|
|
|
%add_maven_depmap %{name}/${i}.pom %{name}/${i}.jar
|
2019-01-20 21:58:28 +01:00
|
|
|
done
|
|
|
|
|
|
|
|
cp -p batik-css/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/css.pom
|
2020-04-03 11:40:49 +02:00
|
|
|
%add_maven_depmap %{name}/css.pom %{name}/css.jar -f css
|
2019-01-20 21:58:28 +01:00
|
|
|
|
|
|
|
cp -p batik-svgpp/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/svgpp.pom
|
2020-04-03 11:40:49 +02:00
|
|
|
%add_maven_depmap %{name}/svgpp.pom %{name}/svgpp.jar -f svgpp
|
2019-01-20 21:58:28 +01:00
|
|
|
|
|
|
|
cp -p batik-ttf2svg/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/ttf2svg.pom
|
2020-04-03 11:40:49 +02:00
|
|
|
%add_maven_depmap %{name}/ttf2svg.pom %{name}/ttf2svg.jar -f ttf2svg
|
2019-01-20 21:58:28 +01:00
|
|
|
|
|
|
|
cp -p batik-slideshow/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/slideshow.pom
|
2020-04-03 11:40:49 +02:00
|
|
|
%add_maven_depmap %{name}/slideshow.pom %{name}/slideshow.jar -f slideshow
|
2019-01-20 21:58:28 +01:00
|
|
|
|
|
|
|
for i in squiggle squiggle-ext;
|
|
|
|
do
|
|
|
|
cp -p batik-${i}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/${i}.pom
|
2020-04-03 11:40:49 +02:00
|
|
|
%add_maven_depmap %{name}/${i}.pom %{name}/${i}.jar -f squiggle
|
2019-01-20 21:58:28 +01:00
|
|
|
done
|
|
|
|
|
|
|
|
for i in rasterizer rasterizer-ext;
|
|
|
|
do
|
|
|
|
cp -p batik-${i}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/${i}.pom
|
2020-04-03 11:40:49 +02:00
|
|
|
%add_maven_depmap %{name}/${i}.pom %{name}/${i}.jar -f rasterizer
|
2019-01-20 21:58:28 +01:00
|
|
|
done
|
|
|
|
|
2010-11-04 15:59:34 +01:00
|
|
|
# scripts
|
2020-04-03 11:40:49 +02:00
|
|
|
%jpackage_script org.apache.batik.apps.svgbrowser.Main '' '' %{classpath} %{name}-squiggle true
|
|
|
|
%jpackage_script org.apache.batik.apps.svgpp.Main '' '' %{classpath} %{name}-svgpp true
|
|
|
|
%jpackage_script org.apache.batik.apps.ttf2svg.Main '' '' %{classpath} %{name}-ttf2svg true
|
|
|
|
%jpackage_script org.apache.batik.apps.rasterizer.Main '' '' %{classpath} %{name}-rasterizer true
|
|
|
|
%jpackage_script org.apache.batik.apps.slideshow.Main '' '' %{classpath} %{name}-slideshow true
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
# demo
|
2014-12-08 14:04:06 +01:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/%{name}
|
2019-01-20 21:58:28 +01:00
|
|
|
cp -pr contrib samples test-resources \
|
2014-12-08 14:04:06 +01:00
|
|
|
%{buildroot}%{_datadir}/%{name}
|
2018-07-11 12:24:25 +02:00
|
|
|
%fdupes -s %{buildroot}%{_datadir}/%{name}
|
2014-12-08 14:04:06 +01:00
|
|
|
ln -s %{name} %{buildroot}%{_datadir}/batik
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
# policy
|
2014-12-08 14:04:06 +01:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
|
|
|
|
cp -p %{SOURCE7} %{buildroot}%{_sysconfdir}/%{name}/rasterizer.policy
|
2010-11-04 15:59:34 +01:00
|
|
|
|
2019-01-20 21:58:28 +01:00
|
|
|
# javadoc
|
|
|
|
mkdir -p %{buildroot}%{_javadocdir}/%{name}
|
|
|
|
cp -pr batik-%{version}/docs/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
|
|
|
%fdupes -s %{buildroot}%{_javadocdir}/%{name}
|
|
|
|
|
2020-04-03 11:40:49 +02:00
|
|
|
%files -f .mfiles
|
2019-01-20 21:58:28 +01:00
|
|
|
%license LICENSE NOTICE
|
|
|
|
%doc KEYS MAINTAIN README
|
2010-11-04 15:59:34 +01:00
|
|
|
%{_javadir}/batik-all.jar
|
|
|
|
|
2020-04-03 11:40:49 +02:00
|
|
|
%files css -f .mfiles-css
|
|
|
|
|
|
|
|
%files squiggle -f .mfiles-squiggle
|
2010-11-04 15:59:34 +01:00
|
|
|
%{_javadir}/batik-squiggle-ext.jar
|
2020-04-03 11:40:49 +02:00
|
|
|
%{_javadir}/batik-squiggle.jar
|
|
|
|
%{_bindir}/%{name}-squiggle
|
|
|
|
|
|
|
|
%files svgpp -f .mfiles-svgpp
|
2010-11-04 15:59:34 +01:00
|
|
|
%{_javadir}/batik-svgpp.jar
|
2020-04-03 11:40:49 +02:00
|
|
|
%{_bindir}/%{name}-svgpp
|
|
|
|
|
|
|
|
%files ttf2svg -f .mfiles-ttf2svg
|
2010-11-04 15:59:34 +01:00
|
|
|
%{_javadir}/batik-ttf2svg.jar
|
2020-04-03 11:40:49 +02:00
|
|
|
%{_bindir}/%{name}-ttf2svg
|
|
|
|
|
|
|
|
%files rasterizer -f .mfiles-rasterizer
|
2010-11-04 15:59:34 +01:00
|
|
|
%{_javadir}/batik-rasterizer.jar
|
|
|
|
%{_javadir}/batik-rasterizer-ext.jar
|
2020-04-03 11:40:49 +02:00
|
|
|
%{_bindir}/%{name}-rasterizer
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
2010-11-04 15:59:34 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/rasterizer.policy
|
|
|
|
|
2020-04-03 11:40:49 +02:00
|
|
|
%files slideshow -f .mfiles-slideshow
|
2010-11-04 15:59:34 +01:00
|
|
|
%{_javadir}/batik-slideshow.jar
|
2020-04-03 11:40:49 +02:00
|
|
|
%{_bindir}/%{name}-slideshow
|
2010-11-04 15:59:34 +01:00
|
|
|
|
|
|
|
%files demo
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_datadir}/batik
|
2020-04-03 11:51:07 +02:00
|
|
|
%exclude %{_datadir}/%{name}/contrib/rasterizertask/build.sh
|
|
|
|
%exclude %{_datadir}/%{name}/contrib/charts/convert.sh
|
|
|
|
%attr(0755,root,root) %{_datadir}/%{name}/contrib/rasterizertask/build.sh
|
|
|
|
%attr(0755,root,root) %{_datadir}/%{name}/contrib/charts/convert.sh
|
2010-11-04 15:59:34 +01:00
|
|
|
|
2019-01-20 21:58:28 +01:00
|
|
|
%files javadoc
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
%{_javadocdir}/%{name}
|
|
|
|
|
2010-11-04 15:59:34 +01:00
|
|
|
%changelog
|