- 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
Name: shared-mime-info
Version: 0.15
Release: 9
Release: 10
License: GPL
Group: System Environment/Libraries
URL: http://freedesktop.org/Software/shared-mime-info
Source0: %{name}-%{version}.tar.gz
Source1: defaults.list
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
BuildRequires: libxml2-devel
BuildRequires: glib2-devel
@ -26,6 +28,7 @@ and looking up the correct MIME type in a database.
%prep
%setup -q
%patch0 -p1 -b .xul
%patch1 -p0 -b .endian
%build
@ -59,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man*/*
%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
- Handle renaming of hxplay.desktop to realplay.desktop