Simplify summary and description.

This commit is contained in:
Elliott Sales de Andrade 2019-04-06 19:18:58 -04:00
parent a2827c014b
commit 2cb3375131
1 changed files with 15 additions and 13 deletions

View File

@ -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 <quantum.analyst@gmail.com> - 1.5.10-2
- Cleanup summary and description
* Mon Apr 01 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.5.10-1
- Update to latest version