Dominique Leuenberger
9e51dc45e2
Update to 1.8 OBS-URL: https://build.opensuse.org/request/show/444639 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/shared-mime-info?expand=0&rev=60
96 lines
2.7 KiB
RPMSpec
96 lines
2.7 KiB
RPMSpec
#
|
|
# spec file for package shared-mime-info
|
|
#
|
|
# Copyright (c) 2016 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.8
|
|
Release: 0
|
|
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
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: libxml2-devel
|
|
# needed for xmllint
|
|
BuildRequires: libxml2-tools
|
|
BuildRequires: translation-update-upstream
|
|
# 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
|
|
translation-update-upstream
|
|
|
|
%build
|
|
%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
|
|
export PKGSYSTEM_ENABLE_FSYNC=0
|
|
%{_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
|