On Saturday 28 September 2002 07:42 pm, Kenton Groombridge wrote:
> Did you modify the .spec file so you didn't have to uninstall kdebase
> before building the package?  I am pretty sure that would cause this
> problem.
Yes, I commented out the BuildConflicts line so that I could cuild it.

The relevant section of the spec file that calls for these files is below.  It 
looks like it thinks these are doc files.  I believe they are config files.

%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

Perhaps this section should be changed to this

%dir %_datadir/config/kdm/
%config(noreplace) %_datadir/config/kdm/kdmrc
%doc %_datadir/config/kdm/README
%config(noreplace) %_datadir/config/kdm/Xreset
%config(noreplace) %_datadir/config/kdm/Xsetup
%config(noreplace) %_datadir/config/kdm/Xstartup
%config(noreplace) %_datadir/config/kdm/Xwilling

I don't get how the distro package could be compiled though if this were the 
case.  I am assuming this src.rpm was the one created by the build process.  
Perhaps that is a wrong assumption.
-- 
Gregory Meyer
___________________
[EMAIL PROTECTED]



Reply via email to