automatic version update by autodist [release 23.2-1mamba;Mon May 27 2019]
This commit is contained in:
parent
fca1e04f21
commit
f661f01261
22
psmisc.spec
22
psmisc.spec
@ -1,5 +1,5 @@
|
|||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 22.21
|
Version: 23.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Small utilities that use the /proc filesystem
|
Summary: Small utilities that use the /proc filesystem
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://psmisc.sourceforge.net/
|
URL: http://psmisc.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/psmisc/psmisc-%{version}.tar.gz
|
Source: https://gitlab.com/psmisc/psmisc.git/v%{version}/psmisc-%{version}.tar.bz2
|
||||||
|
#Source: http://downloads.sourceforge.net/psmisc/psmisc-%{version}.tar.gz
|
||||||
Patch0: psmisc-22.20-selinux-scontext.patch
|
Patch0: psmisc-22.20-selinux-scontext.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -31,6 +32,8 @@ The fuser command identifies the PIDs of processes that are using specified file
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
--enable-selinux \
|
--enable-selinux \
|
||||||
@ -60,15 +63,20 @@ mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser
|
|||||||
%{_bindir}/peekfd
|
%{_bindir}/peekfd
|
||||||
%{_bindir}/killall
|
%{_bindir}/killall
|
||||||
%{_bindir}/prtstat
|
%{_bindir}/prtstat
|
||||||
|
%{_bindir}/pslog
|
||||||
%{_bindir}/pstree
|
%{_bindir}/pstree
|
||||||
%{_bindir}/pstree.x11
|
%{_bindir}/pstree.x11
|
||||||
%{_mandir}/man1/fuser.1.gz
|
%{_mandir}/man1/fuser.1*
|
||||||
%{_mandir}/man1/killall.1.gz
|
%{_mandir}/man1/killall.1*
|
||||||
%{_mandir}/man1/prtstat.1.gz
|
%{_mandir}/man1/prtstat.1*
|
||||||
%{_mandir}/man1/pstree.1.gz
|
%{_mandir}/man1/pslog.1*
|
||||||
%{_mandir}/man1/peekfd.1.gz
|
%{_mandir}/man1/pstree.1*
|
||||||
|
%{_mandir}/man1/peekfd.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 23.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Feb 22 2014 Automatic Build System <autodist@mambasoft.it> 22.21-1mamba
|
* Sat Feb 22 2014 Automatic Build System <autodist@mambasoft.it> 22.21-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user