new upstream release 1.1.8
This commit is contained in:
parent
d729098b1e
commit
4d29b9e923
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/sphinxcontrib-httpdomain-1.1.7.tar.gz
|
/sphinxcontrib-httpdomain-1.1.7.tar.gz
|
||||||
|
/sphinxcontrib-httpdomain-1.1.8.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%global upstream_name sphinxcontrib-httpdomain
|
%global upstream_name sphinxcontrib-httpdomain
|
||||||
|
|
||||||
Name: python-%{upstream_name}
|
Name: python-%{upstream_name}
|
||||||
Version: 1.1.7
|
Version: 1.1.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Sphinx domain for documenting HTTP APIs
|
Summary: Sphinx domain for documenting HTTP APIs
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://packages.python.org/sphinxcontrib-httpdomain/
|
URL: http://packages.python.org/sphinxcontrib-httpdomain/
|
||||||
@ -23,6 +23,13 @@ Group: Development/Libraries
|
|||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# This package is not usable without Sphinx, but EPEL5 and EPEL6 have
|
||||||
|
# both python-sphinx and python-sphinx10, and we don't want to require one or
|
||||||
|
# the other in particular.
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Requires: python-sphinx
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Using this Sphinx domain you can document your HTTP API. It includes support
|
Using this Sphinx domain you can document your HTTP API. It includes support
|
||||||
for generating documentation from Flask routing tables.
|
for generating documentation from Flask routing tables.
|
||||||
@ -34,6 +41,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{upstream_name}-%{version}
|
%setup -q -n %{upstream_name}-%{version}
|
||||||
|
rm -r *.egg-info
|
||||||
%if ! (0%{?rhel} >= 7 || 0%{?fedora})
|
%if ! (0%{?rhel} >= 7 || 0%{?fedora})
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%endif
|
%endif
|
||||||
@ -48,10 +56,14 @@ rm -rf %{buildroot}
|
|||||||
%{__python} setup.py install --skip-build --root %{buildroot}
|
%{__python} setup.py install --skip-build --root %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README LICENSE
|
%doc README.rst LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 22 2013 Dan Callaghan <dcallagh@redhat.com> - 1.1.8-1
|
||||||
|
- new upstream release 1.1.8
|
||||||
|
- require python-sphinx (except on EPEL5/6)
|
||||||
|
|
||||||
* Mon Mar 04 2013 Dan Callaghan <dcallagh@redhat.com> - 1.1.7-2
|
* Mon Mar 04 2013 Dan Callaghan <dcallagh@redhat.com> - 1.1.7-2
|
||||||
- support EPEL5 and EPEL6
|
- support EPEL5 and EPEL6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user