Update Sphinx to 1.0.4

This commit is contained in:
Michel Alexandre Salim 2010-09-17 14:50:58 +02:00
parent 9194318671
commit 77fdd8d536
3 changed files with 10 additions and 12 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
Sphinx-1.0b2.tar.gz
/Sphinx-1.0.4.tar.gz

View File

@ -3,11 +3,10 @@
%endif
%global upstream_name Sphinx
%global prerel b2
Name: python-sphinx
Version: 1.0
Release: %{?prerel:0.}1.%{?prerel}%{?dist}.1
Version: 1.0.4
Release: 1%{?dist}
Summary: Python documentation generator
Group: Development/Tools
@ -18,9 +17,8 @@ Group: Development/Tools
# jquery (MIT or GPLv2)
License: BSD and Public Domain and Python and (MIT or GPLv2)
URL: http://sphinx.pocoo.org/
Source0: http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}%{?prerel}.tar.gz
Source0: http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: python2-devel >= 2.4
BuildRequires: python-setuptools
@ -132,10 +130,6 @@ popd
>> sphinx.lang
%clean
rm -rf %{buildroot}
%check
make test
@ -155,6 +149,10 @@ make test
%changelog
* Fri Sep 17 2010 Michel Salim <salimma@fedoraproject.org> - 1.0.4-1
- Update to 1.0.4
- Remove BuildRoot and %%clean declarations
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.0-0.1.b2.1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

View File

@ -1 +1 @@
6bf13da4fd0542cc85705d1c4abd3c0a Sphinx-1.0b2.tar.gz
d4067e42e75525ecf108ece471ce97bb Sphinx-1.0.4.tar.gz