Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12a32ebd2e | |||
| dd5bd655af |
+10
-2
@@ -7,11 +7,16 @@
|
||||
|
||||
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,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user