fix name error in spec file

This commit is contained in:
shixuantong 2021-09-30 10:25:04 +08:00
parent 99b93aa3b7
commit 218baf8f4e

View File

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