diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0efc384 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/systemfonts_0.1.1.tar.gz diff --git a/R-systemfonts.spec b/R-systemfonts.spec new file mode 100644 index 0000000..f756d46 --- /dev/null +++ b/R-systemfonts.spec @@ -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 - 0.1.1-1 +- initial package for Fedora diff --git a/sources b/sources new file mode 100644 index 0000000..8a43255 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (systemfonts_0.1.1.tar.gz) = c197e47d6b655c97b43a19fcd0f03f65a60027bb966980a3199d40128ab2a79aa399815e260c1cabd44a59deee42cb517a13190e118d12bfc947351073f5438d