Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12a32ebd2e | |||
| dd5bd655af | |||
| 7dd2f9eb6a |
+1
-1
@@ -1 +1 @@
|
||||
Sphinx-1.0b1.tar.gz
|
||||
Sphinx-1.0b2.tar.gz
|
||||
|
||||
+15
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user