kdebase-2.2.1-8mdk fails to rebuild from src except under 8.1. Trying to
build under 8.0 results in:

Processing files: kdebase-2.2.1-8mdk
File not found: /var/tmp/kdebase-2.2.1-8mdk-root/usr/share/mdk/kde
File not found: /var/tmp/kdebase-2.2.1-8mdk-root/usr/share/mdk/kde/root-interface
File not found by glob: 
/var/tmp/kdebase-2.2.1-8mdk-root/usr/share/mdk/kde/root-interface/*
File not found: /var/tmp/kdebase-2.2.1-8mdk-root/usr/lib/menu/simplified
File not found by glob: /var/tmp/kdebase-2.2.1-8mdk-root/usr/lib/menu/simplified/*

Adding a couple missing "%if %buildfor8_1"s to the spec file fixes this..

--- kdebase.spec.orig   Mon Oct  1 02:24:26 2001
+++ kdebase.spec        Mon Oct  1 02:39:28 2001
@@ -2798,9 +2798,11 @@
 %_datadir/mdk/*.xml
 #
 #
+%if %buildfor8_1
 %dir %_datadir/mdk/kde/
 %dir %_datadir/mdk/kde/root-interface/
 %_datadir/mdk/kde/root-interface/*
+%endif
 #
 #
 #
@@ -2915,8 +2917,10 @@
 %_menudir/kdebase-KVm
 #
 #
+%if %buildfor8_1
 %dir %_menudir/simplified/
 %_menudir/simplified/*
+%endif
 #
 #
 %dir %_datadir/mimelnk/





-------------------------------------------
Ian White
email: [EMAIL PROTECTED]


Reply via email to