From e99f893a2508398800c1e4ca8255679e981728cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 4 Nov 2019 23:31:05 +0100 Subject: [PATCH] - updated files - rel 3 --- python-pyquery.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pyquery.spec b/python-pyquery.spec index 1162849..7ebc0e9 100644 --- a/python-pyquery.spec +++ b/python-pyquery.spec @@ -5,12 +5,12 @@ %bcond_without python2 # CPython 2.x module %bcond_without python3 # CPython 3.x module -%define module pyquery +%define module pyquery Summary: A jquery-like library for Python Summary(pl.UTF-8): Podobna do jquery biblioteka dla Pythona Name: python-%{module} Version: 1.4.0 -Release: 2 +Release: 3 License: BSD Group: Libraries/Python #Source0Download: https://pypi.org/simple/pyquery/ @@ -146,5 +146,5 @@ rm -rf $RPM_BUILD_ROOT %if %{with doc} %files apidocs %defattr(644,root,root,755) -%doc docs/_build/html/{_modules,_static,*.html,*.js} +%doc docs/_build/html/{_static,*.html,*.js} %endif -- 2.44.0