%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-pygments Version: 0.9 Release: 1%{?dist} Summary: A syntax highlighting engine written in Python Group: Development/Libraries License: BSD URL: http://pygments.org/ Source0: http://cheeseshop.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, python-setuptools Requires: python-setuptools %description Pygments is a syntax highlighting engine written in Python. That means, it will take source code (or other markup) in a supported language and output a processed version (in different formats) containing syntax highlighting markup. %prep %setup -q -n Pygments-%{version} %build %{__python} setup.py build %{__sed} -i 's/\r//' LICENSE %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT mv docs/pygmentize.1 $RPM_BUILD_ROOT%{_mandir}/man1/pygmentize.1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS CHANGES docs/ LICENSE TODO # For noarch packages: sitelib %{python_sitelib}/* %{_bindir}/pygmentize %lang(en) %{_mandir}/man1/pygmentize.1.gz %changelog * Mon Nov 12 2007 Steve 'Ashcrow' Milner - 0.9-1 - Updated for upstream 0.9. * Thu Aug 17 2007 Steve 'Ashcrow' Milner - 0.8.1-2 - Removed the dos2unix build dependency. * Thu Jun 28 2007 Steve 'Ashcrow' Milner - 0.8.1-1 - Initial packaging for Fedora.