1.24.1
This commit is contained in:
parent
7da40879ff
commit
8801091850
@ -1 +1 @@
|
||||
pango-1.24.0.tar.bz2
|
||||
pango-1.24.1.tar.bz2
|
||||
|
||||
27
pango.spec
27
pango.spec
@ -8,13 +8,13 @@
|
||||
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.24.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.24.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/pango/1.24/pango-%{version}.tar.bz2
|
||||
URL: http://www.pango.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# We need to prereq this so we can run pango-querymodules
|
||||
Prereq: glib2 >= %{glib2_version}
|
||||
@ -39,17 +39,16 @@ BuildRequires: gtk-doc
|
||||
Patch0: pango-1.21.4-lib64.patch
|
||||
|
||||
%description
|
||||
Pango is a library for laying out and rendering of text, with an emphasis
|
||||
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+.
|
||||
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
|
||||
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.
|
||||
The integration of Pango with Cairo provides a complete solution with high
|
||||
quality text handling and graphics rendering.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for pango
|
||||
@ -96,7 +95,7 @@ esac
|
||||
# autoconf uses powerpc not ppc
|
||||
host=`echo $host | sed "s/^ppc/powerpc/"`
|
||||
|
||||
# Make sure that the host value that is passed to the compile
|
||||
# Make sure that the host value that is passed to the compile
|
||||
# is the same as the host that we're using in the spec file
|
||||
#
|
||||
compile_host=`grep 'host_triplet =' pango/Makefile | sed "s/.* = //"`
|
||||
@ -116,7 +115,7 @@ if ! test -e $PANGOXFT_SO; then
|
||||
echo "$PANGOXFT_SO not found; did not build with Xft support?"
|
||||
ls $RPM_BUILD_ROOT%{_libdir}
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
# We need to have separate 32-bit and 64-bit pango-querymodules binaries
|
||||
# for places where we have two copies of the Pango libraries installed.
|
||||
@ -224,6 +223,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.24.1-1
|
||||
- Update to 1.24.1
|
||||
- See http://download.gnome.org/sources/pango/1.24/pango-1.24.1.news
|
||||
|
||||
* Wed Mar 26 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.0-2
|
||||
- Remove weird Requires(pre).
|
||||
- Resolves #486641
|
||||
|
||||
Loading…
Reference in New Issue
Block a user