Compare commits

..

5 Commits

Author SHA1 Message Date
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 5 additions and 13 deletions

View File

@@ -1 +1 @@
Sphinx-0.5.tar.gz
Sphinx-0.4.3.tar.gz

2
branch
View File

@@ -1 +1 @@
F-10
F-9

View File

@@ -4,7 +4,7 @@
%define upstream_name Sphinx
Name: python-sphinx
Version: 0.5
Version: 0.4.3
Release: 1%{?dist}
Summary: Python documentation generator
@@ -84,17 +84,12 @@ 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 -f %{name}.lang
%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE README TODO
%{_bindir}/sphinx-*
@@ -107,9 +102,6 @@ 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

View File

@@ -1 +1 @@
55a33cc13b5096c8763cd4a933b30ddc Sphinx-0.5.tar.gz
b3c17f1b5be0b76c373a2474488f1662 Sphinx-0.4.3.tar.gz