|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 2.8.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Library implementing the 'SemVer' scheme
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -35,7 +35,7 @@ BuildRequires: python3-sphinx
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n python-semanticversion-%{version}
|
|
|
|
|
%autosetup -n semantic_version-%{version}
|
|
|
|
|
# Remove bundled egg-info
|
|
|
|
|
rm -rf %{pypi_name}.egg-info
|
|
|
|
|
# documentation builds due to broken symlink
|
|
|
|
@ -67,6 +67,9 @@ rm -rf html/.{doctrees,buildinfo}
|
|
|
|
|
%doc html
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Update to latest upstream version
|
|
|
|
|
|
|
|
|
|