On Saturday 10 November 2007 03:21:36 Caleb Maclennan wrote:
> Thanks for the pointers Andrzej. I am attaching an updated
> spec file with your changes.

> %{_desktopdir}/*

this is dangerous -- you might package %{_desktopdir}/kde if you don't look 
each time what you package.

> %{make} install DESTDIR=$RPM_BUILD_ROOT

this is usually wrapped:
%{make} install \
        DESTDIR=$RPM_BUILD_ROOT


%file list order of items seems usually to 
be %{_sysconfig}, %{_bindir}, %{_datadir}, then rest
there's no reason (imho) behind that, just have noticed
this.

-- 
glen
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to