diff --git a/README.md b/README.md index 9935edb..f189fff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # libgnomecanvas -The GNOME canvas is an engine for structured graphics that offers a rich -imaging model, high performance rendering, and a powerful, high-level API. -It offers a choice of two rendering back-ends, one based on Xlib for -extremely fast display, and another based on Libart, a sophisticated, -antialiased, alpha-compositing engine. Applications have a choice between -the Xlib imaging model or a superset of the PostScript imaging model, -depending on the level of graphic sophistication required. +The GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API. +It offers a choice of two rendering back-ends, one based on Xlib for extremely fast display, and another based on Libart, a sophisticated, antialiased, alpha-compositing engine. Applications have a choice between the Xlib imaging model or a superset of the PostScript imaging model, depending on the level of graphic sophistication required. diff --git a/libgnomecanvas.spec b/libgnomecanvas.spec index 3d0b447..c72651e 100644 --- a/libgnomecanvas.spec +++ b/libgnomecanvas.spec @@ -6,7 +6,7 @@ Name: libgnomecanvas Version: 2.30.3 -Release: 1mamba +Release: 2mamba Summary: GnomeCanvas widget Group: System/Libraries Vendor: openmamba @@ -18,34 +18,46 @@ Source: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}/%{majver}/%{pk License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: gtk-doc +BuildRequires: libX11-devel +BuildRequires: libXau-devel +BuildRequires: libXcomposite-devel +BuildRequires: libXcursor-devel +BuildRequires: libXdamage-devel +BuildRequires: libXdmcp-devel +BuildRequires: libXext-devel +BuildRequires: libXfixes-devel +BuildRequires: libXinerama-devel +BuildRequires: libXrandr-devel +BuildRequires: libXrender-devel BuildRequires: libart_lgpl-devel BuildRequires: libatk-devel +BuildRequires: libbzip2-devel BuildRequires: libcairo-devel +BuildRequires: libexpat-devel +BuildRequires: libffi-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel -BuildRequires: libgail-devel -BuildRequires: libglade-devel +BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel -BuildRequires: libgtk-devel +BuildRequires: libgraphite2-devel +BuildRequires: libgtk2-devel +BuildRequires: libharfbuzz-devel BuildRequires: libpango-devel -BuildRequires: libxml2-devel +BuildRequires: libpng-devel +BuildRequires: libselinux-devel +BuildRequires: libxcb-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: gettext-devel -BuildRequires: gawk, perl +BuildRequires: gawk +BuildRequires: perl BuildRequires: docbook-xsl BuildRequires: libxslt-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -The GNOME canvas is an engine for structured graphics that offers a rich -imaging model, high performance rendering, and a powerful, high-level API. -It offers a choice of two rendering back-ends, one based on Xlib for -extremely fast display, and another based on Libart, a sophisticated, -antialiased, alpha-compositing engine. Applications have a choice between -the Xlib imaging model or a superset of the PostScript imaging model, -depending on the level of graphic sophistication required. +The GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API. +It offers a choice of two rendering back-ends, one based on Xlib for extremely fast display, and another based on Libart, a sophisticated, antialiased, alpha-compositing engine. Applications have a choice between the Xlib imaging model or a superset of the PostScript imaging model, depending on the level of graphic sophistication required. %package devel Summary: Devel package for GnomeCanvas @@ -53,14 +65,8 @@ Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel -The GNOME canvas is an engine for structured graphics that offers a rich -imaging model, high performance rendering, and a powerful, high-level API. -It offers a choice of two rendering back-ends, one based on Xlib for -extremely fast display, and another based on Libart, a sophisticated, -antialiased, alpha-compositing engine. Applications have a choice between -the Xlib imaging model or a superset of the PostScript imaging model, -depending on the level of graphic sophistication required. - +The GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API. +It offers a choice of two rendering back-ends, one based on Xlib for extremely fast display, and another based on Libart, a sophisticated, antialiased, alpha-compositing engine. Applications have a choice between the Xlib imaging model or a superset of the PostScript imaging model, depending on the level of graphic sophistication required. This package contains static libraries and header files need for development. %package apidocs @@ -118,7 +124,7 @@ Requires: gtk-doc %defattr(-,root,root) %{_libdir}/*.so.* #%{_libdir}/libglade/?.?/* -%doc AUTHORS ChangeLog COPYING.LIB NEWS README +%doc AUTHORS %files devel %defattr(-,root,root) @@ -132,8 +138,12 @@ Requires: gtk-doc %files apidocs %defattr(-,root,root) %{_datadir}/gtk-doc/html/%{pkgname}/ +%doc ChangeLog COPYING.LIB NEWS README %changelog +* Fri Sep 26 2014 Silvan Calarco 2.30.3-2mamba +- rebuilt with libpng 1.6 + * Mon Jan 31 2011 Automatic Build System 2.30.3-1mamba - automatic update by autodist