- Adding PDF fix backported from CVS.

This commit is contained in:
Kristian Høgsberg 2006-06-29 20:59:38 +00:00
parent f879e9a59f
commit 9558efecca

View File

@ -1,17 +1,20 @@
Summary: Shared MIME information database
Name: shared-mime-info
Version: 0.17
Release: 2
Release: 3
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.16-cisco-vpn.patch
# https://bugs.freedesktop.org/show_bug.cgi?id=4675
Patch1: shared-mime-info-0.16-fonts.patch
# fixed in upstream cvs
Patch2: shared-mime-info-0.17-postscript.patch
Patch3: shared-mime-info-0.17-pdf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libxml2-devel
BuildRequires: glib2-devel
@ -32,7 +35,7 @@ and looking up the correct MIME type in a database.
%patch0 -p0 -b .cisco-vpn
%patch1 -p1 -b .fonts
%patch2 -p1 -b .postscript
%patch3 -p0 -b .pdf
%build
%configure --disable-update-mimedb
@ -65,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man*/*
%changelog
* Thu Jun 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.17-3
- Adding PDF fix backported from CVS.
* Wed Mar 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-2
- Backport upstream change to fix postscript vs. matlab confusion