59 lines
1.7 KiB
RPMSpec
59 lines
1.7 KiB
RPMSpec
Name: java-jeuclid
|
|
Version: 3.1.9
|
|
Release: 3mamba
|
|
Summary: MathML Rendering Solution
|
|
Group: Development/Libraries/Java
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://jeuclid.sourceforge.net/
|
|
Source: http://downloads.sourceforge.net/jeuclid/jeuclid-minimal-%{version}-distribution.zip
|
|
License: Apache Software License 2.0
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: javapackages
|
|
|
|
%description
|
|
JEuclid is a complete MathML rendering solution, consisting of:
|
|
|
|
* A MathViewer application
|
|
* Command line converters from MathML to other formats
|
|
* An ant task for automated conversion
|
|
* Display components for AWT and Swing
|
|
* A component for Apache Cocoon
|
|
|
|
|
|
%prep
|
|
%setup -q -c
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
cd jeuclid-minimal-%{version}
|
|
install -Dm644 repo/jeuclid-core-%{version}.jar %{buildroot}%{_javadir}/jeuclid-core-%{version}.jar
|
|
ln -s jeuclud-core-%{version}.jar %{buildroot}%{_javadir}/jeuclid-core.jar
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_javadir}/jeuclid-core-%{version}.jar
|
|
%{_javadir}/jeuclid-core.jar
|
|
%doc jeuclid-minimal-%{version}/LICENSE.txt jeuclid-minimal-%{version}/NOTICE
|
|
|
|
%changelog
|
|
* Sun Apr 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.9-3mamba
|
|
- rebuilt using upstream binary dist
|
|
|
|
* Thu Dec 09 2010 gil <puntogil@libero.it> 3.1.9-2mamba
|
|
- rebuilt devel
|
|
|
|
* Fri Feb 26 2010 gil <puntogil@libero.it> 3.1.9-1mamba
|
|
- update to 3.1.9
|
|
- edit spec file added jeuclid-core16 jars
|
|
|
|
* Fri Nov 20 2009 gil <puntogil@libero.it> 3.1.8-1mamba
|
|
- package created by autospec
|
|
- added Italian translation |