From 7136612a93c8ea8cf2d1b97886b3ec77124b0103 Mon Sep 17 00:00:00 2001 From: rpmbuild Date: Oct 24 2019 15:59:59 +0000 Subject: remove the das.py example installed by default --- diff --git a/libdasm.spec b/libdasm.spec index 9ef6dec..3c81000 100644 --- a/libdasm.spec +++ b/libdasm.spec @@ -219,6 +219,8 @@ popd %install make install DESTDIR=%{buildroot} PREFIX=/usr LIBDIR=%{_libdir} BINDIR=%{_bindir} +#remove the das.py example installed by default +rm -f %{_bindir}/das.py %if 0%{?with_python2} # do the python2 install explicitly