diff --git a/python-pyparsing.changes b/python-pyparsing.changes index 72cb845..19f531a 100644 --- a/python-pyparsing.changes +++ b/python-pyparsing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 23 08:45:12 UTC 2013 - hpj@urpla.net + +- include examples in -doc package + ------------------------------------------------------------------- Tue Sep 17 13:15:51 UTC 2013 - speilicke@suse.com diff --git a/python-pyparsing.spec b/python-pyparsing.spec index 6715fdf..f7ce748 100644 --- a/python-pyparsing.spec +++ b/python-pyparsing.spec @@ -59,7 +59,7 @@ This package contains the documentation of %{name} %build python setup.py build # Fix wrong EOL encoding: -sed -i 's/\r$//' CHANGES LICENSE README +sed -i 's/\r$//' CHANGES LICENSE README examples/*.py %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -71,6 +71,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files doc %defattr(-,root,root,-) -%doc docs/* +%doc docs/* examples %changelog