diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-10-21 02:17:06 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-10-21 02:17:06 +0000 |
commit | f21f80d444068132f765bb738ff3760844394559 (patch) | |
tree | 6468ab253ae3ee6ecf2af072e57161b0ff350a26 | |
parent | 80571fb338ec79982e4d010f54472d3b6bcd228c (diff) |
automatic import of R-CRAN-polypolyf37
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-polypoly.spec | 7 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -1 +1,2 @@ /polypoly_0.0.2.tar.gz +/polypoly_0.0.3.tar.gz diff --git a/R-CRAN-polypoly.spec b/R-CRAN-polypoly.spec index 28f47a9..ecbfa13 100644 --- a/R-CRAN-polypoly.spec +++ b/R-CRAN-polypoly.spec @@ -1,10 +1,11 @@ %global __brp_check_rpaths %{nil} +%global __requires_exclude ^libmpi %global packname polypoly -%global packver 0.0.2 +%global packver 0.0.3 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 0.0.2 +Version: 0.0.3 Release: 1%{?dist}%{?buildtag} Summary: Helper Functions for Orthogonal Polynomials @@ -39,6 +40,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 @@ -0703f776373b371d29a6ce830e3f80cd polypoly_0.0.2.tar.gz +b2698c8a7995dfa3dea34148e7cbc837 polypoly_0.0.3.tar.gz |