File python-formatflowed.spec of Package python-formatflowed
Name: python-formatflowed
Summary: RFC 3676 format=flowed text processing
Version: 1.0.0
Release: 1
Source0: http://www.zopatista.com/projects/formatflowed/releases/%{version}/formatflowed-%{version}.tar.gz
License: Python Software Foundation License
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: %{__python}
BuildRequires: python-devel
Url: http://www.zopatista.com/projects/formatflowed
%description
The formatflowed.py python library provides en- and decoding functionality for
`RFC 2646`_ and `RFC 3676`_ text, also called format=flowed text. The
development of this library was generously sponsored by `Logicalware`_.
.. _RFC 2646: http://www.faqs.org/rfcs/rfc2646.html
.. _RFC 3676: http://www.faqs.org/rfcs/rfc3676.html
.. _Logicalware: http://www.logicalware.com/
Author: Martijn Pieters <mj zopatista.com>
%prep
%setup -n formatflowed-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} --record-rpm=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc PKG-INFO README.txt
%changelog