Fix name in autosetup
This commit is contained in:
parent
81b8e77fa1
commit
fa991b856d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.8.4
|
Version: 2.8.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Library implementing the 'SemVer' scheme
|
Summary: Library implementing the 'SemVer' scheme
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -35,7 +35,7 @@ BuildRequires: python3-sphinx
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n python-semanticversion-%{version}
|
%autosetup -n semantic_version-%{version}
|
||||||
# Remove bundled egg-info
|
# Remove bundled egg-info
|
||||||
rm -rf %{pypi_name}.egg-info
|
rm -rf %{pypi_name}.egg-info
|
||||||
# documentation builds due to broken symlink
|
# documentation builds due to broken symlink
|
||||||
@ -67,6 +67,9 @@ rm -rf html/.{doctrees,buildinfo}
|
|||||||
%doc html
|
%doc html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 20 2020 Javier Peña <jpena@redhat.com> - 2.8.4-2
|
||||||
|
- Fix name in autosetup
|
||||||
|
|
||||||
* Thu Feb 20 2020 Javier Peña <jpena@redhat.com> - 2.8.4-1
|
* Thu Feb 20 2020 Javier Peña <jpena@redhat.com> - 2.8.4-1
|
||||||
- Update to latest upstream version
|
- Update to latest upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user