diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-09-12 07:19:11 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-09-12 07:19:11 +0000 |
| commit | d383d41447d730046d1cb0de2e29f32356991b3b (patch) | |
| tree | ad66f6aca64ba984869aa5559db65385846bf283 | |
| parent | aa3f4a9bf2acc4095e1127ecdf73cab93aed92e2 (diff) | |
automatic import of procenvopeneuler23.03openeuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | procenv.spec | 45 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 47 insertions, 0 deletions
@@ -0,0 +1 @@ +/procenv-0.61.tar.gz diff --git a/procenv.spec b/procenv.spec new file mode 100644 index 0000000..1921379 --- /dev/null +++ b/procenv.spec @@ -0,0 +1,45 @@ +Name: procenv +Version: 0.61 +Release: 1 +Summary: Utility to show process environment + +License: GPL-3.0-or-later +URL: https://github.com/jamesodhunt/procenv +Source0: https://github.com/jamesodhunt/procenv/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: make +BuildRequires: groff-base +BuildRequires: expat, libcap-devel, libselinux-devel, check-devel, gcc +%ifnarch %{arm} +BuildRequires: numactl-devel +%endif + +%description +This package contains a command-line tool that displays as much +detail about itself and its environment as possible. It can be +used as a test tool, to understand the type of environment a +process runs in, and for comparing system environments. + +%prep +%setup -q + +%build +%configure +%make_build + +%install +%make_install + +%check +make check + +%files +%{_bindir}/procenv +%{_mandir}/man1/procenv.1* +# ChangeLog is empty +%doc README.md NEWS AUTHORS TODO +%license COPYING + +%changelog +* Fri Sep 9 2022 lichaoran <pkwarcraft@hotmail.com> - 0.60-1 +* Mon Sep 11 2023 lvzixin <lyuzixin@outlook.com> - 0.61-1 +- Initial packaging @@ -0,0 +1 @@ +4e2fa1752658f76e4172a667fe3465e7 procenv-0.61.tar.gz |
