Initial import (#1750091).

This commit is contained in:
Elliott Sales de Andrade 2019-09-23 17:41:48 -04:00
parent 52c727859f
commit 45b21df784
3 changed files with 82 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/systemfonts_0.1.1.tar.gz

80
R-systemfonts.spec Normal file
View File

@ -0,0 +1,80 @@
%global packname systemfonts
%global rlibdir %{_libdir}/R/library
Name: R-%{packname}
Version: 0.1.1
Release: 1%{?dist}
Summary: System Native Font Finding
License: MIT
URL: https://CRAN.R-project.org/package=%{packname}
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
# Here's the R view of the dependencies world:
# Depends:
# Imports:
# Suggests: R-testthat >= 2.1.0, R-covr, R-knitr, R-rmarkdown, R-tools
# LinkingTo:
# Enhances:
BuildRequires: R-devel
BuildRequires: tex(latex)
BuildRequires: R-testthat >= 2.1.0
BuildRequires: R-knitr
BuildRequires: R-rmarkdown
BuildRequires: R-tools
BuildRequires: pkgconfig(fontconfig)
%description
Provides system native access to the font catalogue. As font handling varies
between systems it is difficult to correctly locate installed fonts across
different operating systems. The 'systemfonts' package provides bindings to the
native libraries on Windows, macOS and Linux for finding font files that can
then be used further by e.g. graphic devices. The main use is intended to be
from compiled code but 'systemfonts' also provides access from R.
%prep
%setup -q -c -n %{packname}
pushd %{packname}
# Don't need coverage; it's not packaged either.
sed -i 's/covr, //g' DESCRIPTION
chmod -x src/*.* src/unix/*.*
popd
%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
%check
%{_bindir}/R CMD check %{packname}
%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/doc
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS.md
%license %{rlibdir}/%{packname}/LICENSE
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%dir %{rlibdir}/%{packname}/libs
%{rlibdir}/%{packname}/libs/%{packname}.so
%changelog
* Sun Sep 08 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.1-1
- initial package for Fedora

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (systemfonts_0.1.1.tar.gz) = c197e47d6b655c97b43a19fcd0f03f65a60027bb966980a3199d40128ab2a79aa399815e260c1cabd44a59deee42cb517a13190e118d12bfc947351073f5438d