From 45d414f31e8b49f5b41afe56a58aa71ecd17cd14 Mon Sep 17 00:00:00 2001 From: Scott Tsai Date: Fri, 18 Jan 2013 02:33:41 +0800 Subject: comment 9 --- python-pycparser.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python-pycparser.spec') diff --git a/python-pycparser.spec b/python-pycparser.spec index 63a257d..bf04d67 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -12,6 +12,7 @@ BuildArch: noarch # for unit tests BuildRequires: python-ply +BuildRequires: dos2unix Requires: python-ply @@ -27,6 +28,7 @@ need to parse C source code. # examples cp %SOURCE1 . ./remove-relative-sys-path examples +dos2unix LICENSE %build %{__python} setup.py build @@ -38,11 +40,10 @@ cp %SOURCE1 . %{__python} tests/all_tests.py %files -%doc examples +%doc examples LICENSE %{python_sitelib}/pycparser/ %{python_sitelib}/pycparser-*.egg-info - %changelog * Tue Jun 18 2012 Scott Tsai 2.08-1 - upstream 2.08 -- cgit