- Fix for mime sniffing on big-endian

This commit is contained in:
Alexander Larsson 2004-10-18 13:33:58 +00:00
parent 2b55a59887
commit 3b795ca33e

View File

@ -1,13 +1,15 @@
Summary: Shared MIME information database Summary: Shared MIME information database
Name: shared-mime-info Name: shared-mime-info
Version: 0.15 Version: 0.15
Release: 9 Release: 10
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://freedesktop.org/Software/shared-mime-info URL: http://freedesktop.org/Software/shared-mime-info
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Source1: defaults.list Source1: defaults.list
Patch0: shared-mime-info-0.15-xul.patch Patch0: shared-mime-info-0.15-xul.patch
# Endian patch from https://freedesktop.org/bugzilla/show_bug.cgi?id=1507
Patch1: shared-mime-info-0.15-endian.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -26,6 +28,7 @@ and looking up the correct MIME type in a database.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .xul %patch0 -p1 -b .xul
%patch1 -p0 -b .endian
%build %build
@ -59,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 0.15-10
- Fix for mime sniffing on big-endian
* Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.15-9 * Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.15-9
- Handle renaming of hxplay.desktop to realplay.desktop - Handle renaming of hxplay.desktop to realplay.desktop