From 9e0e0dfd2d6c630b2f6ac7a4523d884be7d48145 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 24 Oct 2006 15:48:23 +0000 Subject: [PATCH] - actually *use* mimeopen patch (#210797) --- xdg-utils.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/xdg-utils.spec b/xdg-utils.spec index 4c8ae8a..fe83187 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -2,7 +2,7 @@ Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://portland.freedesktop.org/ Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz @@ -11,13 +11,16 @@ Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Patch1: xdg-utils-1.0-mimeopen.patch + Requires: desktop-file-utils ## kde-config #Requires(hint): kdelibs ## update-gtk-icon-cache #Requires(hint): gtk2 -## generic default -#Requires(hint): mimeopen +## mimeopen generic default +#Requires(hint): %{_bindir}/mimeopen +#Requires(hint): perl-File-MimeInfo %description @@ -45,6 +48,8 @@ The following scripts are provided at this time: %prep %setup -q -n %{name}-%{version}%{?beta} +%patch1 -p1 -b .mimeopen + %build %configure @@ -70,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 24 2006 Rex Dieter 1.0-2 - prefer mimeopen as generic default (#210797)