Compare commits

..

8 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
Toshio くらとみ
4c83e0bc75 - Fix for EL-5 build. 2008-08-27 21:47:55 +00:00
Michel Alexandre Salim
63cb85232a - Update to 0.4.2 2008-08-26 02:02:58 +00:00
Michel Alexandre Salim
23ea5ec266 Package egginfo on F-8 too 2008-06-06 17:22:26 +00:00
Michel Alexandre Salim
12818e8d95 python-sphinx-0.3 2008-06-05 19:21:09 +00:00
Kevin Fenzi
174ff385c9 Initialize branch EL-5 for python-sphinx 2008-06-05 16:19:15 +00:00
4 changed files with 16 additions and 4 deletions

View File

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

1
branch Normal file
View File

@@ -0,0 +1 @@
EL-5

View File

@@ -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 @@ 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
* 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

View File

@@ -1 +1 @@
b3c17f1b5be0b76c373a2474488f1662 Sphinx-0.4.3.tar.gz
11456e362d75c1a4c5a5847921d3f4c7 Sphinx-0.5.1.tar.gz