rpms/cairo/devel cairo.spec,1.94,1.95

Matthias Clasen mclasen at fedoraproject.org
Fri Nov 21 20:31:43 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/cairo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4029

Modified Files:
	cairo.spec 
Log Message:
tweak summary and description



Index: cairo.spec
===================================================================
RCS file: /cvs/extras/rpms/cairo/devel/cairo.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- cairo.spec	25 Sep 2008 23:24:42 -0000	1.94
+++ cairo.spec	21 Nov 2008 20:31:12 -0000	1.95
@@ -2,10 +2,10 @@
 %define freetype_version 2.1.9
 %define fontconfig_version 2.0
 
-Summary:	A vector graphics library
+Summary:	A 2D graphics library
 Name:		cairo
 Version:	1.8.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 URL:		http://cairographics.org
 Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.gz
 License:	LGPLv2 or MPLv1.1
@@ -22,16 +22,17 @@
 BuildRequires: fontconfig-devel >= %{fontconfig_version}
 
 %description 
-Cairo is a vector graphics library designed to provide high-quality
-display and print output. Currently supported output targets include
-the X Window System, OpenGL (via glitz), in-memory image buffers, and
-image files (PDF, PostScript, and SVG).  Cairo is designed to produce
-identical output on all output media while taking advantage of display
-hardware acceleration when available (e.g. through the X Render
-Extension or OpenGL).
+Cairo is a 2D graphics library designed to provide high-quality display 
+and print output. Currently supported output targets include the X Window 
+System, OpenGL (via glitz), in-memory image buffers, and image files (PDF, 
+PostScript, and SVG). 
+
+Cairo is designed to produce consistent output on all output media while 
+taking advantage of display hardware acceleration when available (e.g. 
+through the X Render Extension or OpenGL).
 
 %package devel
-Summary: Cairo developmental libraries and header files
+Summary: Development files for cairo
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: libXrender-devel
@@ -42,9 +43,11 @@
 Requires: pkgconfig
 
 %description devel
-Developmental libraries and header files required for developing or
-compiling software which links to the cairo graphics library, which is
-an open source vector graphics library.
+Cairo is a 2D graphics library designed to provide high-quality display
+and print output. 
+
+This package contains libraries, header files and developer documentation 
+needed for developing software which uses the cairo graphics library.
 
 %prep
 %setup -q
@@ -85,6 +88,9 @@
 %{_datadir}/gtk-doc/html/cairo
 
 %changelog
+* Fri Nov 21 2008 Matthias Clasen <mclasen at redhat.com> 1.8.0-2
+- Tweak %%summary and %%documentation
+
 * Thu Sep 25 2008 Behdad Esfahbod <besfahbo at redhat.com> 1.8.0-1
 - Update to 1.8.0
 - Update dep versions




More information about the fedora-extras-commits mailing list