[packages/python-satchmo] - cleanup
qboosh
qboosh at pld-linux.org
Thu Dec 16 17:34:47 CET 2021
commit 11abf69d73eb5f1f35997996171fd426109971fa
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Dec 16 17:35:19 2021 +0100
- cleanup
python-satchmo.spec | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/python-satchmo.spec b/python-satchmo.spec
index 8bbb385..43567ef 100644
--- a/python-satchmo.spec
+++ b/python-satchmo.spec
@@ -23,7 +23,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Satchmo is a web shop based on Django framework.
%description -l pl.UTF-8
-Satchmot to sklep internetowy oparty na szkielecie Django.
+Satchmo to sklep internetowy oparty na szkielecie Django.
%prep
%setup -q -n %{module}-%{version}
@@ -34,9 +34,7 @@ Satchmot to sklep internetowy oparty na szkielecie Django.
%install
rm -rf $RPM_BUILD_ROOT
-%py_install \
- --optimize 2 \
- --root=$RPM_BUILD_ROOT
+%py_install
find $RPM_BUILD_ROOT -type f -name '*.pyc' -exec rm "{}" ";"
find $RPM_BUILD_ROOT -type f -name '*.pyo' -exec rm "{}" ";"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-satchmo.git/commitdiff/11abf69d73eb5f1f35997996171fd426109971fa
More information about the pld-cvs-commit
mailing list