From 2cb3375131d97a76c1231c9d5426ed2d6ffaaaa4 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 6 Apr 2019 19:18:58 -0400 Subject: [PATCH] Simplify summary and description. --- R-Cairo.spec | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/R-Cairo.spec b/R-Cairo.spec index 9a4da0b..157484f 100644 --- a/R-Cairo.spec +++ b/R-Cairo.spec @@ -4,8 +4,8 @@ Name: R-%{packname} Version: 1.5.10 -Release: 1%{?dist} -Summary: R Graphics Device using Cairo Graphics Library for Creating High-Quality Bitmap (PNG, JPEG, TIFF), Vector (PDF, SVG, PostScript) and Display (X11 and Win32) Output +Release: 2%{?dist} +Summary: Use Cairo for high-quality bitmap, vector and display output License: GPLv2 URL: https://CRAN.R-project.org/package=%{packname} @@ -30,17 +30,16 @@ BuildRequires: cairo-devel >= 1.2 BuildRequires: libXt-devel %description -R graphics device using cairographics library that can be used to create -high-quality vector (PDF, PostScript and SVG) and bitmap output -(PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32). -Since it uses the same back-end for all output, copying across formats is -WYSIWYG. Files are created without the dependence on X11 or other external -programs. This device supports alpha channel (semi-transparent drawing) -and resulting images can contain transparent and semi-transparent regions. -It is ideal for use in server environments (file output) and as a -replacement for other devices that don't have Cairo's capabilities such as -alpha support or anti-aliasing. Backends are modular such that any subset -of backends is supported. +R graphics device using Cairo graphics library that can be used to create +high-quality vector (PDF, PostScript and SVG) and bitmap output (PNG, JPEG, +TIFF), and high-quality rendering in displays (X11 and Win32). Since it uses +the same back-end for all output, copying across formats is WYSIWYG. Files are +created without the dependence on X11 or other external programs. This device +supports alpha channel (semi-transparent drawing) and resulting images can +contain transparent and semi-transparent regions. It is ideal for use in server +environments (file output) and as a replacement for other devices that don't +have Cairo's capabilities such as alpha support or anti-aliasing. Backends are +modular such that any subset of backends is supported. %prep @@ -76,6 +75,9 @@ rm -f %{buildroot}%{rlibdir}/R.css %changelog +* Sat Apr 06 2019 Elliott Sales de Andrade - 1.5.10-2 +- Cleanup summary and description + * Mon Apr 01 2019 Elliott Sales de Andrade - 1.5.10-1 - Update to latest version