- Update to 0.30

This commit is contained in:
Bastien Nocera 2008-05-12 15:37:03 +00:00
parent 0d07a17dac
commit bc5255b5d3
4 changed files with 7 additions and 21 deletions

View File

@ -1 +1 @@
shared-mime-info-0.23.tar.bz2
shared-mime-info-0.30.tar.bz2

View File

@ -1,14 +0,0 @@
--- 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,7 +1,7 @@
Summary: Shared MIME information database
Name: shared-mime-info
Version: 0.23
Release: 9%{?dist}
Version: 0.30
Release: 1%{?dist}
License: GPL
Group: System Environment/Libraries
URL: http://freedesktop.org/Software/shared-mime-info
@ -11,8 +11,6 @@ Source1: defaults.list
# for i in `totem-video-indexer -m | grep -v real` ; do if grep MimeType /home/hadess/Projects/Cvs/rhythmbox/data/rhythmbox.desktop.in.in | grep -q $i ; then echo "$i=totem.desktop;rhythmbox.desktop;" >> totem-defaults.list ; else echo "$i=totem.desktop;" >> totem-defaults.list ; fi ; done
Source2: totem-defaults.list
Patch0: shared-mime-info-0.16-cisco-vpn.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gawk
BuildRequires: libxml2-devel
@ -32,7 +30,6 @@ and looking up the correct MIME type in a database.
%prep
%setup -q
%patch0 -p0 -b .cisco-vpn
%build
%configure --disable-update-mimedb
@ -66,6 +63,9 @@ cat %SOURCE2 >> $RPM_BUILD_ROOT/%{_datadir}/applications/defaults.list
%{_mandir}/man*/*
%changelog
* Mon May 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.30-1
- Update to 0.30
* Fri May 2 2008 David Zeuthen <davidz@redhat.com> - 0.23-9
- Fix defaults for x-content/image-dcf (#445032)

View File

@ -1 +1 @@
3120a720f6a94881614b533f37a7671f shared-mime-info-0.23.tar.bz2
115316be6bb5e3dd8c667742a4301678 shared-mime-info-0.30.tar.bz2