diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-09-30 01:26:07 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2021-09-30 01:26:08 +0000 |
commit | b4e51d8b0d8b0fffce26c368f88aaa9e9652959c (patch) | |
tree | 7fd12bdaca14d15eb5e28388c84b0ce5a75bc4d9 | |
parent | 1ff5f01543eed7789ef0e26aa8630c184ceb292f (diff) |
automatic import of R-CRAN-srvyr
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-srvyr.spec | 19 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 15 insertions, 7 deletions
@@ -6,3 +6,4 @@ /srvyr_0.4.0.tar.gz /srvyr_1.0.0.tar.gz /srvyr_1.0.1.tar.gz +/srvyr_1.1.0.tar.gz diff --git a/R-CRAN-srvyr.spec b/R-CRAN-srvyr.spec index f9f41a4..d3d7b64 100644 --- a/R-CRAN-srvyr.spec +++ b/R-CRAN-srvyr.spec @@ -1,9 +1,10 @@ +%global __brp_check_rpaths %{nil} %global packname srvyr -%global packver 1.0.1 +%global packver 1.1.0 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 1.0.1 +Version: 1.1.0 Release: 1%{?dist}%{?buildtag} Summary: 'dplyr'-Like Syntax for Summary Statistics of Survey Data @@ -15,17 +16,21 @@ Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz BuildRequires: R-devel >= 3.1.2 Requires: R-core >= 3.1.2 BuildArch: noarch -BuildRequires: R-CRAN-dplyr >= 0.7 +BuildRequires: R-CRAN-survey >= 4.1 +BuildRequires: R-CRAN-dplyr >= 1.0 +BuildRequires: R-CRAN-vctrs >= 0.3.0 BuildRequires: R-CRAN-magrittr +BuildRequires: R-methods BuildRequires: R-CRAN-rlang -BuildRequires: R-CRAN-survey BuildRequires: R-CRAN-tibble BuildRequires: R-CRAN-tidyr BuildRequires: R-CRAN-tidyselect -Requires: R-CRAN-dplyr >= 0.7 +Requires: R-CRAN-survey >= 4.1 +Requires: R-CRAN-dplyr >= 1.0 +Requires: R-CRAN-vctrs >= 0.3.0 Requires: R-CRAN-magrittr +Requires: R-methods Requires: R-CRAN-rlang -Requires: R-CRAN-survey Requires: R-CRAN-tibble Requires: R-CRAN-tidyr Requires: R-CRAN-tidyselect @@ -43,6 +48,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 @@ -378241b3975fbdfa0da9764f2ac6ca2f srvyr_1.0.1.tar.gz +64b9977a0776c9476181fe5df06ff9ff srvyr_1.1.0.tar.gz |