!15 fix name error in spec file

From: @tong_1001
Reviewed-by: @myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2021-09-30 04:17:15 +00:00 committed by Gitee
commit 5f9367e177

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