%global __brp_check_rpaths %{nil} %global packname GomoGomonoMi %global packver 0.1.0 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} Version: 0.1.0 Release: 2%{?dist}%{?buildtag} Summary: Animate Text using the 'Animate.css' Library License: MIT + file LICENSE URL: https://cran.r-project.org/package=%{packname} Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz BuildRequires: R-devel Requires: R-core BuildArch: noarch BuildRequires: R-CRAN-htmltools BuildRequires: R-CRAN-glue Requires: R-CRAN-htmltools Requires: R-CRAN-glue %description Allows the user to animate text within 'rmarkdown' documents and 'shiny' applications. The animations are activated using the 'Animate.css' library. See for more information. %prep %setup -q -c -n %{packname} find -type f -executable -exec grep -Iq . {} \; -exec sed -i -e '$a\' {} \; %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 %{rlibdir}/%{packname}