- Alias image/pdf to application/pdf
This commit is contained in:
parent
70fecc95ed
commit
fb639af295
@ -1,7 +1,7 @@
|
||||
Summary: Shared MIME information database
|
||||
Name: shared-mime-info
|
||||
Version: 0.19
|
||||
Release: 1
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://freedesktop.org/Software/shared-mime-info
|
||||
@ -9,6 +9,7 @@ Source0: %{name}-%{version}.tar.gz
|
||||
Source1: defaults.list
|
||||
|
||||
Patch0: shared-mime-info-0.16-cisco-vpn.patch
|
||||
Patch1: shared-mime-info-0.19-image-pdf.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
BuildRequires: libxml2-devel
|
||||
@ -29,6 +30,7 @@ and looking up the correct MIME type in a database.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0 -b .cisco-vpn
|
||||
%patch1 -p0 -b .image-pdf
|
||||
%build
|
||||
|
||||
%configure --disable-update-mimedb
|
||||
@ -61,6 +63,9 @@ install -m 644 %SOURCE1 $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 10 2006 Christopher Aillon <caillon@redhat.com> - 0.19-2
|
||||
- Alias image/pdf to application/pdf
|
||||
|
||||
* Fri Aug 25 2006 Christopher Aillon <caillon@redhat.com> - 0.19-1
|
||||
- Update to 0.19
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user