update to 2.6 [release 2.6-1mamba;Tue Apr 13 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 00:15:26 +01:00
parent 2449ecdf3d
commit 07ccf020f6
2 changed files with 55 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# java-xmlgraphics-commons # java-xmlgraphics-commons
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.

View File

@ -0,0 +1,53 @@
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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 2.6-1mamba
- update to 2.6
* Wed Mar 23 2011 gil <puntogil@libero.it> 1.3.1-3mamba
- rebuilt with java-openjdk support
* Tue Nov 09 2010 gil <puntogil@libero.it> 1.3.1-2mamba
- rebuilt devel
* Wed Mar 04 2009 gil <puntogil@libero.it> 1.3.1-1mamba
- package created by autospec