Initial import (#1553053).

This commit is contained in:
Elliott Sales de Andrade 2018-03-08 21:12:53 -05:00
parent 750d113246
commit f1f677ef93
4 changed files with 65 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/fastmatch_1.1-0.tar.gz

63
R-fastmatch.spec Normal file
View File

@ -0,0 +1,63 @@
%global packname fastmatch
%global rlibdir %{_libdir}/R/library
Name: R-%{packname}
Version: 1.1.0
Release: 1%{?dist}
Summary: Fast match() function
License: GPLv2
URL: https://cran.r-project.org/web/packages/%{packname}/index.html
Source0: https://cran.r-project.org/src/contrib/%{packname}_1.1-0.tar.gz
# Here's the R view of the dependencies world:
# Depends:
# Imports:
# Suggests:
# LinkingTo:
# Enhances:
BuildRequires: R-devel tex(latex)
%description
Package providing a fast match() replacement for cases that require
repeated look-ups. It is slightly faster that R's built-in match()
function on first match against a table, but extremely fast on any
subsequent lookup as it keeps the hash table in memory.
%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
%check
%{_bindir}/R CMD check %{packname}
%files
%dir %{rlibdir}/%{packname}
%doc %{rlibdir}/%{packname}/html
%{rlibdir}/%{packname}/DESCRIPTION
%doc %{rlibdir}/%{packname}/NEWS
%{rlibdir}/%{packname}/INDEX
%{rlibdir}/%{packname}/NAMESPACE
%{rlibdir}/%{packname}/Meta
%{rlibdir}/%{packname}/R
%{rlibdir}/%{packname}/help
%{rlibdir}/%{packname}/libs
%changelog
* Thu Mar 08 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.1.0-1
- initial package for Fedora

View File

@ -1,3 +0,0 @@
# R-fastmatch
The R-fastmatch package

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (fastmatch_1.1-0.tar.gz) = 25ec69f5e875dd6ae4cb1a135c9be9fc060887124c0d9422b34b3d020f1436331a5827eeaad60f83d9577209195426a37157bb0e03a8d975d4307d8468a3790b