Name: java-xmlgraphics-commons Version: 2.6 Release: 1mamba Summary: Apache XML Graphics Commons Group: Development/Libraries/Java Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://xmlgraphics.apache.org/commons/ Source: https://www.apache.org/dist/xmlgraphics/commons/binaries/xmlgraphics-commons-%{version}-bin.tar.gz License: Apache Software License 2.0 ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END Provides: xmlgraphics-commons Obsoletes: xmlgraphics-commons <= 2.6 BuildRequires: javapackages %description Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D implementations that let you generate PDF & PostScript files, and much more. %prep %setup -q -n xmlgraphics-commons-%{version} %build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" install -Dm 644 build/xmlgraphics-commons-%{version}.jar \ %{buildroot}%{_javadir}/xmlgraphics-commons-%{version}.jar ln -s xmlgraphics-commons-%{version}.jar %{buildroot}%{_javadir}/xmlgraphics-commons.jar %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_javadir}/xmlgraphics-commons-%{version}.jar %{_javadir}/xmlgraphics-commons.jar %doc LICENSE NOTICE %changelog * Tue Apr 13 2021 Silvan Calarco 2.6-1mamba - update to 2.6 * Wed Mar 23 2011 gil 1.3.1-3mamba - rebuilt with java-openjdk support * Tue Nov 09 2010 gil 1.3.1-2mamba - rebuilt devel * Wed Mar 04 2009 gil 1.3.1-1mamba - package created by autospec