final
This commit is contained in:
BIN
rpmbuild/SPECS/pischulin-1.0.tar.gz
Normal file
BIN
rpmbuild/SPECS/pischulin-1.0.tar.gz
Normal file
Binary file not shown.
28
rpmbuild/SPECS/pischulin.spec
Normal file
28
rpmbuild/SPECS/pischulin.spec
Normal file
@ -0,0 +1,28 @@
|
||||
Name: pischulin
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple program
|
||||
Group: Testing
|
||||
License: GPL
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Requires: /bin/bash
|
||||
|
||||
BuildArch: x86_64
|
||||
|
||||
%description
|
||||
A simple program for active processes listing
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -m 755 rpmshell.sh %{buildroot}%{_bindir}
|
||||
|
||||
%files
|
||||
%define _unpackaged_files_terminate_build 0
|
||||
%{_bindir}/rpmshell.sh
|
||||
|
||||
%changelog
|
||||
* Mon Sep 02 2024 Artyom Pischulin RPM <artyom.pischulin@mail.ru>
|
||||
- Added %{_bindir}/rpmshell.sh
|
Reference in New Issue
Block a user