Accepting request 37478 from X11:common:Factory

Copy from X11:common:Factory/update-desktop-files based on submit request 37478 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/37478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/update-desktop-files?expand=0&rev=64
This commit is contained in:
OBS User autobuild 2010-04-13 20:22:09 +00:00 committed by Git OBS Bridge
parent f1894ddd3a
commit 06699249d2
3 changed files with 16 additions and 8 deletions

View File

@ -6,11 +6,13 @@ OLD_IFS="$IFS"
while read instfile ; do
case "$instfile" in
*.desktop)
mime=$(sed -re '/^MimeType *= *([a-zA-Z0-9. _/;-]*)/!d' $instfile | cut -d'=' -f2)
IFS=';'
for type in $mime ; do
echo 'mimetype('$type')'
done
if grep '^Type *= *Application' "$instfile" >/dev/null 2>&1 ; then
mime=$(sed -re '/^MimeType *= *([a-zA-Z0-9. _/;-]*)/!d' $instfile | cut -d'=' -f2)
IFS=';'
for type in $mime ; do
echo 'mimehandler('$type')'
done
fi
;;
esac
done

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 8 15:21:18 CEST 2010 - mls@suse.de
- mimetypes.prov: filter bad desktop files, use mimehandler instead
of mimetype
-------------------------------------------------------------------
Tue Nov 3 12:19:58 UTC 2009 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package update-desktop-files (Version 11.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,9 +20,9 @@
Name: update-desktop-files
Version: 11.1
Release: 5
Release: 6
Summary: A Build Tool to Update Desktop Files
License: GPL v2 or later
License: GPLv2+
Group: Development/Tools/Building
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on