shared-mime-info/shared-mime-info.spec

103 lines
3.1 KiB
RPMSpec

#
# spec file for package shared-mime-info
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/
#
Name: shared-mime-info
Version: 1.4
Release: 0
# FIXME: Remove workaround for fdo#70366 once fixed
Url: http://freedesktop.org/wiki/Software/shared-mime-info
Summary: Shared MIME Database
License: GPL-2.0+
Group: System/X11/Utilities
Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
Source1: mime-info-to-mime
Source2: macros.shared-mime-info
# PATCH-FIX-UPSTREAM shared-mime-info-bump-priority-for-ISO-images.patch fdo#80877 kde#337035 boo#904100 hrvoje.senjan@gmail.com -- work-around file managers that cannot use magic to differentiate mime-types
Patch0: shared-mime-info-bump-priority-for-ISO-images.patch
BuildRequires: glib2-devel
BuildRequires: intltool
BuildRequires: libxml2-devel
# needed for xmllint
BuildRequires: libxml2-tools
BuildRequires: translation-update-upstream
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
# needed by mime-info-to-mime:
Requires: /bin/mkdir
Requires: /bin/rm
Requires: /usr/bin/fgrep
# 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
PreReq: libxml2-2 libglib-2_0-0
Provides: %{name}-devel = %{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Recommends: %{name}-lang
%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
%setup -q
%patch0 -p1
translation-update-upstream
%build
# Workaround for fdo#70366
export ac_cv_func_fdatasync=no
%configure \
--disable-default-make-check
make
%install
%makeinstall
install %{S:1} $RPM_BUILD_ROOT%{_bindir}/
%find_lang %{name} %{?no_lang_C}
# Install rpm macros
install -D -m644 %{S:2} %{buildroot}%{_sysconfdir}/rpm/macros.shared-mime-info
%check
make check
%clean
rm -rf $RPM_BUILD_ROOT
%post
%{_bindir}/update-mime-database %{_datadir}/mime || true
%files
%defattr (-, root, root)
%doc COPYING ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/mime/packages/*.xml
%{_datadir}/pkgconfig/*.pc
%ghost %{_datadir}/mime/[a-ms-vxX]*
%{_mandir}/man?/*.*
%{_sysconfdir}/rpm/macros.shared-mime-info
%files lang -f %{name}.lang
%changelog