diff --git a/README.md b/README.md index 0bee768..d60e7ce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # mathjax +Beautiful and accessible math in all browsers. diff --git a/mathjax.spec b/mathjax.spec new file mode 100644 index 0000000..b2fcae7 --- /dev/null +++ b/mathjax.spec @@ -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 +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 3.2.2-1mamba +- package created using the webbuild interface