$ git show --format=fuller --patch-with-stat --summary 70f174a571f90f9c441b86b0b84b36c8617da143
commit 70f174a571f90f9c441b86b0b84b36c8617da143
Author: Colin <itchka@compuserve.com>
AuthorDate: Mon Jan 31 12:31:58 2022 +0000
Commit: Colin <itchka@compuserve.com>
CommitDate: Mon Jan 31 12:31:58 2022 +0000
Fix missed
---
python-pytoml.spec | 2 --
1 file changed, 2 deletions(-)
diff --git a/python-pytoml.spec b/python-pytoml.spec
index 4cd9e90..c174789 100644
--- a/python-pytoml.spec
+++ b/python-pytoml.spec
@@ -22,8 +22,6 @@ The library currently supports version 0.4.0 of the specs.
%prep
%setup -q -n %{srcname}-%{version}
-cp -a . %{py2dir}
-
%build
%__python setup.py build