Behdad Esfahbod 03e104b
%define pixman_version 0.12.0
Behdad Esfahbod 03e104b
%define freetype_version 2.1.9
Kristian Høgsberg 52b186c
%define fontconfig_version 2.0
Kristian Høgsberg 52b186c
f81e898
Summary:	A 2D graphics library
ee5b607
Name:		cairo
73397b5
Version:	1.8.6
28e6f5d
Release:	2%{?dist}
ee5b607
URL:		http://cairographics.org
88e87c4
Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.gz
958d72a
License:	LGPLv2 or MPLv1.1
ee5b607
Group:		System Environment/Libraries
ee5b607
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Kristian Høgsberg 3e0d574
Kristian Høgsberg 3e0d574
BuildRequires: pkgconfig
6d731b2
BuildRequires: libXrender-devel
41714fb
BuildRequires: libX11-devel
Kristian Høgsberg 52b186c
BuildRequires: libpng-devel
a589297
BuildRequires: libxml2-devel
Behdad Esfahbod 986854e
BuildRequires: pixman-devel >= %{pixman_version}
Kristian Høgsberg 52b186c
BuildRequires: freetype-devel >= %{freetype_version}
Kristian Høgsberg 52b186c
BuildRequires: fontconfig-devel >= %{fontconfig_version}
Kristian Høgsberg 52b186c
Kristian Høgsberg 3e0d574
%description 
f81e898
Cairo is a 2D graphics library designed to provide high-quality display 
f81e898
and print output. Currently supported output targets include the X Window 
f81e898
System, OpenGL (via glitz), in-memory image buffers, and image files (PDF, 
f81e898
PostScript, and SVG). 
f81e898
f81e898
Cairo is designed to produce consistent output on all output media while 
f81e898
taking advantage of display hardware acceleration when available (e.g. 
f81e898
through the X Render Extension or OpenGL).
Kristian Høgsberg 3e0d574
Kristian Høgsberg 3e0d574
%package devel
f81e898
Summary: Development files for cairo
Kristian Høgsberg 3e0d574
Group: Development/Libraries
Kristian Høgsberg 3e0d574
Requires: %{name} = %{version}-%{release}
6d731b2
Requires: libXrender-devel
Kristian Høgsberg 52b186c
Requires: libpng-devel
Behdad Esfahbod 986854e
Requires: pixman-devel >= %{pixman_version}
Kristian Høgsberg 52b186c
Requires: freetype-devel >= %{freetype_version}
Kristian Høgsberg 52b186c
Requires: fontconfig-devel >= %{fontconfig_version}
67f1931
Requires: pkgconfig
Kristian Høgsberg 3e0d574
Kristian Høgsberg 3e0d574
%description devel
f81e898
Cairo is a 2D graphics library designed to provide high-quality display
f81e898
and print output. 
f81e898
f81e898
This package contains libraries, header files and developer documentation 
f81e898
needed for developing software which uses the cairo graphics library.
Kristian Høgsberg 3e0d574
Kristian Høgsberg 3e0d574
%prep
Kristian Høgsberg 3e0d574
%setup -q
Kristian Høgsberg 3e0d574
Kristian Høgsberg 3e0d574
%build
ee5b607
%configure --disable-static 	\
ee5b607
	--enable-warnings 	\
ee5b607
	--enable-xlib 		\
ee5b607
	--enable-freetype 	\
ee5b607
	--enable-ps 		\
ee5b607
	--enable-pdf 		\
ee5b607
	--enable-svg 		\
Kristian Høgsberg a195f09
	--disable-gtk-doc
