Fix mime cache handling
This commit is contained in:
parent
c648f00208
commit
5bfd0270b2
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
# Makefile for source rpm: gtk2
|
# Makefile for source rpm: gtk2
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1 2004/08/31 10:48:41 cvsdist Exp $
|
||||||
NAME := gtk2
|
NAME := gtk2
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
||||||
Name: gtk2
|
Name: gtk2
|
||||||
Version: %{base_version}
|
Version: %{base_version}
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: gtk+-%{version}.tar.bz2
|
Source: gtk+-%{version}.tar.bz2
|
||||||
@ -24,6 +24,8 @@ Source1: update-scripts.tar.gz
|
|||||||
|
|
||||||
# Biarch changes
|
# Biarch changes
|
||||||
Patch0: gtk+-2.4.1-lib64.patch
|
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: atk-devel >= %{atk_version}
|
||||||
BuildPrereq: pango-devel >= %{pango_version}
|
BuildPrereq: pango-devel >= %{pango_version}
|
||||||
@ -83,6 +85,7 @@ docs for the GTK+ widget toolkit.
|
|||||||
(cd .. && tar xzf %{SOURCE1})
|
(cd .. && tar xzf %{SOURCE1})
|
||||||
|
|
||||||
%patch0 -p1 -b .lib64
|
%patch0 -p1 -b .lib64
|
||||||
|
%patch1 -p1 -b .mimecache
|
||||||
|
|
||||||
for i in config.guess config.sub ; do
|
for i in config.guess config.sub ; do
|
||||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||||
@ -251,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 5 2005 Matthias Clasen <mclasen@redhat.com> 2.8.6-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user