Loading rpm/nsd-app-wrap.spec +5 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 1.60 Version: 1.61 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -52,6 +52,7 @@ install -m 755 paraview %{buildroot}%{_bindir}/ install -m 755 nseplot %{buildroot}%{_bindir}/ install -m 755 usansred %{buildroot}%{_bindir}/ install -m 755 garnet %{buildroot}%{_bindir}/ install -m 755 ntrace %{buildroot}%{_bindir}/ # put icons in the right place mkdir -p %{buildroot}/%{_datadir}/pixmaps/ Loading Loading @@ -85,6 +86,9 @@ install -m 644 desktop/garnet.desktop %{buildroot}%{_datadir}/a %{_prefix}/share/applications/* %changelog * Thu Apr 11 2024 Kamal Punn - Add ntrace * Wed Mar 27 2024 Jose Borreguero - Rename usans as usansred Loading src/ntrace 0 → 100644 +10 −0 Original line number Diff line number Diff line #!/bin/bash # select the environment to use # current default is system version CONDA_ENVIRON=ntrace if [ -v CONDA_ENVIRON ]; then # import library to do the real work "$(dirname "$(realpath "$0")")/nsd-conda-wrap.sh" "$CONDA_ENVIRON" "$@" fi Loading
rpm/nsd-app-wrap.spec +5 −1 Original line number Diff line number Diff line Name: nsd-app-wrap Version: 1.60 Version: 1.61 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -52,6 +52,7 @@ install -m 755 paraview %{buildroot}%{_bindir}/ install -m 755 nseplot %{buildroot}%{_bindir}/ install -m 755 usansred %{buildroot}%{_bindir}/ install -m 755 garnet %{buildroot}%{_bindir}/ install -m 755 ntrace %{buildroot}%{_bindir}/ # put icons in the right place mkdir -p %{buildroot}/%{_datadir}/pixmaps/ Loading Loading @@ -85,6 +86,9 @@ install -m 644 desktop/garnet.desktop %{buildroot}%{_datadir}/a %{_prefix}/share/applications/* %changelog * Thu Apr 11 2024 Kamal Punn - Add ntrace * Wed Mar 27 2024 Jose Borreguero - Rename usans as usansred Loading
src/ntrace 0 → 100644 +10 −0 Original line number Diff line number Diff line #!/bin/bash # select the environment to use # current default is system version CONDA_ENVIRON=ntrace if [ -v CONDA_ENVIRON ]; then # import library to do the real work "$(dirname "$(realpath "$0")")/nsd-conda-wrap.sh" "$CONDA_ENVIRON" "$@" fi