Fix package name error

This commit is contained in:
gaos50@chinaunicom.cn 2021-02-02 10:22:52 +08:00
parent 5ec87b8f41
commit a5abee17d5

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-wsme Name: python-wsme
Version: 0.10.0 Version: 0.10.0
Release: 2 Release: 3
Summary: Simplify the writing of REST APIs, and extend them with additional protocols. Summary: Simplify the writing of REST APIs, and extend them with additional protocols.
License: MIT License: MIT
URL: http://git.openstack.org/cgit/openstack/wsme URL: http://git.openstack.org/cgit/openstack/wsme
@ -67,7 +67,7 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-WSME -f filelist.lst %files -n python3-wsme -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst