diff --git a/python-ghp-import.changes b/python-ghp-import.changes index 5c1cd3b..d27b9f1 100644 --- a/python-ghp-import.changes +++ b/python-ghp-import.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 14 21:52:46 UTC 2021 - Jan Engelhardt + +- Trim conjecture and filler wording from description. Use noun + phrase for summary. + ------------------------------------------------------------------- Fri Aug 13 11:00:02 UTC 2021 - Danilo Spinella diff --git a/python-ghp-import.spec b/python-ghp-import.spec index 0ed8053..fc57d6a 100644 --- a/python-ghp-import.spec +++ b/python-ghp-import.spec @@ -21,7 +21,7 @@ Name: python-ghp-import Version: 2.0.1 Release: 0 -Summary: Import docs to your gh-pages branch +Summary: Utility to import docs into a gh-pages branch License: Apache-2.0 Group: Development/Languages/Python URL: https://pypi.org/project/ghp-import/ @@ -37,15 +37,14 @@ BuildArch: noarch %python_subpackages %description -Easily import docs to your gh-pages branch. -This will DESTROY your gh-pages branch. If you love it, you'll want -to take backups before playing with this. This script assumes that -gh-pages is 100% derivative. You should never edit files in your +A utility to import docs to a gh-pages branch. +This will destroy the gh-pages branch. This script assumes that +gh-pages is 100%% derivative. You should never edit files in your gh-pages branch by hand if you're using this script because you will lose your work. %prep -%setup -q -n ghp-import-%{version} +%autosetup -n ghp-import-%{version} sed -i '1d' ghp_import.py %build