summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-02-22 01:24:06 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-02-22 01:24:07 +0000
commitcd76aef55b9957e94918409f47378838e93cfa91 (patch)
treec2ce19e891611349c061a86e369a580aec0b25d3
parentb1003758a7ecd52a8dc723dbf778bac5621742b6 (diff)
automatic import of R-CRAN-nomnoml
-rw-r--r--.gitignore1
-rw-r--r--R-CRAN-nomnoml.spec6
-rw-r--r--sources2
3 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 460f9c4..837093c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/nomnoml_0.2.3.tar.gz
+/nomnoml_0.2.4.tar.gz
diff --git a/R-CRAN-nomnoml.spec b/R-CRAN-nomnoml.spec
index b9da1a5..53c8dca 100644
--- a/R-CRAN-nomnoml.spec
+++ b/R-CRAN-nomnoml.spec
@@ -1,10 +1,10 @@
%global __brp_check_rpaths %{nil}
%global packname nomnoml
-%global packver 0.2.3
+%global packver 0.2.4
%global rlibdir /usr/local/lib/R/library
Name: R-CRAN-%{packname}
-Version: 0.2.3
+Version: 0.2.4
Release: 1%{?dist}%{?buildtag}
Summary: Sassy 'UML' Diagrams
@@ -40,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' {} \;
diff --git a/sources b/sources
index 15d0b3f..a344aa4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9439b66d73e34d6f1f9fb7ecebb6886b nomnoml_0.2.3.tar.gz
+4f8704cbef9507a612aaf9c99a63bd21 nomnoml_0.2.4.tar.gz