From b1e2082f5268d97dbb3ec9a866e17d79b0fd4fec Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Sat, 13 Nov 2004 02:04:50 +0000 Subject: [PATCH] Make %prep terminate build immediately. Package fails to build and would benefit from an upgrade. --- openbox.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openbox.spec b/openbox.spec index 2384e13..2bc15f6 100644 --- a/openbox.spec +++ b/openbox.spec @@ -22,6 +22,13 @@ and currently remains very similar, even using Blackbox styles (with available extensions) for its themes. %prep +echo " +-------------------------------------------------------------- +Fatal C++ errors in the code. Some easy to fix, others not. +Package and software version are ancient. Maintenance needed. +--------------------------------------------------------------" > /dev/null +exit 1 + %setup -q %patch1 -p1 -b .gcc33 %patch2 -p1 -b .nls