summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-08-16 02:31:29 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-08-16 02:31:30 +0000
commitb740864fc9bb557ea9448f2a9a5a6d05d66fe159 (patch)
treec44e942f0f5eddab589ccfdc22d258665114ed90
parent8c05f43c6ee406a1acf34e465f3e47613f779bcc (diff)
automatic import of R-CRAN-unheadrf36
-rw-r--r--.gitignore1
-rw-r--r--R-CRAN-unheadr.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 54a121f..4535a84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/unheadr_0.3.2.tar.gz
+/unheadr_0.3.3.tar.gz
diff --git a/R-CRAN-unheadr.spec b/R-CRAN-unheadr.spec
index 004bd93..dbbf26e 100644
--- a/R-CRAN-unheadr.spec
+++ b/R-CRAN-unheadr.spec
@@ -1,10 +1,11 @@
%global __brp_check_rpaths %{nil}
+%global __requires_exclude ^libmpi
%global packname unheadr
-%global packver 0.3.2
+%global packver 0.3.3
%global rlibdir /usr/local/lib/R/library
Name: R-CRAN-%{packname}
-Version: 0.3.2
+Version: 0.3.3
Release: 1%{?dist}%{?buildtag}
Summary: Handle Data with Messy Header Rows and Broken Values
@@ -49,6 +50,8 @@ 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' {} \;
diff --git a/sources b/sources
index 422b2f9..f320723 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79586a328bbde48c7d806ed47013da9a unheadr_0.3.2.tar.gz
+e3f0c286ef03051e5443a3716dce8450 unheadr_0.3.3.tar.gz