- add patch from Tim Mayberry to support embbedded bitmap fonts (bug
176910)
This commit is contained in:
parent
b4f8038f6e
commit
41714fb84b
12
cairo.spec
12
cairo.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: A vector graphics library
|
Summary: A vector graphics library
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 3.2
|
Release: 4
|
||||||
URL: http://cairographics.org
|
URL: http://cairographics.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: LGPL/MPL
|
License: LGPL/MPL
|
||||||
@ -18,10 +18,14 @@ Obsoletes: libpixman-debuginfo <= 0.1.6
|
|||||||
Requires: /sbin/ldconfig
|
Requires: /sbin/ldconfig
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libXrender-devel
|
BuildRequires: libXrender-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: freetype-devel >= %{freetype_version}
|
BuildRequires: freetype-devel >= %{freetype_version}
|
||||||
BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
||||||
|
|
||||||
|
Patch0: cairo-1.0.2-embedded-bitmaps.patch
|
||||||
|
Patch1: cairo-1.0.2-fix-build.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cairo is a vector graphics library designed to provide high-quality
|
Cairo is a vector graphics library designed to provide high-quality
|
||||||
display and print output. Currently supported output targets include
|
display and print output. Currently supported output targets include
|
||||||
@ -47,6 +51,8 @@ source vector graphics library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .embedded-bitmaps
|
||||||
|
%patch1 -p1 -b .fix-build
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-warnings --disable-glitz --disable-quartz \
|
%configure --enable-warnings --disable-glitz --disable-quartz \
|
||||||
@ -81,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/*
|
%{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> 1.0.2-4
|
||||||
|
- add patch from Tim Mayberry to support embbedded bitmap
|
||||||
|
fonts (bug 176910)
|
||||||
|
|
||||||
* Tue Jan 3 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.2
|
* Tue Jan 3 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.2
|
||||||
- rebuilt again
|
- rebuilt again
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user