- Add cairo-0.6.0-font-options-to-scaled-font.patch to make sure font cache
eviction works correctly (#164664).
This commit is contained in:
parent
6a298cca07
commit
063b138474
10
cairo.spec
10
cairo.spec
@ -5,13 +5,15 @@
|
|||||||
Summary: A vector graphics library
|
Summary: A vector graphics library
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 1
|
Release: 2
|
||||||
URL: http://cairographics.org
|
URL: http://cairographics.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: LGPL/MPL
|
License: LGPL/MPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
Patch0: cairo-0.6.0-font-options-to-scaled-font.patch
|
||||||
|
|
||||||
Requires: /sbin/ldconfig
|
Requires: /sbin/ldconfig
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libpixman-devel >= %{libpixman_version}
|
BuildRequires: libpixman-devel >= %{libpixman_version}
|
||||||
@ -47,6 +49,8 @@ source vector graphics library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch0 -p1 -b .font-options-to-scaled-font
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-warnings --disable-glitz --disable-quartz \
|
%configure --enable-warnings --disable-glitz --disable-quartz \
|
||||||
--disable-atsui --disable-xcb --disable-win32 \
|
--disable-atsui --disable-xcb --disable-win32 \
|
||||||
@ -80,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/*
|
%{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 2 2005 Kristian Høgsberg <krh@redhat.com> - 0.6.0-2
|
||||||
|
- Add cairo-0.6.0-font-options-to-scaled-font.patch to make sure font
|
||||||
|
cache eviction works correctly (#164664).
|
||||||
|
|
||||||
* Thu Jul 28 2005 Owen Taylor <otaylor@devserv.devel.redhat.com> 0.6.0-1
|
* Thu Jul 28 2005 Owen Taylor <otaylor@devserv.devel.redhat.com> 0.6.0-1
|
||||||
- Update to cairo-0.6.0
|
- Update to cairo-0.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user