Update to latest version.
This commit is contained in:
parent
d28d546dc7
commit
c5756897e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/highr_0.6.tar.gz
|
||||
/highr_0.7.tar.gz
|
||||
/highr_0.8.tar.gz
|
||||
/highr_0.9.tar.gz
|
||||
|
32
R-highr.spec
32
R-highr.spec
@ -1,38 +1,41 @@
|
||||
%global packname highr
|
||||
%global packname highr
|
||||
%global packver 0.9
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
# Needs knitr (build loop)
|
||||
%global with_doc 0
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.8
|
||||
Release: 7%{?dist}
|
||||
Version: 0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Syntax Highlighting for R Source Code
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports:
|
||||
# Suggests: R-knitr, R-testit
|
||||
# Imports: R-xfun >= 0.18
|
||||
# Suggests: R-knitr, R-markdown, R-testit
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-xfun >= 0.18
|
||||
BuildRequires: R-testit
|
||||
%if 0%{?with_doc}
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-markdown
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
Provides syntax highlighting for R source code. Currently it supports
|
||||
LaTeX and HTML output. Source code of other languages is supported via
|
||||
Andre Simon's highlight package (<http://www.andre-simon.de>).
|
||||
Provides syntax highlighting for R source code. Currently it supports LaTeX and
|
||||
HTML output. Source code of other languages is supported via Andre Simon's
|
||||
highlight package (<http://www.andre-simon.de>).
|
||||
|
||||
|
||||
%prep
|
||||
@ -50,7 +53,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if 0%{?with_doc}
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
@ -62,7 +65,7 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
%doc %{rlibdir}/%{packname}/doc
|
||||
%doc %{rlibdir}/%{packname}/html
|
||||
%{rlibdir}/%{packname}/DESCRIPTION
|
||||
%doc %{rlibdir}/%{packname}/NEWS
|
||||
%doc %{rlibdir}/%{packname}/NEWS.Rd
|
||||
%{rlibdir}/%{packname}/INDEX
|
||||
%{rlibdir}/%{packname}/NAMESPACE
|
||||
%{rlibdir}/%{packname}/Meta
|
||||
@ -71,6 +74,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --ignore-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 17 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.9-1
|
||||
- Update to latest version (#1950577)
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (highr_0.8.tar.gz) = 3ca3bf64457fdb2f4b0122568dac969a33cc1cdeba437d29417c5bea4e8ed4b0ac43d6cf5ad1a4a75719beafc09dcbd31a6b57fd22142b096ce809c5d4c04ab5
|
||||
SHA512 (highr_0.9.tar.gz) = 5a3add535dc78c8cfd50407bf5f7e63746a8af7efa30cf2b54f9b15bfa533d922ecc153ebdaa07c70baadf7ee633d2fba7aba38e3e93b923c908396bc1c1694e
|
||||
|
Loading…
x
Reference in New Issue
Block a user