From 868825e7cc5217e288778678f6ffd1a927cb3bf0 Mon Sep 17 00:00:00 2001 From: smilner Date: Aug 19 2007 23:38:07 +0000 Subject: removed need for dos2unix --- diff --git a/python-pygments.spec b/python-pygments.spec index e124700..e248df6 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -2,7 +2,7 @@ Name: python-pygments Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A syntax highlighting engine written in Python Group: Development/Libraries @@ -12,7 +12,7 @@ Source0: http://cheeseshop.python.org/packages/source/P/Pygments/Pygments BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel, python-setuptools, dos2unix +BuildRequires: python-devel, python-setuptools %description @@ -28,7 +28,7 @@ markup. %build %{__python} setup.py build -dos2unix LICENSE +%{__sed} -i 's/\r//' LICENSE %install @@ -52,5 +52,7 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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.