2020-04-09 10:40:55 +02:00
|
|
|
Name: sockstat
|
|
|
|
|
Version: 0.4.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: View detailed information about open connections
|
|
|
|
|
|
|
|
|
|
License: BSD-3
|
|
|
|
|
URL: https://github.com/alteholz/sockstat/
|
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
# disable debug:
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
View detailed information about open connections
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{__install} -D %{name} %{buildroot}%{_bindir}/%{name}
|
|
|
|
|
%{__install} -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-05-21 09:31:54 +02:00
|
|
|
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.org>
|
|
|
|
|
- First build on Fedora 34.
|
|
|
|
|
|
|
|
|
|
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@dsteiner.org>
|
|
|
|
|
- First build on Fedora 33.
|
|
|
|
|
|
2020-04-09 10:40:55 +02:00
|
|
|
* Thu Apr 9 2020 Daniel Steiner <daniel.steiner@dsteiner.org>
|
|
|
|
|
- Initial version for CentOS 8 (0.4.1).
|
|
|
|
|
|