Fixed Source0 URL (bz#1526646)
This commit is contained in:
parent
cfdd3a4aa7
commit
5a01928f9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/sphinxcontrib-websupport-1.0.1.tar.gz
|
/sphinxcontrib-websupport-1.0.1.tar.gz
|
||||||
/sphinxcontrib-websupport-1.0.1.dev20171013.tar.gz
|
/sphinxcontrib-websupport-1.0.1.dev20171013.tar.gz
|
||||||
|
/88d4fdd163efdeaab91a105b7980c42078ed3417.tar.gz
|
||||||
|
@ -2,17 +2,18 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global commit dev20171013
|
%global commit 88d4fdd163efdeaab91a105b7980c42078ed3417
|
||||||
%global pypi_name sphinxcontrib-websupport
|
%global pypi_name sphinxcontrib-websupport
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 4.20171013git%{?dist}
|
Release: 5.20171013git%{?dist}
|
||||||
Summary: Sphinx API for Web Apps
|
Summary: Sphinx API for Web Apps
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://sphinx-doc.org/
|
URL: http://sphinx-doc.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.%{commit}.tar.gz
|
#Source0: https://files.pythonhosted.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.%{commit}.tar.gz
|
||||||
|
Source0: https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/%{commit}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -72,7 +73,7 @@ documentation into your Web application.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{version}.%{commit}
|
%autosetup -n %{pypi_name}-%{commit}
|
||||||
# Remove bundled egg-info
|
# Remove bundled egg-info
|
||||||
rm -rf %{pypi_name}.egg-info
|
rm -rf %{pypi_name}.egg-info
|
||||||
|
|
||||||
@ -111,6 +112,9 @@ PYTHONPATH=. py.test-3 tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 18 2017 Javier Peña <jpena@redhat.com> - 1.0.1-5.20171013git
|
||||||
|
- Fixed Source0 URL (bz#1526646)
|
||||||
|
|
||||||
* Fri Oct 13 2017 Javier Peña <jpena@redhat.com> - 1.0.1-4.20171013git
|
* Fri Oct 13 2017 Javier Peña <jpena@redhat.com> - 1.0.1-4.20171013git
|
||||||
- Updated to latest git commit to fix build in Rawhide
|
- Updated to latest git commit to fix build in Rawhide
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sphinxcontrib-websupport-1.0.1.dev20171013.tar.gz) = ad34f24edb09a9cb64a5368e780c727625b37e2dc5988c72bcfb1d49d14071089d9f59cc857e195f2ab60a971ec6ed66d7f405b606731d1f51c776cc079efae4
|
SHA512 (88d4fdd163efdeaab91a105b7980c42078ed3417.tar.gz) = fd9591796d8071090c03a341b1e454bf27b57bb5289b33eddc5e5f993808d39fb2a31b8eb608d9f7a30077f8ebdc97e02fdd9ab163b5dce0f9560fb962fb5c35
|
||||||
|
Loading…
Reference in New Issue
Block a user