Fix type 1 font recognition
This commit is contained in:
parent
f7cf4a70c2
commit
104d22eea5
@ -1,13 +1,15 @@
|
||||
Summary: Shared MIME information database
|
||||
Name: shared-mime-info
|
||||
Version: 0.16
|
||||
Release: 4
|
||||
Release: 5
|
||||
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
|
||||
# still need to file a freedestop.org bug for this
|
||||
Patch1: shared-mime-info-0.16-fonts.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 -p0 -b .cisco-vpn
|
||||
%patch1 -p1 -b .fonts
|
||||
|
||||
%build
|
||||
|
||||
@ -59,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 3 2005 Matthias Clasen <mclasen@redhat.com> - 0.16-5
|
||||
- Make sure Type1 fonts are recognized as such (#160909)
|
||||
|
||||
* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> - 0.16-4
|
||||
- Add MIME-types for .pcf Cisco VPN settings files (fdo #3560)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user