diff --git a/lsof.spec b/lsof.spec index a2002ac..af5716a 100644 --- a/lsof.spec +++ b/lsof.spec @@ -1,5 +1,5 @@ Name: lsof -Version: 4.91 +Version: 4.93.2 Release: 1mamba Summary: Lists open files for running UNIX processes Group: System/Tools @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://people.freebsd.org/~abe/ -Source: https://fossies.org/linux/misc/lsof_%{version}_src.tar.bz2 +Source: https://fossies.org/linux/misc/lsof-%{version}.tar.bz2 #Patch from ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/patches/%{version}/linux.patch Patch: %{name}-4.77-linux.patch License: no OSI Approved @@ -25,7 +25,7 @@ It lists information about any files that are open by processes currently runnin It can also list communications open by each process. %prep -%setup -q -n %{name}_%{version}_src +%setup -q -n %{name}-%{version} #cd %{name}_%{version}_src/dialects/linux #% patch -p2 @@ -55,7 +55,7 @@ make DEBUG="" CDEF="%{optflags}" CFGL="-L./lib -llsof -lselinux -ltirpc" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" install -D -m755 %{name} %{buildroot}%{_bindir}/%{name} -install -D -m644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8 +#install -D -m644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8 rm -fr %{name}_docs install -d %{name}_docs @@ -69,10 +69,13 @@ done %files %defattr(-,root,root) %{_bindir}/%{name} -%{_mandir}/man8/%{name}.* +#%{_mandir}/man8/%{name}.* %doc %{name}_docs/* %changelog +* Thu Mar 26 2020 Ercole 'ercolinux' Carpanetto 4.93.2-1mamba +- update to 4.93.2 + * Thu Apr 05 2018 Automatic Build System 4.91-1mamba - automatic version update by autodist