summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-10-28 02:35:46 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-10-28 02:35:46 +0000
commit7000262fd214c75a2915d852b496c90a6265eb46 (patch)
tree3b2f1a5ed6dc1d58ef0ed2e9a81c5bb13b0b5a12
parent721a27e4d86d3175c04faa37011973d40a1da166 (diff)
automatic import of R-CRAN-mRpostmanf35
-rw-r--r--.gitignore2
-rw-r--r--R-CRAN-mRpostman.spec9
-rw-r--r--sources2
3 files changed, 8 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 4e6b00b..0227fea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mRpostman_1.0.0.tar.gz
+/mRpostman_1.1.0.tar.gz
diff --git a/R-CRAN-mRpostman.spec b/R-CRAN-mRpostman.spec
index fdeda8e..8d887f0 100644
--- a/R-CRAN-mRpostman.spec
+++ b/R-CRAN-mRpostman.spec
@@ -1,10 +1,11 @@
%global __brp_check_rpaths %{nil}
+%global __requires_exclude ^libmpi
%global packname mRpostman
-%global packver 1.0.0
+%global packver 1.1.0
%global rlibdir /usr/local/lib/R/library
Name: R-CRAN-%{packname}
-Version: 1.0.0
+Version: 1.1.0
Release: 1%{?dist}%{?buildtag}
Summary: An IMAP Client for R
@@ -41,7 +42,7 @@ Requires: R-CRAN-xml2
An easy-to-use IMAP client that provides tools for message searching,
selective fetching of message attributes, mailbox management, attachment
extraction, and several other IMAP features, paving the way for e-mail
-data analysis.
+data analysis in R.
%prep
%setup -q -c -n %{packname}
@@ -51,6 +52,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 37dd050..cb3c02b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5077113e0061a573b329ace26c2949b1 mRpostman_1.0.0.tar.gz
+f690978f0549d33230773d3fc2e6e15c mRpostman_1.1.0.tar.gz