Compare commits

..

2 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
+10 -2
View File
@@ -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