File R-RgoogleMaps.spec of Package R-RgoogleMaps
#
# spec file for package R-RgoogleMaps
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global packname RgoogleMaps
%global rlibdir %{_libdir}/R/library
Name: R-%{packname}
Version: 1.4.3
Release: 0
Summary: Overlays on Static Maps
License: GPL
Group: Development/Libraries/Other
URL: http://cran.r-project.org/web/packages/%{packname}
Source: http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
BuildRequires: R-base-devel
BuildRequires: R-grDevices
BuildRequires: R-graphics
BuildRequires: R-methods
BuildRequires: R-png
BuildRequires: R-stats
BuildRequires: R-utils
BuildRequires: fdupes
BuildRequires: texinfo
BuildRequires: texlive
Requires: R-base
Requires: R-grDevices
Requires: R-graphics
Requires: R-methods
Requires: R-png
Requires: R-stats
Requires: R-utils
%description
Serves two purposes: (i) Provide a comfortable R interface to query the
Google server for static maps, and (ii) Use the map as a background image
to overlay plots within R. This requires proper coordinate scaling.
%prep
%setup -q -c -n %{packname}
%build
%install
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css
%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/RgoogleMaps/NEWS
%doc %{rlibdir}/RgoogleMaps/CITATION
%doc %{rlibdir}/RgoogleMaps/doc
%doc %{rlibdir}/RgoogleMaps/html
%{rlibdir}/RgoogleMaps/Meta
%{rlibdir}/RgoogleMaps/data
%{rlibdir}/RgoogleMaps/shapes
%{rlibdir}/RgoogleMaps/DESCRIPTION
%{rlibdir}/RgoogleMaps/R
%{rlibdir}/RgoogleMaps/NAMESPACE
%{rlibdir}/RgoogleMaps/help
%{rlibdir}/RgoogleMaps/INDEX
%changelog