From 8cad736d24330163f7a6ef8fcbe11652185547f0 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 1 Nov 2010 18:51:47 +0100 Subject: [PATCH] - Actually include *.js locale files --- python-sphinx.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 2fc0770..a75741a 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -6,7 +6,7 @@ Name: python-sphinx Version: 0.6.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python documentation generator Group: Development/Tools @@ -138,8 +138,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 +149,9 @@ make test %changelog +* Mon Nov 1 2010 Michel Salim - 0.6.6-2 +- Actually include *.js locale files + * Tue May 25 2010 Michel Salim - 0.6.6-1 - Update to 0.6.6