- Add MIME-types for .pcf Cisco VPN settings files (fdo #3560)

This commit is contained in:
David Zeuthen 2005-06-17 04:49:00 +00:00
parent 29b995edb1
commit f7cf4a70c2
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,14 @@
--- freedesktop.org.xml.in.orig 2005-06-16 17:13:15.000000000 -0400
+++ freedesktop.org.xml.in 2005-06-16 19:49:40.000000000 -0400
@@ -2592,4 +2592,11 @@
</magic>
<glob pattern="*.movie"/>
</mime-type>
+ <mime-type type="application/x-cisco-vpn-settings">
+ <_comment>Cisco VPN Settings</_comment>
+ <magic priority="50">
+ <match type="string" value="[main]" offset="0"/>
+ </magic>
+ <glob pattern="*.pcf"/>
+ </mime-type>
</mime-info>

View File

@ -1,12 +1,13 @@
Summary: Shared MIME information database
Name: shared-mime-info
Version: 0.16
Release: 3
Release: 4
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: libxml2-devel
BuildRequires: glib2-devel
@ -24,6 +25,7 @@ and looking up the correct MIME type in a database.
%prep
%setup -q
%patch0 -p0 -b .cisco-vpn
%build
@ -57,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man*/*
%changelog
* Fri Jun 17 2005 David Zeuthen <davidz@redhat.com> - 0.16-4
- Add MIME-types for .pcf Cisco VPN settings files (fdo #3560)
* Fri May 20 2005 Dan Williams <dcbw@redhat.com> - 0.16-3
- Update OpenOffice.org desktop file names. #155353
- WordPerfect default now OOo Writer, since Abiword is in Extras