diff --git a/update-desktop-files.changes b/update-desktop-files.changes index 1a1c4ac..403109b 100644 --- a/update-desktop-files.changes +++ b/update-desktop-files.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 8 18:33:29 CEST 2010 - vuntz@opensuse.org + +- Add a desktop-file-utils Requires: this will make it easy for + everyone to use the RPM macros defined there, that are useful + when there is a .desktop file. After some thoughts, it is more + logical to add the macros in desktop-file-utils and to have a + Requires here (since all packages with .desktop files already + have a update-desktop-files BuildRequires), in my opinion. + ------------------------------------------------------------------- Mon Jun 21 12:02:36 CEST 2010 - vuntz@opensuse.org diff --git a/update-desktop-files.spec b/update-desktop-files.spec index 70c1ee5..21f1a5d 100644 --- a/update-desktop-files.spec +++ b/update-desktop-files.spec @@ -20,7 +20,7 @@ Name: update-desktop-files Version: 11.3 -Release: 2 +Release: 5 Summary: A Build Tool to Update Desktop Files License: GPLv2+ Group: Development/Tools/Building @@ -30,6 +30,10 @@ Source: suse_update_desktop_file.sh Source1: map-desktop-category.sh Source2: macro Source100: mimetypes.prov +# This is not true technically, but we do that to make the rpm macros from +# desktop-file-utils available to most packages that ship a .desktop file +# (since they already have a update-desktop-files BuildRequires). +Requires: desktop-file-utils BuildArch: noarch %description