diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-10-28 02:35:46 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-10-28 02:35:46 +0000 |
commit | 7000262fd214c75a2915d852b496c90a6265eb46 (patch) | |
tree | 3b2f1a5ed6dc1d58ef0ed2e9a81c5bb13b0b5a12 | |
parent | 721a27e4d86d3175c04faa37011973d40a1da166 (diff) |
automatic import of R-CRAN-mRpostmanf35
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | R-CRAN-mRpostman.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 5 deletions
@@ -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' {} \; @@ -1 +1 @@ -5077113e0061a573b329ace26c2949b1 mRpostman_1.0.0.tar.gz +f690978f0549d33230773d3fc2e6e15c mRpostman_1.1.0.tar.gz |