package created using the webbuild interface [release 3.2.2-1mamba;Tue Aug 23 2022]
This commit is contained in:
parent
937b8facb8
commit
56a2038f2d
@ -1,2 +1,3 @@
|
|||||||
# mathjax
|
# mathjax
|
||||||
|
|
||||||
|
Beautiful and accessible math in all browsers.
|
||||||
|
41
mathjax.spec
Normal file
41
mathjax.spec
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user