rpms/python-sphinx/F-10 .cvsignore, 1.4, 1.5 python-sphinx.spec, 1.6, 1.7 sources, 1.4, 1.5

Michel Alexandre Salim salimma at fedoraproject.org
Tue Nov 25 01:48:49 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/python-sphinx/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5326/F-10

Modified Files:
	.cvsignore python-sphinx.spec sources 
Log Message:
* Mon Nov 24 2008 Michel Salim <salimma at fedoraproject.org> - 0.5-1
- Update to 0.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-sphinx/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Oct 2008 13:34:30 -0000	1.4
+++ .cvsignore	25 Nov 2008 01:48:18 -0000	1.5
@@ -1 +1 @@
-Sphinx-0.4.3.tar.gz
+Sphinx-0.5.tar.gz


Index: python-sphinx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sphinx/F-10/python-sphinx.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-sphinx.spec	10 Oct 2008 13:34:30 -0000	1.6
+++ python-sphinx.spec	25 Nov 2008 01:48:18 -0000	1.7
@@ -4,7 +4,7 @@
 %define upstream_name Sphinx
 
 Name:           python-sphinx
-Version:        0.4.3
+Version:        0.5
 Release:        1%{?dist}
 Summary:        Python documentation generator
 
@@ -84,12 +84,17 @@
 sed -i 's|\r||g' LICENSE
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
+# Language files; not under /usr/share, need to be handled manually
+(cd $RPM_BUILD_ROOT && find . -name 'sphinx.mo') | sed -e 's|^.||' | sed -e \
+  's:\(.*/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:' \
+  >> %{name}.lang
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGES LICENSE README TODO
 %{_bindir}/sphinx-*
@@ -102,6 +107,9 @@
 
 
 %changelog
+* Mon Nov 24 2008 Michel Salim <salimma at fedoraproject.org> - 0.5-1
+- Update to 0.5
+
 * Fri Oct 10 2008 Michel Salim <salimma at fedoraproject.org> - 0.4.3-1
 - Update to 0.4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-sphinx/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Oct 2008 13:34:30 -0000	1.4
+++ sources	25 Nov 2008 01:48:18 -0000	1.5
@@ -1 +1 @@
-b3c17f1b5be0b76c373a2474488f1662  Sphinx-0.4.3.tar.gz
+55a33cc13b5096c8763cd4a933b30ddc  Sphinx-0.5.tar.gz




More information about the fedora-extras-commits mailing list