%if 0%{?fedora} %global with_python3 1 %endif %{!?_licensedir: %global license %%doc} %if 0%{?rhel} && 0%{?rhel} <= 6 %{!?__python2: %global __python2 /usr/bin/python2} %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif %global modname pygments-markdown-lexer %global sum A Markdown lexer for Pygments to highlight Markdown code snippets. Name: python-pygments-markdown-lexer Version: 0.1.0.dev39 Release: 1%{?dist} Summary: %{sum} License: ASL 2.0 URL: http://pypi.python.org/pypi/pygments-markdown-lexer Source0: https://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.zip BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python-pygments %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pygments %endif %description %{sum} %package -n python2-%{modname} Summary: %{sum} %{?python_provide:%python_provide python2-%{modname}} Requires: python-pygments %description -n python2-%{modname} %{sum} %if 0%{?with_python3} %package -n python3-%{modname} Summary: %{sum} %{?python_provide:%python_provide python3-%{modname}} Requires: python3-pygments %description -n python3-%{modname} %{sum} %endif %prep %autosetup -n %{modname}-%{version} %build %py2_build %if 0%{?with_python3} %py3_build %endif %install %py2_install %if 0%{?with_python3} %py3_install %endif # Well this is weird... rm -rf %{buildroot}/usr/EGG-INFO %files -n python2-%{modname} %doc README.md %license LICENSE %{python2_sitelib}/pygments_markdown_lexer/ %{python2_sitelib}/pygments_markdown_lexer-%{version}* %if 0%{?with_python3} %files -n python3-%{modname} %doc README.md %license LICENSE %{python3_sitelib}/pygments_markdown_lexer/ %{python3_sitelib}/pygments_markdown_lexer-%{version}-* %endif %changelog * Thu Mar 17 2016 Ralph Bean - 0.1.0.dev39-1 - Initial package for Fedora