[python-sphinx/f13/master] - Actually include *.js locale files

Michel Alexandre Salim salimma at fedoraproject.org
Mon Nov 1 17:52:05 UTC 2010


commit 8cad736d24330163f7a6ef8fcbe11652185547f0
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Mon Nov 1 18:51:47 2010 +0100

    - Actually include *.js locale files

 python-sphinx.spec |   10 +++++++---
 1 files 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 <salimma at fedoraproject.org> - 0.6.6-2
+- Actually include *.js locale files
+
 * Tue May 25 2010 Michel Salim <salimma at fedoraproject.org> - 0.6.6-1
 - Update to 0.6.6
 


More information about the scm-commits mailing list