Compare commits

..

6 Commits

Author SHA1 Message Date
Michel Alexandre Salim e4b4388719 - Update to 0.5 2008-11-25 01:48:18 +00:00
Michel Alexandre Salim 5ae371b9de - Update to 0.4.3 2008-10-10 13:34:30 +00:00
Michel Alexandre Salim 0cf2bb8ad4 - Update to 0.4.2 2008-08-26 02:02:58 +00:00
Michel Alexandre Salim 08db86ecb6 Package egginfo on F-8 too 2008-06-06 17:23:07 +00:00
Michel Alexandre Salim d9e0ae5757 python-sphinx-0.3 2008-06-05 19:21:35 +00:00
Kevin Fenzi de81e8e7b0 Initialize branch F-9 for python-sphinx 2008-06-05 16:19:13 +00:00
4 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
Sphinx-0.4.2.tar.gz
Sphinx-0.5.tar.gz
+1 -1
View File
@@ -1 +1 @@
EL-5
F-9
+14 -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
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,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* 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
55a33cc13b5096c8763cd4a933b30ddc Sphinx-0.5.tar.gz