11
0
OBS User unknown
2008-08-22 19:37:55 +00:00
committed by Git OBS Bridge
parent 5447c8a13b
commit 7f4f3fec26
5 changed files with 38 additions and 27 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:038faac46b629968f98dd8ead54ad0ced71fa438b59fca3a144000e0b7f01620
size 475904

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c247e03418d6b90bcbc0da6c1abe6ac9cd5bacf9c3a2f3b6105376cf7b0eed8
size 445565

View File

@@ -1,14 +0,0 @@
--- freedesktop.org.xml.in
+++ freedesktop.org.xml.in
@@ -3776,6 +3776,11 @@
<expanded-acronym>Qt Meta Object Compiler</expanded-acronym>
<glob pattern="*.moc"/>
</mime-type>
+ <mime-type type="text/x-mof">
+ <sub-class-of type="text/x-csrc"/>
+ <_comment>Managed Object Format</_comment>
+ <glob pattern="*.mof"/>
+ </mime-type>
<mime-type type="text/x-mup">
<sub-class-of type="text/plain"/>
<_comment>Mup publication</_comment>

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Aug 20 12:51:12 CEST 2008 - sbrabec@suse.cz
- Updated to version 0.51:
* many new MIME types recognized
* improved magic
* improved translatability
* implemented tree content types, in the treemagic file
* remove several useless MIME types
* new algorighms in update-mime-database
* for more see NEWS file
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 28 14:20:13 CET 2008 - sbrabec@suse.cz Mon Jan 28 14:20:13 CET 2008 - sbrabec@suse.cz

View File

@@ -1,26 +1,33 @@
# #
# spec file for package shared-mime-info (Version 0.23) # spec file for package shared-mime-info (Version 0.51)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: shared-mime-info Name: shared-mime-info
BuildRequires: glib2-devel intltool libxml2-devel perl-XML-Parser BuildRequires: glib2-devel intltool libxml2-devel perl-XML-Parser
Version: 0.23 Version: 0.51
Release: 10 Release: 1
Url: http://freedesktop.org/wiki/Software/shared-mime-info Url: http://freedesktop.org/wiki/Software/shared-mime-info
Group: System/X11/Utilities Group: System/X11/Utilities
License: GPL v2 or later License: GPL v2 or later
Summary: Shared MIME Database Summary: Shared MIME Database
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: mime-info-to-mime Source1: mime-info-to-mime
Patch: shared-mime-info-mof.patch
# needed by mime-info-to-mime: # needed by mime-info-to-mime:
Requires: /bin/rm /bin/mkdir /usr/bin/fgrep Requires: /bin/rm /bin/mkdir /usr/bin/fgrep
# needed by update-mime-database # needed by update-mime-database
@@ -44,7 +51,6 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch
%build %build
%configure %configure
@@ -66,13 +72,20 @@ usr/bin/update-mime-database usr/share/mime >/dev/null
%doc COPYING ChangeLog NEWS README %doc COPYING ChangeLog NEWS README
%{_bindir}/* %{_bindir}/*
%{_datadir}/mime/packages/*.xml %{_datadir}/mime/packages/*.xml
%ghost %dir %{_datadir}/mime/x-epoc
%ghost %{_datadir}/mime/x-epoc/*.xml
%{_datadir}/pkgconfig/*.pc %{_datadir}/pkgconfig/*.pc
%ghost %{_datadir}/mime/[a-ms-vX]* %ghost %{_datadir}/mime/[a-ms-vxX]*
%{_mandir}/man?/*.* %{_mandir}/man?/*.*
%changelog %changelog
* Wed Aug 20 2008 sbrabec@suse.cz
- Updated to version 0.51:
* many new MIME types recognized
* improved magic
* improved translatability
* implemented tree content types, in the treemagic file
* remove several useless MIME types
* new algorighms in update-mime-database
* for more see NEWS file
* Mon Jan 28 2008 sbrabec@suse.cz * Mon Jan 28 2008 sbrabec@suse.cz
- Added support for MOF files (#194558, Freedesktop#14278). - Added support for MOF files (#194558, Freedesktop#14278).
* Thu Dec 20 2007 jpr@suse.de * Thu Dec 20 2007 jpr@suse.de