42 lines
1.0 KiB
RPMSpec
42 lines
1.0 KiB
RPMSpec
|
Name: mathjax
|
||
|
Version: 3.2.2
|
||
|
Release: 1mamba
|
||
|
Summary: Beautiful and accessible math in all browsers
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: https://www.mathjax.org/
|
||
|
Source: https://github.com/mathjax/MathJax.git/%{version}/MathJax-%{version}.tar.bz2
|
||
|
License: Apache License 2.0
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
## AUTOBUILDREQ-END
|
||
|
|
||
|
%description
|
||
|
Beautiful and accessible math in all browsers.
|
||
|
|
||
|
#% debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n MathJax-%{version}
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
install -d -m0755 %{buildroot}%{_datadir}
|
||
|
cp -a es5 %{buildroot}%{_datadir}/mathjax
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%dir %{_datadir}/mathjax
|
||
|
%{_datadir}/mathjax/*
|
||
|
%doc LICENSE
|
||
|
|
||
|
%changelog
|
||
|
* Tue Aug 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.2-1mamba
|
||
|
- package created using the webbuild interface
|