rpms/python-sphinx/EL-5 python-sphinx.spec,1.5,1.6

Michel Alexandre Salim salimma at fedoraproject.org
Fri Mar 13 02:16:12 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/python-sphinx/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1966

Modified Files:
	python-sphinx.spec 
Log Message:
Push sphinx update to EL-5



Index: python-sphinx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sphinx/EL-5/python-sphinx.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-sphinx.spec	10 Oct 2008 13:34:29 -0000	1.5
+++ python-sphinx.spec	13 Mar 2009 02:15:41 -0000	1.6
@@ -4,7 +4,7 @@
 %define upstream_name Sphinx
 
 Name:           python-sphinx
-Version:        0.4.3
+Version:        0.5.1
 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,12 @@
 
 
 %changelog
+* Fri Jan  2 2009 Michel Salim <salimma at fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1
+
+* 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
 




More information about the fedora-extras-commits mailing list