fix some recent-files problems
This commit is contained in:
parent
4e9ba60bdc
commit
bb4ed9bd7b
@ -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%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: gtk+-%{version}.tar.bz2
|
Source: gtk+-%{version}.tar.bz2
|
||||||
@ -28,6 +28,8 @@ Patch0: gtk+-2.4.1-lib64.patch
|
|||||||
Patch1: gtk+-2.8.10-set-invisible-char-to-bullet.patch
|
Patch1: gtk+-2.8.10-set-invisible-char-to-bullet.patch
|
||||||
# Filechooser search
|
# Filechooser search
|
||||||
Patch2: gtk+-2.10.1-search.patch
|
Patch2: gtk+-2.10.1-search.patch
|
||||||
|
# Fixed in cvs
|
||||||
|
Patch3: gtk+-2.10.2-recent.patch
|
||||||
|
|
||||||
BuildPrereq: atk-devel >= %{atk_version}
|
BuildPrereq: atk-devel >= %{atk_version}
|
||||||
BuildPrereq: pango-devel >= %{pango_version}
|
BuildPrereq: pango-devel >= %{pango_version}
|
||||||
@ -108,6 +110,7 @@ tar xzf %{SOURCE1}
|
|||||||
%patch0 -p1 -b .lib64
|
%patch0 -p1 -b .lib64
|
||||||
%patch1 -p1 -b .set-invisible-char-to-bullet
|
%patch1 -p1 -b .set-invisible-char-to-bullet
|
||||||
%patch2 -p1 -b .search
|
%patch2 -p1 -b .search
|
||||||
|
%patch3 -p1 -b .recent
|
||||||
|
|
||||||
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 .
|
||||||
@ -279,6 +282,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2.fc6
|
||||||
|
- Fix some problems with the recent files code
|
||||||
|
|
||||||
* Fri Aug 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-1.fc6
|
* Fri Aug 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.2-1.fc6
|
||||||
- Update to 2.10.2
|
- Update to 2.10.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user