diff --git a/README.md b/README.md index f59aaf18a315e7ab8bb859534b20235ddafe2a82..21f259694331bdadddec419a983850e7bd257283 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # software-package-server #### 介绍 -Software package server is a unified component for openeuler community developer which try to simplify the source package contribution process. +Software package server is a unified component for openeuler community developer which try to simplify the source package contribution process. #### 软件架构 软件架构说明 diff --git a/files_in_srpm.txt b/files_in_srpm.txt new file mode 100644 index 0000000000000000000000000000000000000000..50c44b9689f4b5bf9aa55b5a3020e8b9bda6592c --- /dev/null +++ b/files_in_srpm.txt @@ -0,0 +1,2 @@ +procenv-0.60.tar.gz +procenv.spec diff --git a/procenv-0.60.tar.gz b/procenv-0.60.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..512766384740246d7dcf452a684d5da25ab5bd13 Binary files /dev/null and b/procenv-0.60.tar.gz differ diff --git a/procenv1.spec b/procenv1.spec new file mode 100644 index 0000000000000000000000000000000000000000..2b19bfbc379a2aca3d91aafa9cd5fa958c725c49 --- /dev/null +++ b/procenv1.spec @@ -0,0 +1,44 @@ +Name: procenv +Version: 0.60 +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 - 0.60-1 +- Initial packaging diff --git a/procenv1.src.rpm b/procenv1.src.rpm new file mode 100644 index 0000000000000000000000000000000000000000..3c688e0824e017387d0ccf3cf31940ee802de503 Binary files /dev/null and b/procenv1.src.rpm differ