summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Tsai <scottt.tw@gmail.com>2013-01-18 02:33:41 +0800
committerScott Tsai <scottt.tw@gmail.com>2013-01-18 02:33:41 +0800
commit45d414f31e8b49f5b41afe56a58aa71ecd17cd14 (patch)
tree5615a5d9e00d16164e9317c4b22919b46cf796d2
parentfa14757f44abd5eb20afd2713c47313cb06da808 (diff)
downloadpython-pycparser-45d414f31e8b49f5b41afe56a58aa71ecd17cd14.tar.gz
python-pycparser-45d414f31e8b49f5b41afe56a58aa71ecd17cd14.tar.xz
python-pycparser-45d414f31e8b49f5b41afe56a58aa71ecd17cd14.zip
comment 9
-rw-r--r--python-pycparser.spec5
1 files changed, 3 insertions, 2 deletions
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 <scottt.tw@gmail.com> Scott Tsai 2.08-1
- upstream 2.08