|
|
@ -23,7 +23,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
# package versions |
|
|
|
# package versions |
|
|
|
%define V_kubeshell_base 0.0.21 |
|
|
|
%define V_kubeshell_base 0.0.21 |
|
|
|
%define V_kubeshell_snap 20190920 |
|
|
|
%define V_kubeshell_snap 20191022 |
|
|
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
# package information |
|
|
|
Name: kubeshell |
|
|
|
Name: kubeshell |
|
|
@ -36,7 +36,7 @@ Class: EVAL |
|
|
|
Group: Terminal |
|
|
|
Group: Terminal |
|
|
|
License: Apache |
|
|
|
License: Apache |
|
|
|
Version: %{V_kubeshell_base}.%{V_kubeshell_snap} |
|
|
|
Version: %{V_kubeshell_base}.%{V_kubeshell_snap} |
|
|
|
Release: 20190920 |
|
|
|
Release: 20191022 |
|
|
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
# list of sources |
|
|
|
Source0: http://download.openpkg.org/components/versioned/kubeshell/kubeshell-%{V_kubeshell_snap}.tar.xz |
|
|
|
Source0: http://download.openpkg.org/components/versioned/kubeshell/kubeshell-%{V_kubeshell_snap}.tar.xz |
|
|
@ -82,8 +82,8 @@ PreReq: python, python-setup |
|
|
|
* |
|
|
|
* |
|
|
|
|
|
|
|
|
|
|
|
# remove problematic files |
|
|
|
# remove problematic files |
|
|
|
rm -f "$RPM_BUILD_ROOT%{l_prefix}/lib/python3.7/site-packages/setuptools/script (dev).tmpl" |
|
|
|
rm -f "$RPM_BUILD_ROOT%{l_prefix}/lib/python3.8/site-packages/setuptools/script (dev).tmpl" |
|
|
|
rm -f "$RPM_BUILD_ROOT%{l_prefix}/lib/python3.7/site-packages/setuptools/command/launcher manifest.xml" |
|
|
|
rm -f "$RPM_BUILD_ROOT%{l_prefix}/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml" |
|
|
|
|
|
|
|
|
|
|
|
# determine installation files |
|
|
|
# determine installation files |
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} |
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} |
|
|
|