diff options
Diffstat (limited to 'python-xml2rfc.spec')
-rw-r--r-- | python-xml2rfc.spec | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/python-xml2rfc.spec b/python-xml2rfc.spec index d7fb645..331a896 100644 --- a/python-xml2rfc.spec +++ b/python-xml2rfc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xml2rfc -Version: 3.16.0 +Version: 3.17.0 Release: 1 Summary: Xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies. License: BSD-3-Clause URL: https://github.com/ietf-tools/xml2rfc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0f/b9/2f0bea168c220aff886e9ec7fba2bbc08b0b166ee22296cd79ff8e04b330/xml2rfc-3.16.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/43/c8/60b3a2cca1ad5ca214e3f8a092ef4b30619d8dadca2e0a89a9785d6644f2/xml2rfc-3.17.0.tar.gz BuildArch: noarch @@ -28,7 +28,10 @@ pip install 'weasyprint==55.0' * Follow the installation instructions at https://www.google.com/get/noto/help/install/ * Go to https://fonts.google.com/specimen/Roboto+Mono, and download the - font. Follow the installation instructions above, as applied to this download. + font. Follow the installation instructions above, as applied to this download. + * Go to https://fonts.google.com/noto/specimen/Noto+Sans+Math, and + download the font. Follow the installation instructions above, as + applied to this download. With these installed and available to **xml2rfc**, the `--pdf` switch will be enabled. ### Usage **xml2rfc** accepts a single XML document as input and outputs to one or more conversion formats. @@ -89,7 +92,10 @@ pip install 'weasyprint==55.0' * Follow the installation instructions at https://www.google.com/get/noto/help/install/ * Go to https://fonts.google.com/specimen/Roboto+Mono, and download the - font. Follow the installation instructions above, as applied to this download. + font. Follow the installation instructions above, as applied to this download. + * Go to https://fonts.google.com/noto/specimen/Noto+Sans+Math, and + download the font. Follow the installation instructions above, as + applied to this download. With these installed and available to **xml2rfc**, the `--pdf` switch will be enabled. ### Usage **xml2rfc** accepts a single XML document as input and outputs to one or more conversion formats. @@ -147,7 +153,10 @@ pip install 'weasyprint==55.0' * Follow the installation instructions at https://www.google.com/get/noto/help/install/ * Go to https://fonts.google.com/specimen/Roboto+Mono, and download the - font. Follow the installation instructions above, as applied to this download. + font. Follow the installation instructions above, as applied to this download. + * Go to https://fonts.google.com/noto/specimen/Noto+Sans+Math, and + download the font. Follow the installation instructions above, as + applied to this download. With these installed and available to **xml2rfc**, the `--pdf` switch will be enabled. ### Usage **xml2rfc** accepts a single XML document as input and outputs to one or more conversion formats. @@ -184,7 +193,7 @@ The initial build may take time because it downloads all required fonts as well. [WeasyPrint Docs]: https://doc.courtbouillon.org/weasyprint/stable/first_steps.html %prep -%autosetup -n xml2rfc-3.16.0 +%autosetup -n xml2rfc-3.17.0 %build %py3_build @@ -224,5 +233,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.16.0-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.17.0-1 - Package Spec generated |