$ git show --format=fuller --patch-with-stat --summary 3bfe8e93e30f091e3ef3a0bdc5cd6f331832ddda
commit 3bfe8e93e30f091e3ef3a0bdc5cd6f331832ddda
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Sun Feb 19 23:28:50 2023 +0000
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Sun Feb 19 23:28:50 2023 +0000
fix path
---
python-pypng.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/python-pypng.spec b/python-pypng.spec
index 334f53c..d2bcafd 100644
--- a/python-pypng.spec
+++ b/python-pypng.spec
@@ -23,7 +23,7 @@ PNG module for Python. PyPNG is written entirely in Python.
%install
%py_install
-find %{buildroot} -name '__pycache__' -type d -exec rm -fr '{}' \;
+#find %{buildroot} -name '__pycache__' -type d -exec rm -fr '{}' \;
%files
%license LICENCE
@@ -31,3 +31,4 @@ find %{buildroot} -name '__pycache__' -type d -exec rm -fr '{}' \;
%{_bindir}/*
%{py_puresitedir}/png.py
%{py_puresitedir}/pypng-*.*-info
+%{py_puresitedir}/__pycache__/png*