!12 Modify Source0 Url of package python-hwdata

From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-09-18 15:04:47 +08:00 committed by Gitee
commit cd86367455
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,11 +2,11 @@
Name: python-hwdata Name: python-hwdata
Version: 2.3.7 Version: 2.3.7
Release: 5 Release: 6
Summary: Python bindings to hwdata package Summary: Python bindings to hwdata package
License: GPLv2 License: GPLv2
URL: https://github.com/xsuchy/python-hwdata URL: https://github.com/xsuchy/python-hwdata
Source0: %{name}-%{version}.tar.gz Source0: https://github.com/xsuchy/python-hwdata/archive/%{name}-%{version}-1.tar.gz
BuildArch: noarch BuildArch: noarch
@ -40,7 +40,7 @@ It allows you to get human readable description of USB and PCI devices.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{name}-%{version}-1 -p1
rm -rf %{py3dir} rm -rf %{py3dir}
cp -a . %{py3dir} cp -a . %{py3dir}
@ -81,5 +81,8 @@ popd
%doc example.py README.md html %doc example.py README.md html
%changelog %changelog
* Mon Sep 7 2020 Ge Wang<wangge20@huawei.com> - 2.3.7-6
- Modify Source0 Url
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 2.3.7-5 * Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 2.3.7-5
- Package init - Package init