Fix a back-pixmap problem
This commit is contained in:
parent
48759c4a4a
commit
c75afd8226
@ -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.1
|
||||
Patch1: gtk+-2.8.0-back-pixmap.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 .back-pixmap
|
||||
|
||||
for i in config.guess config.sub ; do
|
||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||
|
Loading…
Reference in New Issue
Block a user