diff --git a/python-appdirs.spec b/python-appdirs.spec index 59ec300..4527231 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -1,9 +1,9 @@ %global with_tests 0%{?_with_tests:1} %global srcname appdirs -name: pythono-%{srcname} +name: python-%{srcname} Version: 1.4.4 -Release: 1 +Release: 2 Summary: A Python module for determining platform-specific directories License: MIT @@ -49,6 +49,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/appdirs %{python3_sitelib}/__pycache__/appdirs.* %changelog +* Thu Sep 30 2021 shixuantong - 1.4.4-2 +- fix name error in spec file + * Sat Jul 24 2021 shixuantong - 1.4.4-1 - update version to 1.4.4 and update Source0