Blob Blame History Raw
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
%global modname zope.structuredtext

Summary: StructuredText parser
Name: python-zope-structuredtext
Version: 4.1.0
Release: 1%{?dist}
Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
License: ZPLv2.1
Group: Development/Libraries
BuildArch: noarch
URL: http://pypi.python.org/pypi/zope.structuredtext

BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python-sphinx

%description
This package provides a parser and renderers for the classic Zope
"structured text" markup dialect (STX).  STX is a plain text markup in
which document structure is signaled primarily by indentation

%prep
%setup -q -n %{modname}-%{version}

%build
%{__python} setup.py build
pushd docs
PYTHONPATH=../src make html
popd

%install
%{__python} setup.py install --root=%{buildroot}

# Clean up the documentation
mv docs/_build/html .
rm -rf html/.buildinfo

%check
%{__python} setup.py test

%files
%defattr(-,root,root,-)
%doc CHANGES.rst README.rst TODO.txt COPYRIGHT.txt html/
%license LICENSE.txt
%{python_sitelib}/zope/structuredtext/
# Co-own %%{python_sitelib}/zope/
%dir %{python_sitelib}/zope/
# exclude the tests and data needed only for tests
%exclude %{python_sitelib}/zope/structuredtext/tests.py*
%exclude %{python_sitelib}/zope/structuredtext/regressions/
%{python_sitelib}/%{modname}-*.egg-info
%{python_sitelib}/%{modname}-*-nspkg.pth


%changelog
* Tue Apr 05 2016 Ralph Bean <rbean@redhat.com> - 4.1.0-1
- Latest upstream.

* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

* Mon Mar 12 2012 Robin Lee <cheeselee@fedoraproject.org> - 3.5.1-1
- Update to 3.5.1

* Thu Sep 23 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.5.0-2
- Review request submitted

* Thu Jun 17 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.5.0-1
- Initial packaging