python-pypng 0.20220715.0-1 (aarch64;znver1;x86_64) 2023-17277
9999
| Status | published | ||||||
| Submitter | mandian [@T] tutanota.com | ||||||
| Platform | rolling | ||||||
| Repository | main | ||||||
| URL | https://abf.openmandriva.org/build_lists/291196 | ||||||
| Packages |
|
||||||
| Build Date | 2023-02-19 23:44:39 +0000 UTC | ||||||
| Last Updated | 2023-02-20 22:27:10.901364075 +0000 UTC |
$ 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*
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1147d 01hrs |
| benbullard79 [@T] cox.net | No Comment. | 1147d 01hrs |