Fix mime cache handling

This commit is contained in:
Matthias Clasen 2005-10-19 12:08:00 +00:00
parent c648f00208
commit 5bfd0270b2
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Makefile for source rpm: gtk2
# $Id$
# $Id: Makefile,v 1.1 2004/08/31 10:48:41 cvsdist Exp $
NAME := gtk2
SPECFILE = $(firstword $(wildcard *.spec))

View File

@ -16,7 +16,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
Name: gtk2
Version: %{base_version}
Release: 1
Release: 2
License: LGPL
Group: System Environment/Libraries
Source: gtk+-%{version}.tar.bz2
@ -24,6 +24,8 @@ Source1: update-scripts.tar.gz
# Biarch changes
Patch0: gtk+-2.4.1-lib64.patch
# Fixed in 2.8.7
Patch1: gtk+-2.8.6-mimecache.patch
BuildPrereq: atk-devel >= %{atk_version}
BuildPrereq: pango-devel >= %{pango_version}
@ -83,6 +85,7 @@ docs for the GTK+ widget toolkit.
(cd .. && tar xzf %{SOURCE1})
%patch0 -p1 -b .lib64
%patch1 -p1 -b .mimecache
for i in config.guess config.sub ; do
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@ -251,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT
%doc tmpdocs/examples
%changelog
* Wed Oct 19 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-2
- Sync to upstream xdgmime
* Wed Oct 5 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-1
- New upstream version