
Hello community, here is the log from the commit of package kxmleditor checked in at Wed May 31 02:50:30 CEST 2006. -------- --- KDE/kxmleditor/kxmleditor.changes 2006-02-17 12:02:49.000000000 +0100 +++ kxmleditor/kxmleditor.changes 2006-05-30 07:30:50.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 30 07:30:46 CEST 2006 - adrian@suse.de + +- fix build for < 10.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kxmleditor.spec ++++++ --- /var/tmp/diff_new_pack.KbeJVQ/_old 2006-05-31 02:49:52.000000000 +0200 +++ /var/tmp/diff_new_pack.KbeJVQ/_new 2006-05-31 02:49:52.000000000 +0200 @@ -12,9 +12,12 @@ Name: kxmleditor BuildRequires: kdebase3-devel +%if %suse_version < 1010 +BuildRequires: update-desktop-files +%endif Summary: A Tool for Browsing and Editing XML Documents Version: 1.1.4 -Release: 8 +Release: 21 License: GPL URL: http://kxmleditor.sourceforge.net/ Group: Productivity/Publishing/XML @@ -46,7 +49,11 @@ %install . /etc/opt/kde3/common_options make $INSTALL_TARGET DESTDIR=$RPM_BUILD_ROOT +%if %suse_version < 1010 +%suse_update_desktop_file -r %name Utility Editor +%else %suse_update_desktop_file -G "XML Editor" -r %name Utility Editor +%endif cd $RPM_BUILD_ROOT find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.kxmleditor find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.kxmleditor @@ -60,6 +67,8 @@ %files -f ../file.list.kxmleditor %changelog -n kxmleditor +* Tue May 30 2006 - adrian@suse.de +- fix build for < 10.1 * Fri Feb 17 2006 - coolo@suse.de - don't configure in %%setup * Wed Feb 15 2006 - stbinner@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de