From 71591c840237d281f96b76e2f6b83b5722f763edadc103e868c43ce37cdeb22f Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Thu, 23 Apr 2015 09:37:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=2 --- python-simpleeval.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-simpleeval.spec b/python-simpleeval.spec index feb982e..f0d5c15 100644 --- a/python-simpleeval.spec +++ b/python-simpleeval.spec @@ -37,9 +37,13 @@ BuildArch: noarch %endif %description -A quick single file library for easily adding evaluatable expressions into python projects. Say you want to allow a user to set an alarm volume, which could depend on the time of day, alarm level, how many previous alarms had gone off, and if there is music playing at the time. +A quick single file library for easily adding evaluatable expressions +into python projects. Say you want to allow a user to set an alarm volume, +which could depend on the time of day, alarm level, how many previous alarms +had gone off, and if there is music playing at the time. -Or if you want to allow simple formulae in a web application, but don’t want to give full eval() access, or don’t want to run in javascript on the client side. +Or if you want to allow simple formulare in a web application, but don’t want +to give full eval() access, or don’t want to run in javascript on the client side. %prep %setup -q -n %{modname}-%{version} @@ -55,6 +59,7 @@ rm -rf %{buildroot}%{python_sitelib}/%{mod2nam}/*.exe # Remove unneeded files %files %defattr(-,root,root,-) +%doc README.rst %{python_sitelib}/* %changelog