diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-03-21 01:52:09 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-03-21 01:52:09 +0000 |
commit | ceb1d3035168bc231987a8ba0a2270bae6ee9b10 (patch) | |
tree | 1251d4d6a3dfb0d0f33e9140b4f4f54e10dc9d2c | |
parent | 6a6aad2502b26178e1a5bd63dc53eb6cd0219dff (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-prWarp.spec | 7 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -1 +1,2 @@ /prWarp_1.0.0.tar.gz +/prWarp_1.0.1.tar.gz diff --git a/R-CRAN-prWarp.spec b/R-CRAN-prWarp.spec index 8c782e9..a0393cf 100644 --- a/R-CRAN-prWarp.spec +++ b/R-CRAN-prWarp.spec @@ -1,10 +1,11 @@ %global __brp_check_rpaths %{nil} +%global __requires_exclude ^libmpi %global packname prWarp -%global packver 1.0.0 +%global packver 1.0.1 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist}%{?buildtag} Summary: Warping Landmark Configurations @@ -40,6 +41,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 @@ -86588fcbd4639643ddfaf8a25b2e18a8 prWarp_1.0.0.tar.gz +041693f74374f4aff27304c3ea1eacb9 prWarp_1.0.1.tar.gz |