- Update to 1.24.0
- Package pango-view.1.gz
This commit is contained in:
parent
5567e7f590
commit
a7078f751e
@ -1 +1 @@
|
||||
pango-1.23.0.tar.bz2
|
||||
pango-1.24.0.tar.bz2
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
15
pango.spec
15
pango.spec
@ -8,11 +8,11 @@
|
||||
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.23.0
|
||||
Release: 4.g5317893%{?dist}
|
||||
Version: 1.24.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/pango/1.23/pango-%{version}.tar.bz2
|
||||
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)
|
||||
|
||||
@ -39,8 +39,6 @@ BuildRequires: gtk-doc
|
||||
# Look for pango.modules in an arch-specific directory
|
||||
Patch0: pango-1.21.4-lib64.patch
|
||||
|
||||
Patch1: pango-1.23.0-g5317893.patch
|
||||
|
||||
%description
|
||||
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,
|
||||
@ -77,8 +75,6 @@ for the pango package.
|
||||
|
||||
%patch0 -p1 -b .lib64
|
||||
|
||||
%patch1 -p1 -b .git
|
||||
|
||||
%build
|
||||
|
||||
%configure --enable-gtk-doc --enable-doc-cross-references --with-included-modules=basic-fc
|
||||
@ -212,6 +208,7 @@ fi
|
||||
%{_libdir}/libpango*-*.so.*
|
||||
%{_bindir}/pango-querymodules*
|
||||
%{_bindir}/pango-view
|
||||
%{_datadir}/man/man1/pango-view.1.gz
|
||||
%{_libdir}/pango
|
||||
%doc %{_mandir}/man1/*
|
||||
|
||||
@ -228,6 +225,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.24.0-1
|
||||
- Update to 1.24.0
|
||||
- Package pango-view.1.gz
|
||||
|
||||
* Wed Mar 11 2009 Behdad Esfahbod <besfahbo@redhat.com> - 1.23.0-4.g5317893
|
||||
- Push changes from git
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user