1.22.3
This commit is contained in:
parent
6d508664d8
commit
ba32ab6f7c
23
pango.spec
23
pango.spec
@ -8,7 +8,7 @@
|
||||
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.22.2
|
||||
Version: 1.22.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -40,11 +40,20 @@ BuildRequires: gtk-doc
|
||||
Patch0: pango-1.21.4-lib64.patch
|
||||
|
||||
%description
|
||||
Pango is a system for layout and rendering of internationalized text.
|
||||
Pango is a library for laying out and rendering of text, with an emphasis
|
||||
on internationalization. Pango can be used anywhere that text layout is needed,
|
||||
though most of the work on Pango so far has been done in the context of the
|
||||
GTK+ widget toolkit. Pango forms the core of text and font handling for
|
||||
GTK+.
|
||||
|
||||
Pango is designed to be modular; the core Pango layout engine can be used
|
||||
with different font backends.
|
||||
|
||||
The integration of Pango with Cairo provides a complete solution with high
|
||||
quality text handling and graphics rendering.
|
||||
|
||||
%package devel
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Summary: Development files for pango
|
||||
Group: Development/Libraries
|
||||
Requires: pango = %{version}-%{release}
|
||||
Requires: libXrender-devel
|
||||
@ -58,12 +67,9 @@ Requires: cairo-devel >= %{cairo_version}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
The pango-devel package includes the header files and developer docs
|
||||
The pango-devel package includes the header files and developer documentation
|
||||
for the pango package.
|
||||
|
||||
Install pango-devel if you want to develop programs which will use
|
||||
pango.
|
||||
|
||||
%prep
|
||||
%setup -q -n pango-%{version}
|
||||
|
||||
@ -218,6 +224,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 24 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.3-1
|
||||
- U[date to 1.22.3
|
||||
|
||||
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 1.22.2-1
|
||||
- Update to 1.22.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user