removed the dos2unix build dep
This commit is contained in:
parent
dda3115c7e
commit
6f9515596f
@ -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 <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
|
||||
- Initial packaging for Fedora.
|
||||
|
Loading…
Reference in New Issue
Block a user