> todo for next version:
> * fix the icon problem (the app does not have an icon for some reason) *
> compile also the dot program. apparently I am missing some
> functionality.
>
> Here are the links:
> http://iglu.org.il/pub/Hebrew/diego/kdevelop/
> http://iglu.org.il/pub/Hebrew/diego/kdevelop/kdevelop-3.0-cvs_20031026.i586.rpm
> http://iglu.org.il/pub/Hebrew/diego/kdevelop/kdevelop3cvs.spec

Please change your release to be a value which rpm will consider to be
less than 1, otherwise unsuspecting users who install your package will be
stranded with your package when a real kdevelop package is released. This
is a non-trivial issue, and a similar issue is currently causing users of
Tex's KDE packages to have problems when upgrading to 9.2. Please apply
the patch below before you distribute this to too many people.

Also, this is bad practice (yes, I know it is used by KDE spec file
templates, but that is no excuse):

find . -type d | egrep kdevelep | sed '1,2d;s,^\.,\%attr(-\,root\,root)
%dir,' > $RPM_BUILD_DIR/file.list.kdevelop

because you will own many directories which you should not own (/usr,
/usr/bin, /usr/lib, etc etc). But you can fix those yourself.

Regards,
Buchan

--- downloads/kdevelop3cvs.spec 2003-10-26 15:37:31.000000000 +0200
+++ downloads/kdevelop3cvs-fixed.spec   2003-10-26 18:39:29.000000000 +0200
@@ -19,7 +19,7 @@
 Name:          kdevelop
 Summary:       Integrated Development Environment for C++/C
 Version:       3.0
-Release:       %_date
+Release:       0.%{_date}

 #Source1:      kdevelop-%{version}_for_KDE_3.1.tar.bz2
 #Source1:      c_cpp_reference-2.0.2.tar.bz2






Reply via email to