diff --git a/psmisc.spec b/psmisc.spec index 0c92def..37f3920 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -1,5 +1,5 @@ Name: psmisc -Version: 22.21 +Version: 23.2 Release: 1mamba Summary: Small utilities that use the /proc filesystem Group: System/Tools @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 License: GPL ## AUTOBUILDREQ-BEGIN @@ -31,6 +32,8 @@ The fuser command identifies the PIDs of processes that are using specified file #%patch0 -p1 %build +./autogen.sh + %configure \ %if "%{stage1}" != "1" --enable-selinux \ @@ -60,15 +63,20 @@ mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser %{_bindir}/peekfd %{_bindir}/killall %{_bindir}/prtstat +%{_bindir}/pslog %{_bindir}/pstree %{_bindir}/pstree.x11 -%{_mandir}/man1/fuser.1.gz -%{_mandir}/man1/killall.1.gz -%{_mandir}/man1/prtstat.1.gz -%{_mandir}/man1/pstree.1.gz -%{_mandir}/man1/peekfd.1.gz +%{_mandir}/man1/fuser.1* +%{_mandir}/man1/killall.1* +%{_mandir}/man1/prtstat.1* +%{_mandir}/man1/pslog.1* +%{_mandir}/man1/pstree.1* +%{_mandir}/man1/peekfd.1* %changelog +* Mon May 27 2019 Automatic Build System 23.2-1mamba +- automatic version update by autodist + * Sat Feb 22 2014 Automatic Build System 22.21-1mamba - automatic update by autodist