Compare commits

..

3 Commits

Author SHA1 Message Date
Michel Alexandre Salim 01514ec446 EL-5: update source as well 2009-03-13 02:22:13 +00:00
Michel Alexandre Salim 81a7a278ce Push sphinx update to EL-5 2009-03-13 02:15:41 +00:00
Michel Alexandre Salim d7d8397822 - Update to 0.4.3 2008-10-10 13:34:29 +00:00
3 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
Sphinx-0.4.2.tar.gz
Sphinx-0.5.1.tar.gz
+17 -3
View File
@@ -4,8 +4,8 @@
%define upstream_name Sphinx
Name: python-sphinx
Version: 0.4.2
Release: 1%{?dist}.1
Version: 0.5.1
Release: 1%{?dist}
Summary: Python documentation generator
Group: Development/Tools
@@ -84,12 +84,17 @@ rm -rf $RPM_BUILD_ROOT
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,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jan 2 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
* Mon Nov 24 2008 Michel Salim <salimma@fedoraproject.org> - 0.5-1
- Update to 0.5
* Fri Oct 10 2008 Michel Salim <salimma@fedoraproject.org> - 0.4.3-1
- Update to 0.4.3
* Wed Aug 27 2008 Toshio Kuratomi <toshio@fedoraproject.org> - 0.4.2-1.1
- Fix for EL-5 build.
+1 -1
View File
@@ -1 +1 @@
5fb591961e1d834f726b3e5d29bec924 Sphinx-0.4.2.tar.gz
11456e362d75c1a4c5a5847921d3f4c7 Sphinx-0.5.1.tar.gz