$ git show --format=fuller --patch-with-stat --summary 2fdf355d52f3ce7caafe6e2f16613e01a5ed00a4
commit 2fdf355d52f3ce7caafe6e2f16613e01a5ed00a4
Author: Colin <itchka@compuserve.com>
AuthorDate: Mon Jan 11 08:59:30 2021 +0000
Commit: Colin <itchka@compuserve.com>
CommitDate: Mon Jan 11 08:59:30 2021 +0000
Sort out some dodgy package naming
---
python-docstring_parser.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/python-docstring_parser.spec b/python-docstring_parser.spec
index 168f25a..ccb46ba 100644
--- a/python-docstring_parser.spec
+++ b/python-docstring_parser.spec
@@ -1,9 +1,9 @@
# Created by pyp2rpm-3.3.5
%global pypi_name docstring_parser
-
-Name: python-%{pypi_name}
+%global std_name docsting-parser
+Name: python-%{std_name}
Version: 0.7.3
-Release: 2
+Release: 3
Summary: Parse Python docstrings
Group: Development/Python
License: MIT
@@ -37,7 +37,7 @@ rm -rf %{pypi_name}.egg-info
%check
%{__python3} setup.py test
-%files -n python-%{pypi_name}
+%files -n python-%{std_name}
%license LICENSE.md
%doc README.md
%{python3_sitelib}/%{pypi_name}