From 6081241cf244cc5ec4866be0049ac3b33a1ee5d2 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 21 Mar 2019 18:32:34 +0100 Subject: [PATCH] - typo, release 2 --- python-smmap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-smmap.spec b/python-smmap.spec index b40ea97..1dd00fa 100644 --- a/python-smmap.spec +++ b/python-smmap.spec @@ -9,7 +9,7 @@ Summary: A pure Python implementation of a sliding window memory map manager Summary(pl.UTF-8): Czysto pythonowa implementacja zarządcy odwzorowania w pamięci z przesuwnym oknem Name: python-%{module} Version: 2.0.5 -Release: 1 +Release: 2 License: BSD Group: Development/Languages/Python #Source0Download: https://github.com/gitpython-developers/smmap/releases @@ -101,7 +101,7 @@ rm -rf $RPM_BUILD_ROOT %if %{with python3} %files -n python3-%{module} %defattr(644,root,root,755) -%dir %{py_sitescriptdir}/smmap +%dir %{py3_sitescriptdir}/smmap %{py3_sitescriptdir}/smmap/*.py %{py3_sitescriptdir}/smmap/__pycache__ %{py3_sitescriptdir}/smmap2-%{version}-py*.egg-info -- 2.44.0