Name: odpdown Version: 0.4.0 Release: 1%{?dist} Summary: A generator of OpenDocument Presentation files from markdown License: BSD URL: https://github.com/thorstenb/odpdown Source: https://github.com/thorstenb/%{name}/archive/v%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-BeautifulSoup BuildRequires: python-lpod BuildRequires: python-mistune BuildRequires: python-pillow BuildRequires: python-pygments BuildRequires: python-setuptools Requires: python-BeautifulSoup Requires: python-lpod Requires: python-mistune Requires: python-pillow Requires: python-pygments %description %{name} is a generator of OpenDocument Presentation (odp) slideshows from markdown. It allows to use your corporation's mandatory, CI-compliant and lovely-artsy Impress template. It also allows to include syntax-highlighted code snippets of your latest hack, auto-fitted into the slides. %prep %autosetup -n %{name}-%{version} %build %{__python2} setup.py build %install %{__python2} setup.py install --root %{buildroot} %files %doc LICENSE CHANGES README.md TODO.md %{_bindir}/%{name} %{python_sitelib}/%{name}.py* %{python_sitelib}/%{name}-%{version}-py2.?.egg-info %changelog * Wed Mar 11 2015 David Tardon - 0.4.0-1 - initial import