summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-03 01:34:23 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-03 01:34:23 +0000
commita0cad86381279babf23d4fc389837d6e73c4eeef (patch)
treec8df0a10156a1f71fb38e3c46869f88050b84612
parent27a19fed41ed31a3236e96446bc130057f3f967f (diff)
automatic import of R-CRAN-leemf36f35f34
-rw-r--r--.gitignore1
-rw-r--r--R-CRAN-leem.spec63
-rw-r--r--sources1
3 files changed, 65 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..a3fcd92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/leem_0.1.0.tar.gz
diff --git a/R-CRAN-leem.spec b/R-CRAN-leem.spec
new file mode 100644
index 0000000..0f52527
--- /dev/null
+++ b/R-CRAN-leem.spec
@@ -0,0 +1,63 @@
+%global __brp_check_rpaths %{nil}
+%global packname leem
+%global packver 0.1.0
+%global rlibdir /usr/local/lib/R/library
+
+Name: R-CRAN-%{packname}
+Version: 0.1.0
+Release: 1%{?dist}%{?buildtag}
+Summary: Laboratory of Teaching to Statistics and Mathematics
+
+License: GPL (>= 2)
+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-tcltk
+BuildRequires: R-CRAN-tkrplot
+BuildRequires: R-grDevices
+BuildRequires: R-graphics
+BuildRequires: R-utils
+Requires: R-tcltk
+Requires: R-CRAN-tkrplot
+Requires: R-grDevices
+Requires: R-graphics
+Requires: R-utils
+
+%description
+Educational tool for teaching of statistics and mathematics in primary and
+higher education. The objective is to assist in teaching/learning for both
+student study planning and teacher teaching strategies. The 'leem' package
+will try to bring, in a simple and at the same time in-depth, knowledge of
+statistics and mathematics to everyone who wants to study these areas of
+knowledge. The main function of the package is 'leem()' function.
+
+%prep
+%setup -q -c -n %{packname}
+
+# fix end of executable files
+find -type f -executable -exec grep -Iq . {} \; -exec sed -i -e '$a\' {} \;
+# prevent binary stripping
+[ -d %{packname}/src ] && find %{packname}/src -type f -exec \
+ sed -i 's@/usr/bin/strip@/usr/bin/true@g' {} \; || true
+[ -d %{packname}/src ] && find %{packname}/src/Make* -type f -exec \
+ sed -i 's@-g0@@g' {} \; || true
+# don't allow local prefix in executable scripts
+find -type f -executable -exec sed -Ei 's@#!( )*/usr/local/bin@#!/usr/bin@g' {} \;
+
+%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
+# remove buildroot from installed files
+find %{buildroot}%{rlibdir} -type f -exec sed -i "s@%{buildroot}@@g" {} \;
+
+%files
+%{rlibdir}/%{packname}
diff --git a/sources b/sources
new file mode 100644
index 0000000..191c208
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+73794ce9ee5afcb9833cd5ac2faff70c leem_0.1.0.tar.gz