- switch prereqs to modular X
This commit is contained in:
parent
cde5b64cbe
commit
d784e4144e
@ -8,7 +8,7 @@
|
||||
Summary: System for layout and rendering of internationalized text.
|
||||
Name: pango
|
||||
Version: 1.10.1
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.8/pango-%{version}.tar.bz2
|
||||
@ -18,8 +18,7 @@ BuildRoot: %{_tmppath}/pango-%{PACKAGE_VERSION}-root
|
||||
# We need to prereq this so we can run pango-querymodules
|
||||
Prereq: glib2 >= %{glib2_version}
|
||||
Prereq: freetype >= %{freetype_version}
|
||||
Prereq: xorg-x11
|
||||
#Prereq: libXrender, libX11, libXext, libXft
|
||||
Prereq: libXrender, libX11, libXext, libXft
|
||||
Requires: freetype >= %{freetype_version}
|
||||
Requires: cairo >= %{cairo_version}
|
||||
BuildRequires: libtool >= 1.4.2-10
|
||||
@ -188,6 +187,9 @@ esac
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 1.10.1-6
|
||||
- switch prereqs to modular X
|
||||
|
||||
* Fri Nov 4 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-5
|
||||
- Switch buildrequires to modular X.
|
||||
- Don't install .la files for modules.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user