Add Requires(post): libXft deps. (#1155261)
This commit is contained in:
parent
e055daf4e8
commit
6edc61729d
@ -5,12 +5,13 @@
|
||||
%global cairo_version 1.7.6
|
||||
%global libthai_version 0.1.9
|
||||
%global harfbuzz_version 0.9.9
|
||||
%global libXft_version 2.0.0
|
||||
%global bin_version 1.8.0
|
||||
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.36.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
#VCS: git:git://git.gnome.org/pango
|
||||
@ -35,6 +36,7 @@ Requires: freetype%{?_isa} >= %{freetype_version}
|
||||
Requires: fontconfig%{?_isa} >= %{fontconfig_version}
|
||||
Requires: cairo%{?_isa} >= %{cairo_version}
|
||||
Requires: libthai%{?_isa} >= %{libthai_version}
|
||||
Requires(post): libXft%{?_isa} >= %{libXft_version}
|
||||
|
||||
%description
|
||||
Pango is a library for laying out and rendering of text, with an emphasis
|
||||
@ -156,6 +158,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 26 2015 Akira TAGOH <tagoh@redhat.com> - 1.36.8-2
|
||||
- Add Requires(post): libXft deps. (#1155261)
|
||||
|
||||
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.36.8-1
|
||||
- Update to 1.36.8
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user