2.12.2
This commit is contained in:
parent
768281ae57
commit
c92c95d259
13
gtk2.spec
13
gtk2.spec
@ -10,13 +10,13 @@
|
||||
%define cairo_version %{cairo_base_version}-1
|
||||
%define libpng_version 2:1.2.2-16
|
||||
|
||||
%define base_version 2.12.1
|
||||
%define base_version 2.12.2
|
||||
%define bin_version 2.10.0
|
||||
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||
Name: gtk2
|
||||
Version: %{base_version}
|
||||
Release: 6%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/gtk+/2.12/gtk+-%{version}.tar.bz2
|
||||
@ -37,9 +37,6 @@ Patch3: firefox-print-preview.patch
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=488119
|
||||
Patch4: system-log-crash.patch
|
||||
|
||||
# fixed in upstream svn
|
||||
Patch5: builder-turkish.patch
|
||||
|
||||
BuildRequires: atk-devel >= %{atk_version}
|
||||
BuildRequires: pango-devel >= %{pango_version}
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
@ -118,7 +115,6 @@ docs for the GTK+ widget toolkit.
|
||||
%patch2 -p1 -b .workaround
|
||||
%patch3 -p1 -b .firefox-print-preview
|
||||
%patch4 -p1 -b .system-log-crash
|
||||
%patch5 -p1 -b .builder-turkish
|
||||
|
||||
for i in config.guess config.sub ; do
|
||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||
@ -142,7 +138,7 @@ fi
|
||||
|
||||
## smp_mflags doesn't work for now due to gdk-pixbuf.loaders, may be fixed
|
||||
## past gtk 2.1.2
|
||||
make ## %{?_smp_mflags}
|
||||
make CFLAGS="-ggdb -O0" ## %{?_smp_mflags}
|
||||
# turn off for now, since floatingtest needs a display
|
||||
#make check
|
||||
|
||||
@ -302,6 +298,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-2.0
|
||||
|
||||
%changelog
|
||||
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.2-1
|
||||
- Update to 2.12.2
|
||||
|
||||
* Sun Nov 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-6
|
||||
- Include the /usr/lib/gtk-2.0/2.10.0/filesystems directory
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user