- Add authentication support to GtkPrintBackend.
This commit is contained in:
parent
ab98bafaa3
commit
1fabce9c17
12
gtk2.spec
12
gtk2.spec
@ -17,7 +17,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: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://download.gnome.org/sources/gtk+/2.16/gtk+-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gtk+/2.16/gtk+-%{version}.tar.bz2
|
||||||
@ -31,6 +31,8 @@ Patch0: gtk+-2.13.5-lib64.patch
|
|||||||
Patch2: workaround.patch
|
Patch2: workaround.patch
|
||||||
# http://bugzilla.redhat.com/show_bug.cgi?id=478400
|
# http://bugzilla.redhat.com/show_bug.cgi?id=478400
|
||||||
Patch3: default_printer.patch
|
Patch3: default_printer.patch
|
||||||
|
# http://bugzilla.gnome.org/show_bug.cgi?id=384940
|
||||||
|
Patch4: print_authentication.patch
|
||||||
|
|
||||||
BuildRequires: atk-devel >= %{atk_version}
|
BuildRequires: atk-devel >= %{atk_version}
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
@ -135,7 +137,12 @@ This package contains developer documentation for the GTK+ widget toolkit.
|
|||||||
%patch0 -p1 -b .lib64
|
%patch0 -p1 -b .lib64
|
||||||
%patch2 -p1 -b .workaround
|
%patch2 -p1 -b .workaround
|
||||||
%patch3 -p0 -b .default-printer
|
%patch3 -p0 -b .default-printer
|
||||||
|
%patch4 -p0 -b .print-authentication
|
||||||
|
|
||||||
|
# make sure that gtkmarshalers.{c, h} get regenerated during the build
|
||||||
|
# - caused by print_authentication.patch
|
||||||
|
rm --force ./gtk/gtkmarshalers.c
|
||||||
|
rm --force ./gtk/gtkmarshalers.h
|
||||||
|
|
||||||
%build
|
%build
|
||||||
libtoolize --force --copy
|
libtoolize --force --copy
|
||||||
@ -335,6 +342,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 7 2009 Marek Kasik <mkasik@redhat.com> - 2.16.0-2
|
||||||
|
- Add authentication support to GtkPrintBackend.
|
||||||
|
|
||||||
* Fri Mar 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
|
* Fri Mar 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
|
||||||
- Update to 2.16.0
|
- Update to 2.16.0
|
||||||
|
|
||||||
|
1389
print_authentication.patch
Normal file
1389
print_authentication.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user