Hi, the SPEC file has:
%dir %_datadir/config/kdm/
%config(noreplace) %_datadir/config/kdm/kdmrc
%doc %_datadir/config/kdm/README
%doc %_datadir/config/kdm/Xreset
%doc %_datadir/config/kdm/Xsetup
%doc %_datadir/config/kdm/Xstartup
%doc %_datadir/config/kdm/Xwilling
but at the end of the build (when it's trying to make the packages) I get:
RPM build errors:
File not found:
/var/tmp/kdebase3-3.0-0.beta2.1mdk-root/opt/kde3/share/config/kdm/Xreset
File not found:
/var/tmp/kdebase3-3.0-0.beta2.1mdk-root/opt/kde3/share/config/kdm/Xsetup
File not found:
/var/tmp/kdebase3-3.0-0.beta2.1mdk-root/opt/kde3/share/config/kdm/Xstartup
File not found:
/var/tmp/kdebase3-3.0-0.beta2.1mdk-root/opt/kde3/share/config/kdm/Xwilling
these files do exist in /usr/src/RPM/BUILD/kdebase-3.0beta2/debian/xdm/
should I:
1) Put those in the buildroot where it expects them
2) or comment them out of the SPEC file so I don't get them?
Also, I'm wondering why they didn't get installed and how you all managed to
build the package and I didn't.