File docutils.spec of Package docutils
#
# spec file for package docutils (Version 0.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: docutils
BuildRequires: python-devel
License: GPL, distributable
Group: Productivity/Publishing/Other
Autoreqprov: on
Version: 0.4
Release: 5
Summary: Tools for Processing Plain Text Documentation into Useful Formats
URL: http://docutils.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires}
%description
The purpose of the Docutils project is to create a set of tools for
processing plain text documentation into useful formats, such as HTML,
XML, and TeX. Several sources are supported:
* Stand-alone files (implemented)
* Inline documentation from Python modules and packages, extracted
with namespace context
* PEPs (Python Enhancement Proposals) (implemented)
* And others as discovered
Authors:
--------
David Goodger <goodger@users.sourceforge.net>
%prep
%setup
%build
export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc COPYING.txt FAQ.txt HISTORY.txt README.txt THANKS.txt BUGS.txt docs extras licenses tools
%changelog -n docutils
* Tue Feb 28 2006 - jmatejek@suse.cz
- updated to reflect python changes due to #149809
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Sun Jan 22 2006 - cthiel@suse.de
- update to 0.4
* Tue May 31 2005 - ltinkl@suse.cz
- update to 0.3.9
* Mon Jan 03 2005 - mcihar@suse.cz
- update to 0.3.7
* Fri Jul 30 2004 - mcihar@suse.cz
- update to 0.3.5
* Mon May 31 2004 - mcihar@suse.cz
- updated to 0.3.3-alpha
* Thu Mar 18 2004 - mcihar@suse.cz
- corrected python dependency
* Tue Feb 10 2004 - vinil@suse.cz
- initial version (CVS from 2004-02-10)