Compare commits

..

9 Commits
f12 ... f13

Author SHA1 Message Date
Michel Alexandre Salim
d04df2ff68 - Fix -doc Makefile to allow regeneration of .rst files 2010-11-01 23:59:18 +01:00
Michel Alexandre Salim
5898dacc7f note that patch to support locale files in %{_datadir} has been upstreamed
since 0.6.6
2010-11-01 20:21:39 +01:00
Michel Alexandre Salim
8cad736d24 - Actually include *.js locale files 2010-11-01 18:51:47 +01:00
Fedora Release Engineering
1cc1313cde dist-git conversion 2010-07-29 10:43:40 +00:00
Michel Alexandre Salim
521b3da51b - Update to 0.6.6 2010-05-25 22:35:09 +00:00
Toshio くらとみ
7344924605 - Few minor tweaks to Gareth's spec file update
Mon May 10 2010 Gareth Armstrong <gareth.armstrong@hp.com> - 0.6.5-1.hp
- Update to 0.6.5
- Initial import of python-sphinx from Fedora Rawhide for use in HP CMS
- Enforce that Sphinx requires Python 2.4 or later via an explicit BR
- Minor tweaks to spec file
- Move language files to %%{_datadir}, idea borrowed from Debian's sphinx
    package
- Deliver man pages for sphinx-build & sphinx-quickstart
- Deliver rst documentation files to reST directory in doc sub-package
- Add %%check section for Python2 and add BR on python-nose
2010-05-22 01:22:47 +00:00
Jesse Keating
10a9360727 Initialize branch F-13 for python-sphinx 2010-02-17 02:58:24 +00:00
Toshio くらとみ
eb8d9046b7 - Update to 0.6.4
- Fixes a problem using autodoc with pylons projects.
2010-01-13 19:17:46 +00:00
Bill Nottingham
a8d02c7d84 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:32:01 +00:00

View File

@@ -6,7 +6,7 @@
Name: python-sphinx
Version: 0.6.6
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Python documentation generator
Group: Development/Tools
@@ -83,7 +83,8 @@ pushd doc
make html
rm -rf _build/html/.buildinfo
mv _build/html ..
rm -rf _*
rm -rf _build
sed -i 's|python ../sphinx-build.py|/usr/bin/sphinx-build|' Makefile
popd
@@ -102,7 +103,8 @@ popd
# Deliver rst files
mv doc reST
# Move language files to /usr/share in association with %patch1
# Move language files to /usr/share;
# patch to support this incorporated in 0.6.6
pushd %{buildroot}%{python_sitelib}
for lang in `find sphinx/locale -maxdepth 1 -mindepth 1 -type d -printf "%f "`;
@@ -138,8 +140,9 @@ make test
%doc AUTHORS CHANGES EXAMPLES LICENSE README TODO
%{_bindir}/sphinx-*
%{python_sitelib}/*
%{_datadir}/sphinx/
%exclude %{_datadir}/sphinx/locale/*/sphinx.js
%dir %{_datadir}/sphinx/
%dir %{_datadir}/sphinx/locale
%dir %{_datadir}/sphinx/locale/*
%{_mandir}/man1/*
%files doc
@@ -148,6 +151,12 @@ make test
%changelog
* Mon Nov 1 2010 Michel Salim <salimma@fedoraproject.org> - 0.6.6-3
- Fix -doc Makefile to allow regeneration of .rst files
* Mon Nov 1 2010 Michel Salim <salimma@fedoraproject.org> - 0.6.6-2
- Actually include *.js locale files
* Tue May 25 2010 Michel Salim <salimma@fedoraproject.org> - 0.6.6-1
- Update to 0.6.6