From 23ea9369a8373e42d44b1d052f91839014c972ec Mon Sep 17 00:00:00 2001 From: peijiankang Date: Tue, 10 Dec 2024 17:39:59 +0800 Subject: [PATCH] fix license info (cherry picked from commit 6b01c77ddc5c468822ab56ba9abfe766e827cf96) --- mathjax.spec | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/mathjax.spec b/mathjax.spec index a302456..2d94b19 100644 --- a/mathjax.spec +++ b/mathjax.spec @@ -1,6 +1,6 @@ Name: mathjax Version: 2.7.4 -Release: 4 +Release: 5 Summary: JavaScript library to render math in the browser License: ASL 2.0 URL: http://mathjax.org @@ -43,112 +43,112 @@ in HTML pages. %package ams-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description ams-fonts %{fontsummary}. %package caligraphic-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description caligraphic-fonts %{fontsummary}. %package fraktur-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description fraktur-fonts %{fontsummary}. %package main-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description main-fonts %{fontsummary}. %package math-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description math-fonts %{fontsummary}. %package sansserif-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description sansserif-fonts %{fontsummary}. %package script-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description script-fonts %{fontsummary}. %package typewriter-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description typewriter-fonts %{fontsummary}. %package size1-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description size1-fonts %{fontsummary}. %package size2-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description size2-fonts %{fontsummary}. %package size3-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description size3-fonts %{fontsummary}. %package size4-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description size4-fonts %{fontsummary}. %package winie6-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description winie6-fonts %{fontsummary}. %package winchrome-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description winchrome-fonts %{fontsummary}. %package vector-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description vector-fonts %{fontsummary}. %package stixweb-fonts Summary: %{fontsummary} Requires: fontpackages-filesystem -License: OFL +License: OFL-1.1 %description stixweb-fonts %{fontsummary}. @@ -229,5 +229,8 @@ done %_font_pkg -n %{name}-STIXWeb STIXMathJax_*.eot STIXMathJax_*.otf %changelog +* Tue Dec 10 2024 peijiankang - 2.7.4-5 +- fix license info + * Tue Aug 25 2020 douyan - 2.7.4-4 -- Init package for openEuler \ No newline at end of file +- Init package for openEuler