Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > af7f34ec1de403ba993cb32e211db3c0 > files > 2

python-docutils-0.3.7-1mdk.src.rpm

%define name	python-docutils
%define version 0.3.7
%define release 1mdk

Name: 	 	%{name}
Summary: 	Python Documentation Utilities
Version: 	%{version}
Release: 	%{release}

Source:		docutils-%{version}.tar.bz2
URL:		http://docutils.sourceforge.net/
License:	BSD
Group:		Development/Python
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel
BuildArch:     noarch
%description
The purpose of the Docutils project is to create a set of tools for processing
plaintext documentation into useful formats, such as HTML, XML, and TeX.
Several sources will be supported:
    * Standalone files (implemented).
    * Inline documentation from Python modules and packages, extracted with
      namespace context.
    * PEPs (Python Enhancement Proposals) (implemented).
    * And others as discovered.

%prep
%setup -q -n docutils-%version

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc *.txt docs tools
%_libdir/python2*/site-packages/docutils
%_libdir/python2*/site-packages/roman*
%_bindir/*

%changelog
* Mon Mar 14 2005 Michael Scherer <misc@mandrake.org> 0.3.7-1mdk
- New release 0.3.7
- noarch

* Sun Dec 05 2004 Michael Scherer <misc@mandrake.org> 0.3-2mdk
- Rebuild for new python

* Sat Aug 9 2003 Austin Acton <aacton@yorku.ca> 0.3-1mdk
- python 2.3
- release 0.3

* Mon Mar 31 2003 Austin Acton <aacton@yorku.ca> 0.9.15-1mdk
- initial package