tweak summary and description

This commit is contained in:
Matthias Clasen 2008-11-21 20:31:12 +00:00
parent 03e104bc12
commit f81e89896b

View File

@ -2,10 +2,10 @@
%define freetype_version 2.1.9 %define freetype_version 2.1.9
%define fontconfig_version 2.0 %define fontconfig_version 2.0
Summary: A vector graphics library Summary: A 2D graphics library
Name: cairo Name: cairo
Version: 1.8.0 Version: 1.8.0
Release: 1%{?dist} Release: 2%{?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
@ -22,16 +22,17 @@ BuildRequires: freetype-devel >= %{freetype_version}
BuildRequires: fontconfig-devel >= %{fontconfig_version} BuildRequires: fontconfig-devel >= %{fontconfig_version}
%description %description
Cairo is a vector graphics library designed to provide high-quality Cairo is a 2D graphics library designed to provide high-quality display
display and print output. Currently supported output targets include and print output. Currently supported output targets include the X Window
the X Window System, OpenGL (via glitz), in-memory image buffers, and System, OpenGL (via glitz), in-memory image buffers, and image files (PDF,
image files (PDF, PostScript, and SVG). Cairo is designed to produce PostScript, and SVG).
identical output on all output media while taking advantage of display
hardware acceleration when available (e.g. through the X Render Cairo is designed to produce consistent output on all output media while
Extension or OpenGL). taking advantage of display hardware acceleration when available (e.g.
through the X Render Extension or OpenGL).
%package devel %package devel
Summary: Cairo developmental libraries and header files Summary: Development files for cairo
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: libXrender-devel Requires: libXrender-devel
@ -42,9 +43,11 @@ Requires: fontconfig-devel >= %{fontconfig_version}
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel
Developmental libraries and header files required for developing or Cairo is a 2D graphics library designed to provide high-quality display
compiling software which links to the cairo graphics library, which is and print output.
an open source vector graphics library.
This package contains libraries, header files and developer documentation
needed for developing software which uses the cairo graphics library.
%prep %prep
%setup -q %setup -q
@ -85,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/cairo %{_datadir}/gtk-doc/html/cairo
%changelog %changelog
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> 1.8.0-2
- Tweak %%summary and %%documentation
* Thu Sep 25 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.8.0-1 * Thu Sep 25 2008 Behdad Esfahbod <besfahbo@redhat.com> 1.8.0-1
- Update to 1.8.0 - Update to 1.8.0
- Update dep versions - Update dep versions