Summary: Shared MIME information database Summary(ja): 共有 MIME 情報データベース Name: shared-mime-info Version: 1.15 Release: 1%{?_dist_release} Group: User Interface/Desktops License: GPL URL: https://freedesktop.org/wiki/Software/shared-mime-info/ %define altver %(echo %{version} | tr . -) Source0: https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/Release-%{altver}/shared-mime-info-Release-%{altver}.tar.bz2 Source1: defaults.list BuildRoot: %{_tmppath}/%{name}-%{version}-root #BuildRequires: meson BuildRequires: itstool BuildRequires: gawk BuildRequires: libxml2-devel BuildRequires: glib2-devel >= 2.6.0 BuildRequires: gettext # For intltool: BuildRequires: perl-XML-Parser >= 2.31-16 Requires: libxml2 Requires: glib2 >= 2.6.0 Vendor: Project Vine Distribution: Vine Linux %description This is the freedesktop.org shared MIME info database. Many programs and desktops use the MIME system to represent the types of files. Frequently, it is necessary to work out the correct MIME type for a file. This is generally done by examining the file's name or contents, and looking up the correct MIME type in a database. %prep %setup -q -n shared-mime-info-Release-%{altver} ./autogen.sh %build #meson -Dupdate-mimedb=false #meson_build %configure --disable-update-mimedb %make_build %install rm -rf $RPM_BUILD_ROOT %makeinstall #meson_install mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list ## remove these bogus files rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/* %post %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %license COPYING %doc README* NEWS %{_bindir}/* %dir %{_datadir}/mime/ %{_datadir}/mime/packages %{_datadir}/applications/defaults.list %{_datadir}/pkgconfig/*.pc %{_mandir}/man*/* %changelog * Fri Apr 10 2020 Tomohiro "Tomo-p" KATO 1.15-1 - new upstream release. * Sat Apr 23 2016 Toshiharu Kudoh 1.6-1 - new upstream release * Sat Nov 28 2015 Toshiharu Kudoh 1.5-1 - new upstream release * Sat Sep 06 2014 Toshiharu Kudoh 1.3-1 - new upstream release * Wed Jan 15 2014 Yoji TOYODA 1.2-2 - rebuild with VineSeed environment * Sun Oct 27 2013 Yoji TOYODA 1.2-1 - new upstream release * Sun Mar 03 2013 Toshiharu Kudoh 1.1-1 - new upstream release - changed source archive bz2 to xz * Wed Oct 06 2010 Shu KONNO 0.71-2 - rebuilt with rpm-4.8.1 for pkg-config * Sat May 15 2010 Yoji TOYODA 0.71-1 - new upstream release * Mon Aug 18 2008 Ryoichi INAGAKI 0.51-1 - new upstream release - sepc in UTF-8 * Fri May 16 2008 Ryoichi INAGAKI 0.30-1 - new upstream release - updated Source1 * Thu Mar 20 2008 Ryoichi INAGAKI 0.23-1vl5 - new upstream release * Sun Aug 19 2007 Ryoichi INAGAKI 0.22-0vl1 - new upstream release - changed Group to User Interface/Desktops * Wed Feb 7 2007 Ryoichi INAGAKI 0.20-0vl1 - new upstream release - changed pkgconfig dir * Sun Nov 26 2006 KAZUKI SHIMURA 0.19-0vl1 - new upstream release * Mon Sep 19 2005 Daisuke SUZUKI 0.16-0vl1 - new upstream release * Mon Nov 08 2004 Daisuke SUZUKI 0.15-10vl1 - initial build for Vine Linux based on fedora package. * Mon Oct 18 2004 Alexander Larsson - 0.15-10 - Fix for mime sniffing on big-endian * Thu Oct 14 2004 Colin Walters - 0.15-9 - Handle renaming of hxplay.desktop to realplay.desktop * Wed Oct 13 2004 Matthias Clasen - 0.15-8 - Handle XUL files. #134122 * Wed Oct 13 2004 Colin Walters - 0.15-7 - Make helix default for ogg and mp3, will switch wav/flac too when support is added * Wed Oct 6 2004 Alexander Larsson - 0.15-6 - Change default pdf viewer to ggv * Tue Sep 7 2004 Alexander Larsson - 0.15-4 - Fixed evo desktop file reference in defaults.list * Mon Sep 6 2004 Caolan McNamara - 0.15-3 - wpd can be opened in abiword, but not in openoffice.org (#114907) * Fri Sep 3 2004 Alexander Larsson - 0.15-2 - Add list of default apps (#131643) * Mon Aug 30 2004 Jonathan Blandford 0.15-1 - bump version * Tue Jun 15 2004 Elliot Lee - rebuilt * Mon Mar 22 2004 Alex Larsson 0.14-1 - update to 0.14 * Fri Feb 13 2004 Elliot Lee - rebuilt * Mon Jan 26 2004 Alexander Larsson 0.13-1 - 0.13 * Fri Jan 16 2004 Alexander Larsson mime-info - Initial build.