Compare commits

..

3 Commits

Author SHA1 Message Date
dmalcolm 12a32ebd2e - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 05:25:59 +00:00
Toshio くらとみ dd5bd655af Update license tag 2010-07-06 02:03:17 +00:00
Toshio くらとみ 7dd2f9eb6a - Update to 1.0 beta 2
- Fixes problem building html documentation in non-English locales
2010-05-31 16:41:46 +00:00
3 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
Sphinx-1.0b1.tar.gz
Sphinx-1.0b2.tar.gz
+15 -3
View File
@@ -3,15 +3,20 @@
%endif
%global upstream_name Sphinx
%global prerel b1
%global prerel b2
Name: python-sphinx
Version: 1.0
Release: %{?prerel:0.}1.%{?prerel}%{?dist}
Release: %{?prerel:0.}1.%{?prerel}%{?dist}.1
Summary: Python documentation generator
Group: Development/Tools
License: BSD
# Unless otherwise noted, the license for code is BSD
# sphinx/util/stemmer.py Public Domain
# sphinx/pycode/pgen2 Python
# 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
@@ -150,6 +155,13 @@ make test
%changelog
* 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
* Mon May 31 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 1.0-0.2.b2
- Update to 1.0 beta 2
- Fixes problem building html documentation in non-English locales
* Wed May 26 2010 Michel Salim <salimma@fedoraproject.org> - 1.0-0.1.b1
- Update to 1.0 beta 1
+1 -1
View File
@@ -1 +1 @@
efe4e95ea02e1a7fbb19969632454f3f Sphinx-1.0b1.tar.gz
6bf13da4fd0542cc85705d1c4abd3c0a Sphinx-1.0b2.tar.gz