1.8.8
This commit is contained in:
parent
fd0b3dc490
commit
6a94b4c328
@ -1 +1 @@
|
|||||||
cairo-1.8.6.tar.gz
|
cairo-1.8.8.tar.gz
|
||||||
|
31
cairo.spec
31
cairo.spec
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
Summary: A 2D graphics library
|
Summary: A 2D graphics library
|
||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 1.8.6
|
Version: 1.8.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://cairographics.org
|
URL: http://cairographics.org
|
||||||
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||||
License: LGPLv2 or MPLv1.1
|
License: LGPLv2 or MPLv1.1
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libXrender-devel
|
BuildRequires: libXrender-devel
|
||||||
@ -23,14 +23,14 @@ BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
|||||||
|
|
||||||
Patch0: cairo-1.8.6-repeat-modes.patch
|
Patch0: cairo-1.8.6-repeat-modes.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cairo is a 2D graphics library designed to provide high-quality display
|
Cairo is a 2D graphics library designed to provide high-quality display
|
||||||
and print output. Currently supported output targets include the X Window
|
and print output. Currently supported output targets include the X Window
|
||||||
System, OpenGL (via glitz), in-memory image buffers, and image files (PDF,
|
System, OpenGL (via glitz), in-memory image buffers, and image files (PDF,
|
||||||
PostScript, and SVG).
|
PostScript, and SVG).
|
||||||
|
|
||||||
Cairo is designed to produce consistent output on all output media while
|
Cairo is designed to produce consistent output on all output media while
|
||||||
taking advantage of display hardware acceleration when available (e.g.
|
taking advantage of display hardware acceleration when available (e.g.
|
||||||
through the X Render Extension or OpenGL).
|
through the X Render Extension or OpenGL).
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -46,9 +46,9 @@ Requires: pkgconfig
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Cairo is a 2D graphics library designed to provide high-quality display
|
Cairo is a 2D graphics library designed to provide high-quality display
|
||||||
and print output.
|
and print output.
|
||||||
|
|
||||||
This package contains libraries, header files and developer documentation
|
This package contains libraries, header files and developer documentation
|
||||||
needed for developing software which uses the cairo graphics library.
|
needed for developing software which uses the cairo graphics library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -75,13 +75,13 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS BIBLIOGRAPHY BUGS ChangeLog COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 NEWS PORTING_GUIDE README
|
%doc AUTHORS BIBLIOGRAPHY BUGS ChangeLog COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1 NEWS PORTING_GUIDE README
|
||||||
%{_libdir}/libcairo*.so.*
|
%{_libdir}/libcairo*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/cairo
|
%{_datadir}/gtk-doc/html/cairo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 17 2009 Matthias Clasen <mclasen@redhat.com> 1.8.8-1
|
||||||
|
- Update to 1.8.8
|
||||||
|
|
||||||
* Wed Apr 08 2009 Adam Jackson <ajax@redhat.com> 1.8.6-3
|
* Wed Apr 08 2009 Adam Jackson <ajax@redhat.com> 1.8.6-3
|
||||||
- cairo-1.8.6-repeat-modes.patch: Enable the repeat and pad blend modes in
|
- cairo-1.8.6-repeat-modes.patch: Enable the repeat and pad blend modes in
|
||||||
the xlib backend to make firefox performance slightly less dire.
|
the xlib backend to make firefox performance slightly less dire.
|
||||||
|
Loading…
Reference in New Issue
Block a user