https://bugzilla.redhat.com/show_bug.cgi?id=1194576
Zbigniew Jędrzejewski-Szmek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Zbigniew Jędrzejewski-Szmek <[email protected]> --- %{name} is already defined Name. So %{pkg_name} can probably be removed. There's no need to use %{py3dir}. This was a kludge sometimes necessary because of 2to3 translations. But this package does not seem to use it, and Python3 uses __pycache__ and different .so names, so you can just build and install from the same source directory. This will simplify the spec file a bit. Very nice and clean packaging. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