Kristian Høgsberg 094e3d5
make
Kristian Høgsberg 3e0d574
Kristian Høgsberg 3e0d574
%install
Kristian Høgsberg 3e0d574
rm -rf $RPM_BUILD_ROOT
Kristian Høgsberg b87c7f9
ae8d575
make install DESTDIR=$RPM_BUILD_ROOT
Kristian Høgsberg 752b751
rm $RPM_BUILD_ROOT%{_libdir}/*.la
Kristian Høgsberg b87c7f9
Kristian Høgsberg 3e0d574
%clean
Kristian Høgsberg 3e0d574
rm -rf $RPM_BUILD_ROOT
Kristian Høgsberg 3e0d574
Kristian Høgsberg 094e3d5
%post -p /sbin/ldconfig 
Kristian Høgsberg 094e3d5
%postun -p /sbin/ldconfig
Kristian Høgsberg 094e3d5
Kristian Høgsberg 3e0d574
%files
Kristian Høgsberg 3e0d574
%defattr(-,root,root,-)
Behdad Esfahbod babbf25
%doc AUTHORS BIBLIOGRAPHY BUGS ChangeLog COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 NEWS PORTING_GUIDE README
Kristian Høgsberg 3e0d574
%{_libdir}/libcairo*.so.* 
Kristian Høgsberg 3e0d574
Kristian Høgsberg 3e0d574
%files devel
Kristian Høgsberg 3e0d574
%defattr(-,root,root,-)
Kristian Høgsberg 752b751
%{_includedir}/*
Kristian Høgsberg 752b751
%{_libdir}/libcairo*.so
Kristian Høgsberg 752b751
%{_libdir}/pkgconfig/*
ee5b607
%{_datadir}/gtk-doc/html/cairo
Kristian Høgsberg 3e0d574
Kristian Høgsberg 3e0d574
%changelog
28e6f5d
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.6-2
28e6f5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
28e6f5d
087f518
* Wed Jan  7 2009 Matthias Clasen <mclasen@redhat.com> 1.8.6-1
73397b5
- Update to 1.8.6
73397b5
99cded8
* Sun Dec 14 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 1.8.0-3
99cded8
- Rebuild for pkgconfig provides
99cded8
f81e898
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> 1.8.0-2
f81e898
- Tweak %%summary and %%documentation
f81e898
Behdad Esfahbod 03e104b
* Thu Sep 25 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.8.0-1
Behdad Esfahbod 03e104b
- Update to 1.8.0
Behdad Esfahbod 03e104b
- Update dep versions
Behdad Esfahbod 03e104b
Behdad Esfahbod fabe287
* Mon Sep 22 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.7.6-1
Behdad Esfahbod fabe287
- Update to 1.7.6
Behdad Esfahbod fabe287
f0917fa
* Mon Aug 11 2008 Matthias Clasen <mclasen@redhat.com> 1.7.4-1
f0917fa
- Update to 1.7.4
f0917fa
958d72a
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.6.4-3
958d72a
- fix license tag
958d72a
88e87c4
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> 1.6.4-2
88e87c4
- Fix source url
88e87c4
Carl Worth 2f69c4a
* Fri Apr 11 2008 Carl Worth <cworth@redhat.com> 1.6.2-1
Carl Worth 2f69c4a
- Update to 1.6.2
Carl Worth 2f69c4a
Carl Worth 74b218c
* Thu Apr 10 2008 Carl Worth <cworth@redhat.com> 1.6.0-1
Carl Worth 74b218c
- Update to 1.6.0
Carl Worth 74b218c
Carl Worth 54fbe67
* Tue Apr  8 2008 Carl Worth <cworth@redhat.com> 1.5.20-1
Carl Worth 54fbe67
- Update to 1.5.20
Carl Worth 54fbe67
Carl Worth 6aab286
* Sun Apr  6 2008 Carl Worth <cworth@redhat.com> 1.5.18-1
Carl Worth 6aab286
- Update to 1.5.18
Carl Worth 6aab286
946bed3
* Thu Apr  3 2008 Matthias Clasen <mclasen@redhat.com> 1.5.16-1
946bed3
- Update to 1.5.16
946bed3
9296f65
* Fri Mar 21 2008 Matthias Clasen <mclasen@redhat.com> 1.5.14-1
9296f65
- Update to 1.5.14
9296f65
Behdad Esfahbod b04783d
* Wed Feb 20 2008 Behdad Esfahbod <besfahbo@redhat.com>
Behdad Esfahbod b04783d
- Point Source to cairographics.org/snapshots.  Change back to /releases
Behdad Esfahbod b04783d
  when 1.6.0 is out.
Behdad Esfahbod b04783d
Behdad Esfahbod babbf25
* Wed Jan 30 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.8-2
Behdad Esfahbod babbf25
- Remove TODO and ROADMAP as they were removed from tarball upstream.
Behdad Esfahbod babbf25
Behdad Esfahbod ee2b064
* Wed Jan 30 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.8-1
Behdad Esfahbod ee2b064
- Update to 1.5.8
Behdad Esfahbod ee2b064
Behdad Esfahbod ee2b064
* Thu Jan 17 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.5.6-1
Behdad Esfahbod ee2b064
- Update to 1.5.6
Behdad Esfahbod ee2b064
e58c35a
* Thu Dec  6 2007 Matthias Clasen <mclasen@redhat.com> - 1.5.4-1
e58c35a
- Update to 1.5.4
e58c35a
Behdad Esfahbod 986854e
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 1.5.2-1
Behdad Esfahbod 986854e
- Update to 1.5.2
Behdad Esfahbod 986854e
- Switch to external pixman.
Behdad Esfahbod 986854e
6562308
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.4.10-2
6562308
- Rebuild for PPC toolchain bug
6562308
Carl Worth 922a56f
* Wed Jun 27 2007 Carl Worth <cworth@redhat.com> 1.4.10-1
Carl Worth 922a56f
- Update to 1.4.10
Carl Worth 922a56f
Behdad Esfahbod 5affa59
* Sat Jun 9 2007 Behdad Esfahbod <besfahbo@redhat.com> 1.4.8-1
Behdad Esfahbod 5affa59
- Update to 1.4.8
Behdad Esfahbod 5affa59
Carl Worth 7e1907a
* Tue May  1 2007 Carl Worth <cworth@redhat.com> 1.4.6-1
Carl Worth 7e1907a
- Update to 1.4.6
Carl Worth 7e1907a
Carl Worth 7e1907a
* Mon Apr 16 2007 Carl Worth <cworth@redhat.com> 1.4.4-1
Carl Worth 88911b3
- Update to 1.4.4
Carl Worth 88911b3
Carl Worth 5f98ec9
* Tue Mar 20 2007 Carl Worth <cworth@redhat.com> 1.4.2-1
Carl Worth 5f98ec9
- Update to 1.4.2
Carl Worth 5f98ec9
Carl Worth 68e7aff
* Tue Mar  6 2007 Carl Worth <cworth@redhat.com> 1.4.0-1
Carl Worth 68e7aff
- Update to 1.4.0
Carl Worth 68e7aff
Carl Worth 8b50f5b
* Wed Feb 14 2007 Carl Worth <cworth@redhat.com> 1.3.14-1
Carl Worth 8b50f5b
- Update to 1.3.14
Carl Worth 8b50f5b
Carl Worth 2df2d77
* Sat Jan 20 2007 Carl Worth <cworth@redhat.com> 1.3.12-1
Carl Worth 2df2d77
- Update to 1.3.12
Carl Worth 2df2d77
Carl Worth 0b8d027
* Sat Dec 23 2006 Carl Worth <cworth@redhat.com> 1.3.10-1
Carl Worth 0b8d027
- Update to 1.3.10
Carl Worth 0b8d027
Carl Worth 0ba63ff
* Thu Dec 14 2006 Carl Worth <cworth@redhat.com> 1.3.8-1
Carl Worth 0ba63ff
- Update to 1.3.8
Carl Worth 0ba63ff
ee5b607
* Sat Dec  9 2006 Matthias Clasen <mclasen@redhat.com> 1.3.6-2
ee5b607
- Small spec file cleanups
ee5b607
7b534a3
* Wed Dec  6 2006 Matthias Clasen <mclasen@redhat.com> 1.3.6-1
7b534a3
- Update to 1.3.6
7b534a3
8420c3c
* Thu Nov 23 2006 Matthias Clasen <mclasen@redhat.com> 1.3.4-1
8420c3c
- Update to 1.3.4
8420c3c
Carl Worth e3cdccf
* Wed Nov 15 2006 Carl Worth <cworth@redhat.com> 1.3.2-1
Carl Worth e3cdccf
- Update to 1.3.2
Carl Worth e3cdccf
67f1931
* Sun Nov  5 2006 Matthias Clasen <mclasen@redhat.com> 1.2.6-1
67f1931
- Update to 1.2.6
67f1931
besfahbo 026780c
* Sun Aug 20 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.4-1
besfahbo 026780c
- Update to 1.2.4
besfahbo 026780c
- Drop libXt-devel BuildReq as it shouldn't need it anymore.
besfahbo 026780c
besfahbo fd497cc
* Wed Aug  9 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.2-3
besfahbo fd497cc
- Remove unnecessary --disable-* arguments to configure, add --enable-*
besfahbo fd497cc
  for those backends we really want to make sure are enabled.
besfahbo fd497cc
ae8d575
* Wed Aug  9 2006 Ray Strode <rstrode@redhat.com> - 1.2.2-2
ae8d575
- add lame libXt-devel BuildReq to get things building again.
ae8d575
- small spec tweaks to follow conventions
ae8d575
besfahbo 3fa9f9f
* Wed Aug  9 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.2.2-1
besfahbo 3fa9f9f
- Update to 1.2.2
besfahbo 3fa9f9f
4380b8d
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 1.2.0-2
4380b8d
- rebuild
4380b8d
90fd39e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.1
90fd39e
- rebuild
90fd39e
c4c799b
* Mon Jul  3 2006 Matthias Clasen <mclasen@redhat.com> 1.2.0-1
c4c799b
- Update to 1.2.0
c4c799b
Carl Worth 1cfceaa
* Fri Jun 16 2006 Carl Worth <cworth@redhat.com> 1.1.10-1
Carl Worth 1cfceaa
- Update to 1.1.10 (fixes crash on 16-bit X servers like Xvnc)
Carl Worth 1cfceaa
c2ae886
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> 1.1.8-1
c2ae886
- Update to 1.1.8
c2ae886
a589297
* Tue May 16 2006 Karsten Hopp <karsten@redhat.de> 1.1.6-6
a589297
- buildrequire libxml2-devel
a589297
Carl Worth 42479bc
* Fri May  5 2006 Carl Worth <cworth@redhat.com> - 1.1.6-2
Carl Worth 42479bc
- Refuse to build pdf2svg to avoid depending on newer poppler
Carl Worth 42479bc
Carl Worth b454d5a
* Fri May  5 2006 Carl Worth <cworth@redhat.com> - 1.1.6-1
Carl Worth b454d5a
- Update to new upstream 1.1.6
Carl Worth b454d5a
Carl Worth a365d69
* Wed May  3 2006 Carl Worth <cworth@redhat.com> - 1.1.4-2
Carl Worth a365d69
- Revert upstream commit that introduced a dependency on a newer
Carl Worth a365d69
  poppler version for the PDF tests.
Carl Worth a365d69
Carl Worth afafd2c
* Wed May  3 2006 Carl Worth <cworth@redhat.com> - 1.1.4-1
Carl Worth afafd2c
- Update to new upstream 1.1.4
Carl Worth afafd2c
- Drop both embedded-bitmaps and XRenderAddGlyphs patches as both now
Carl Worth afafd2c
  have upstream versions
Carl Worth afafd2c
Carl Worth c317f87
* Fri Apr 28 2006 Carl Worth <cworth@redhat.com> - 1.1.2-2
Carl Worth c317f87
- Add suggested patch for XRenderAddGlyphs crash of bug #4705
Carl Worth c317f87
  https://bugs.freedesktop.org/show_bug.cgi?id=4705
Carl Worth c317f87
Carl Worth bd89b96
* Tue Apr 25 2006 Carl Worth <cworth@redhat.com> - 1.1.2-1
Carl Worth bd89b96
- Update to new upstream 1.1.2
Carl Worth bd89b96
- Port forward the embedded bitmaps patch (now committed upstream to
Carl Worth bd89b96
  1.1.3)
Carl Worth bd89b96
- Drop build-fix and chunk-glyphs patches which now come from upstream
Carl Worth bd89b96
396979b
* Wed Mar 15 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.4-1
396979b
- Update to 1.0.4
8bd90c8
- Drop upstreamed patches
396979b
Carl Worth f62d78c
* Fri Mar  3 2006 Carl Worth <cworth@redhat.com> - 1.0.2-5
Carl Worth f62d78c
- add patch to chunk Xlib glyph compositing (bug 182416 and
Carl Worth f62d78c
  CVE-20060528)
Carl Worth f62d78c
e3575aa
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-4.2
e3575aa
- bump again for double-long bug on ppc(64)
e3575aa
4f1cb44
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-4.1
4f1cb44
- rebuilt for new gcc4.1 snapshot and glibc changes
4f1cb44
41714fb
* Tue Jan 31 2006 Ray Strode <rstrode@redhat.com> 1.0.2-4
41714fb
- add patch from Tim Mayberry to support embbedded bitmap
41714fb
  fonts (bug 176910)
41714fb
b4f8038
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.2
b4f8038
- rebuilt again
b4f8038
5623fba
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5623fba
- rebuilt
5623fba
6d731b2
* Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> 1.0.2-3
6d731b2
- Require libXrender-devel instead of xorg-X11-devel
6d731b2
Kristian Høgsberg 592f4d7
* Tue Oct 11 2005 Kristian Høgsberg <krh@redhat.com> 1.0.2-2
Kristian Høgsberg 592f4d7
- Rebuild against freetype-2.10 to pick up FT_GlyphSlot_Embolden.
Kristian Høgsberg 592f4d7
Kristian Høgsberg e5a1120
* Thu Oct  6 2005 Kristian Høgsberg <krh@redhat.com> - 1.0.2-1
Kristian Høgsberg e5a1120
- Update to cairo-1.0.2.
Kristian Høgsberg e5a1120
Kristian Høgsberg c8d8ce3
* Wed Aug 24 2005 Kristian Høgsberg <krh@redhat.com> - 1.0.0-1
Kristian Høgsberg c8d8ce3
- Update to cairo-1.0.0.
Kristian Høgsberg c8d8ce3
- Drop cairo-0.9.2-cache-eviction-fix.patch and
Kristian Høgsberg c8d8ce3
  cairo-0.9.2-dont-hash-null-string.patch.
Kristian Høgsberg c8d8ce3
Kristian Høgsberg b6c9ced
* Fri Aug 19 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-3
Kristian Høgsberg b6c9ced
- Add cairo-0.9.2-dont-hash-null-string.patch to avoid crash when
Kristian Høgsberg b6c9ced
  creating a cairo font from a FT_Face.
Kristian Høgsberg b6c9ced
Kristian Høgsberg c87ea67
* Tue Aug 16 2005 Kristian Høgsberg <krh@redhat.com> - 0.9.2-2
Kristian Høgsberg c87ea67
- Rebuild against new freetype to get rid of --rpath in cairo.pc.
Kristian Høgsberg c87ea67
Kristian Høgsberg 3b10346
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-1
Kristian Høgsberg 3b10346
- Also obsolete libpixman-debuginfo.
Kristian Høgsberg 3b10346
- Add cairo-0.9.2-cache-eviction-fix.patch to fix ft font cache eviction.
Kristian Høgsberg 3b10346
Kristian Høgsberg 86d892f
* Sun Aug 14 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-1
Kristian Høgsberg 86d892f
- Update to cairo 0.9.2.  Add Obsoletes: for libpixman <= 0.1.6.
Kristian Høgsberg 86d892f
- Drop cairo-0.6.0-font-options-to-scaled-font.patch.
Kristian Høgsberg 86d892f
Kristian Høgsberg 063b138
* Tue Aug  2 2005 Kristian Høgsberg <krh@redhat.com> - 0.6.0-2
Kristian Høgsberg 063b138
- Add cairo-0.6.0-font-options-to-scaled-font.patch to make sure font
Kristian Høgsberg 063b138
  cache eviction works correctly (#164664).
Kristian Høgsberg 063b138
6a298cc
* Thu Jul 28 2005 Owen Taylor <otaylor@devserv.devel.redhat.com> 0.6.0-1
6a298cc
- Update to cairo-0.6.0
6a298cc
Kristian Høgsberg f8e6136
* Mon Jul 18 2005 Kristian Høgsberg <krh@redhat.com> 0.5.2-1
Kristian Høgsberg f8e6136
- Update to cairo-0.5.2 and drop bitmap font patch.
Kristian Høgsberg f8e6136
Kristian Høgsberg e7c9b32
* Wed Jul  6 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-5
Kristian Høgsberg e7c9b32
- Fix typo in use of libpixman_version macro (Thanks to Michael
Kristian Høgsberg e7c9b32
  Schwendt, #162550).
Kristian Høgsberg e7c9b32
Kristian Høgsberg 52b186c
* Sun Jun 26 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-4
Kristian Høgsberg 52b186c
- Add more missing devel package requires (libpng-devel and
Kristian Høgsberg 52b186c
  xorg-x11-devel) (#161688)
Kristian Høgsberg 52b186c
- Add Owens patch (cairo-0.5.1-bitmap-fonts.patch) to make bitmap
Kristian Høgsberg 52b186c
  fonts work with cairo (#161653).
Kristian Høgsberg 52b186c
Kristian Høgsberg e7c9b32
* Wed Jun 22 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-3
Kristian Høgsberg c8c0a30
- Add requirement on libpixman-devel for devel package.
Kristian Høgsberg c8c0a30
Kristian Høgsberg 752b751
* Tue Jun 21 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-2
Kristian Høgsberg 752b751
- Package gtk docs as part of devel package.
Kristian Høgsberg 752b751
- Nuke static library.
Kristian Høgsberg 752b751
- Update devel files so /usr/include/cairo is owned by devel package.
Kristian Høgsberg 752b751
Kristian Høgsberg 752b751
* Mon Jun 20 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-1
Kristian Høgsberg 9730146
- Update to cairo 0.5.1.
Kristian Høgsberg b87c7f9
- Remove gtk-doc files, since --disable-gtk-doc doesn't work.
Kristian Høgsberg a195f09
- Disable gtk-doc and add freetype and fontconfig BuildRequires.
Kristian Høgsberg 9730146
Kristian Høgsberg 752b751
* Tue Jun 14 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.0-2
Kristian Høgsberg 667fa77
- Add libpixman-devel BuildRequires.
Kristian Høgsberg 667fa77
- Explicitly disable win32 backend.
Kristian Høgsberg 667fa77
Kristian Høgsberg 98fffea
* Tue May 17 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.0-1
Kristian Høgsberg 98fffea
- Update to 0.5.0.
Kristian Høgsberg 98fffea
Kristian Høgsberg 6cd4e22
* Sun Jan 23 2005 Kristian Høgsberg <krh@redhat.com> - 0.3.0-1
Kristian Høgsberg 6cd4e22
- Update to 0.3.0, explicitly disable more backends.
Kristian Høgsberg 6cd4e22
Kristian Høgsberg 094e3d5
* Tue Nov 16 2004 Kristian Høgsberg <krh@redhat.com> - 0.2.0-1
Kristian Høgsberg 094e3d5
- Incorporate changes suggested by katzj: Require: ldconfig and run it
ee5b607
  in %%post and %%postun, don't pass CFLAGS to make.
Kristian Høgsberg 094e3d5
Kristian Høgsberg f40fc3f
* Mon Aug  9 2004 Kristian Høgsberg <krh@redhat.com> - 0.2.0-1
Kristian Høgsberg f40fc3f
- Update license, explicitly disable glitz.
Kristian Høgsberg 3e0d574
- Create package.