removed need for dos2uniz

This commit is contained in:
smilner 2007-08-19 23:09:07 +00:00
parent eaf936a6ba
commit 1e2af33fea

View File

@ -2,7 +2,7 @@
Name: python-pygments Name: python-pygments
Version: 0.8.1 Version: 0.8.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: A syntax highlighting engine written in Python Summary: A syntax highlighting engine written in Python
Group: Development/Libraries 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: python-devel, python-setuptools, dos2unix BuildRequires: python-devel, python-setuptools
%description %description
@ -28,7 +28,7 @@ markup.
%build %build
%{__python} setup.py build %{__python} setup.py build
dos2unix LICENSE %{__sed} -i 's/\r//' LICENSE
%install %install
@ -52,5 +52,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Aug 17 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-2
- Removed the dos2unix build dependency.
* Thu Jun 28 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-1 * Thu Jun 28 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-1
- Initial packaging for Fedora. - Initial packaging for Fedora.