This commit is contained in:
Matthias Clasen 2008-11-25 03:40:42 +00:00
parent 6d508664d8
commit ba32ab6f7c
2 changed files with 17 additions and 8 deletions

View File

@ -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

View File

@ -1 +1 @@
0d4dc87f9b523e9030afccb2d05afe0b pango-1.22.2.tar.bz2
8909ddbde2f2e91eb0c79202e1051a84 pango-1.22.3.tar.bz2