- Adding PDF fix backported from CVS.
This commit is contained in:
parent
f879e9a59f
commit
9558efecca
@ -1,17 +1,20 @@
|
|||||||
Summary: Shared MIME information database
|
Summary: Shared MIME information database
|
||||||
Name: shared-mime-info
|
Name: shared-mime-info
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 2
|
Release: 3
|
||||||
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.16-cisco-vpn.patch
|
Patch0: shared-mime-info-0.16-cisco-vpn.patch
|
||||||
# https://bugs.freedesktop.org/show_bug.cgi?id=4675
|
# https://bugs.freedesktop.org/show_bug.cgi?id=4675
|
||||||
Patch1: shared-mime-info-0.16-fonts.patch
|
Patch1: shared-mime-info-0.16-fonts.patch
|
||||||
# fixed in upstream cvs
|
# fixed in upstream cvs
|
||||||
Patch2: shared-mime-info-0.17-postscript.patch
|
Patch2: shared-mime-info-0.17-postscript.patch
|
||||||
|
Patch3: shared-mime-info-0.17-pdf.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
|
||||||
@ -32,7 +35,7 @@ and looking up the correct MIME type in a database.
|
|||||||
%patch0 -p0 -b .cisco-vpn
|
%patch0 -p0 -b .cisco-vpn
|
||||||
%patch1 -p1 -b .fonts
|
%patch1 -p1 -b .fonts
|
||||||
%patch2 -p1 -b .postscript
|
%patch2 -p1 -b .postscript
|
||||||
|
%patch3 -p0 -b .pdf
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure --disable-update-mimedb
|
%configure --disable-update-mimedb
|
||||||
@ -65,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.17-2
|
||||||
- Backport upstream change to fix postscript vs. matlab confusion
|
- Backport upstream change to fix postscript vs. matlab confusion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user