shared-mime-info/shared-mime-info.spec
Dominique Leuenberger 816bf53ec9 Accepting request 800814 from home:StefanBruens:branches:GNOME:Factory
- Update to version 2.0
  * Port build system to meson, and ship test suite with tarball
  * Install ITS file to allow gettext to translate mime-type descriptions
  * Add BPS and IPS patch formats
  * Lower weight for "use strict" and similar in the perl mimetype
  * Add new magic for Sega Mega Drive ROMs
  * Add Common Lisp mime-type
  * Rename text/x-tcl to text/tcl
  * Add text/vbscript
  * Add PySpread spreadsheet mime-types
  * Add Kotlin source mime-type
  * Add AVIF image mime-type
  * Split versions of the Audible audio mime types
  * Add *.spx glob for audio/x-speex+ogg
  * Add Apple System Profiler XML mime-type
- Adjust build dependencies: Add meson and xmlto, drop intltool

OBS-URL: https://build.opensuse.org/request/show/800814
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/shared-mime-info?expand=0&rev=84
2020-05-06 17:46:33 +00:00

95 lines
2.6 KiB
RPMSpec

#
# spec file for package shared-mime-info
#
# Copyright (c) 2020 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
%define commitid 0440063a2e6823a4b1a6fb2f2af8350f
Name: shared-mime-info
Version: 2.0
Release: 0
Summary: Shared MIME Database
License: GPL-2.0-or-later
Group: System/X11/Utilities
URL: https://gitlab.freedesktop.org/xdg/shared-mime-info
Source0: %{url}/uploads/%{commitid}/%{name}-%{version}.tar.xz
Source1: macros.shared-mime-info
BuildRequires: glib2-devel
BuildRequires: itstool
BuildRequires: libxml2-devel
# needed for xmllint
BuildRequires: libxml2-tools
BuildRequires: meson
#BuildRequires: translation-update-upstream
BuildRequires: xmlto
# libgio-2_0-0 Requires: shared-mime-info, but this can't exist yet. We explicitly ignore this dependency here.
#!BuildIgnore: shared-mime-info
# needed by update-mime-database
Provides: %{name}-devel = %{version}-%{release}
%description
This package contains:
- The freedesktop.org shared MIME database spec.
- The merged GNOME and KDE databases, in the new format.
- The update-mime-database command, used to install new MIME data.
%lang_package
%prep
%autosetup -p1
# Broken as of 1.15
#translation-update-upstream
%build
%meson
%meson_build
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
# Install rpm macros
install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info
%check
%meson_build test
%filetriggerin -- %{_datadir}/mime
export PKGSYSTEM_ENABLE_FSYNC=0
%{_bindir}/update-mime-database "%{_datadir}/mime"
%filetriggerpostun -- %{_datadir}/mime
export PKGSYSTEM_ENABLE_FSYNC=0
[ -x %{_bindir}/update-mime-database ] && %{_bindir}/update-mime-database "%{_datadir}/mime"
%files
%license COPYING
%doc NEWS README.md
%{_bindir}/*
%{_datadir}/mime/packages/*.xml
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gettext/its/shared-mime-info.*
%ghost %{_datadir}/mime/[a-ms-vxX]*
%{_mandir}/man?/*%{ext_man}
%{_rpmmacrodir}/macros.shared-mime-info
%files lang -f %{name}.lang
%changelog