summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2024-03-21 01:52:09 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2024-03-21 01:52:09 +0000
commitceb1d3035168bc231987a8ba0a2270bae6ee9b10 (patch)
tree1251d4d6a3dfb0d0f33e9140b4f4f54e10dc9d2c
parent6a6aad2502b26178e1a5bd63dc53eb6cd0219dff (diff)
automatic import of R-CRAN-prWarpf40f39
-rw-r--r--.gitignore1
-rw-r--r--R-CRAN-prWarp.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 7f7b5f5..3dcc7f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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' {} \;
diff --git a/sources b/sources
index 5699502..510ce7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86588fcbd4639643ddfaf8a25b2e18a8 prWarp_1.0.0.tar.gz
+041693f74374f4aff27304c3ea1eacb9 prWarp_1.0.1.tar.gz