From 130a93a6d7fec8aafd4412bbd1f7e93355ac813cbe89dd9eba930e2e153bb7ea Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 23 Sep 2013 12:02:05 +0000 Subject: [PATCH] Accepting request 200178 from home:frispete:python The examples are way too useful to not being included in -doc but keep them in examples dir - include examples in -doc package OBS-URL: https://build.opensuse.org/request/show/200178 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=29 --- python-pyparsing.changes | 5 +++++ python-pyparsing.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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