From 524d40e5a2091088f5a28f16c996b757acbeb06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 28 Apr 2015 20:05:42 +0200 Subject: [PATCH] Remove build script from the package --- pypy3.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pypy3.spec b/pypy3.spec index 3b40c9a..e992b00 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -644,6 +644,9 @@ cp -a rpython/jit/tool/pypytrace-mode.elc %{buildroot}/%{_emacs_sitelispdir}/pyp mkdir -p %{buildroot}/%{_rpmconfigdir}/macros.d install -m 644 %{SOURCE2} %{buildroot}/%{_rpmconfigdir}/macros.d +# Remove build script from the package +rm %{buildroot}/%{pypyprefix}/lib_pypy/ctypes_config_cache/rebuild.py + %check topdir=$(pwd)