diff --git a/backport-0001-Fix-typo-in-cmdline.rst-subcomamnds-subcommands.patch b/backport-0001-Fix-typo-in-cmdline.rst-subcomamnds-subcommands.patch new file mode 100644 index 0000000000000000000000000000000000000000..2eb7828f04b8487b22c65bfc78735d08ab586f82 --- /dev/null +++ b/backport-0001-Fix-typo-in-cmdline.rst-subcomamnds-subcommands.patch @@ -0,0 +1,25 @@ +From 5ed17cba61743db01d7d57272fe56118391e85f0 Mon Sep 17 00:00:00 2001 +From: Mariatta +Date: Mon, 16 Jul 2018 13:21:07 -0700 +Subject: [PATCH 19/34] Fix typo in cmdline.rst: subcomamnds -> subcommands + +--- + doc/cmdline.rst | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/cmdline.rst b/doc/cmdline.rst +index c574454..a6650d0 100644 +--- a/doc/cmdline.rst ++++ b/doc/cmdline.rst +@@ -2,7 +2,7 @@ Flit command line interface + =========================== + + All operations use the ``flit`` command, followed by one of a number of +-subcomamnds. ++subcommands. + + Common options + -------------- +-- +2.39.0.windows.2 + diff --git a/python-flit.spec b/python-flit.spec index 6e26eb2d635d5965daf0e007033193813783ef16..01db89dddd0015b74c795327e7d50b656aacfc32 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -1,6 +1,6 @@ Name: python-flit Version: 1.0 -Release: 5 +Release: 6 Summary: Simplified packaging of Python modules License: BSD and ASL 2.0 and Python URL: https://flit.readthedocs.io/en/latest/ @@ -11,6 +11,8 @@ BuildRequires: python3-devel python3-pip python3-requests python3-docutils pyth Provides: bundled(python-tornado) +Patch0001: backport-0001-Fix-typo-in-cmdline.rst-subcomamnds-subcommands.patch + %description Flit is a simple way to put Python packages and modules on PyPI. The specific usage is introduced on the website(https://flit.readthedocs.io/en/latest/), or query README. @@ -30,7 +32,7 @@ Flit is a simple way to put Python packages and modules on PyPI. The specific usage is introduced on the website(https://flit.readthedocs.io/en/latest/), or query README. %prep -%autosetup -n flit-%{version} +%autosetup -n flit-%{version} -p1 %build export FLIT_NO_NETWORK=1 @@ -49,5 +51,8 @@ XDG_CACHE_HOME=$PWD/.cache %{__python3} -m flit build --format wheel %changelog +* Thu Jan 19 2023 yangbo - 1.0-6 +- Fix typo in cmdline.rst: subcomamnds -> subcommands + * Thu Nov 21 2019 Wanjiankang - 1.0-5 - Package Init