automatic version update by autodist [release 4.0.3-1mamba;Tue Aug 08 2023]
This commit is contained in:
parent
b4fcd03122
commit
158daae442
@ -1,6 +1,6 @@
|
|||||||
Name: procps-ng
|
Name: procps-ng
|
||||||
Version: 3.3.17
|
Version: 4.0.3
|
||||||
Release: 4mamba
|
Release: 1mamba
|
||||||
Summary: Command line and full screen utilities for browsing procfs
|
Summary: Command line and full screen utilities for browsing procfs
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,7 +16,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: procps = %{version}-%{release}
|
Provides: procps
|
||||||
Obsoletes: procps < 3.2.9
|
Obsoletes: procps < 3.2.9
|
||||||
Provides: sysvinit-tools
|
Provides: sysvinit-tools
|
||||||
Obsoletes: sysvinit-tools < 3.3.17
|
Obsoletes: sysvinit-tools < 3.3.17
|
||||||
@ -47,7 +47,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n procps-%{version}
|
%setup -q
|
||||||
|
#./autogen.sh
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
@ -68,7 +69,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
# add/remove libproc in the cache
|
|
||||||
%post -n libprocps -p /sbin/ldconfig
|
%post -n libprocps -p /sbin/ldconfig
|
||||||
%postun -n libprocps -p /sbin/ldconfig
|
%postun -n libprocps -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -80,13 +80,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_sbindir}/sysctl
|
%{_sbindir}/sysctl
|
||||||
%{_bindir}/free
|
%{_bindir}/free
|
||||||
%{_bindir}/pgrep
|
%{_bindir}/pgrep
|
||||||
|
%{_bindir}/pidwait
|
||||||
%{_bindir}/pkill
|
%{_bindir}/pkill
|
||||||
%{_bindir}/pmap
|
%{_bindir}/pmap
|
||||||
%{_bindir}/pwait
|
|
||||||
%{_bindir}/pwdx
|
%{_bindir}/pwdx
|
||||||
#%{_bindir}/skill
|
|
||||||
%{_bindir}/slabtop
|
%{_bindir}/slabtop
|
||||||
#%{_bindir}/snice
|
|
||||||
%{_bindir}/tload
|
%{_bindir}/tload
|
||||||
%{_bindir}/top
|
%{_bindir}/top
|
||||||
%{_bindir}/uptime
|
%{_bindir}/uptime
|
||||||
@ -94,25 +92,28 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_bindir}/w
|
%{_bindir}/w
|
||||||
%{_bindir}/watch
|
%{_bindir}/watch
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%files -n libprocps
|
%files -n libprocps
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libprocps.so.*
|
%{_libdir}/libproc2.so.*
|
||||||
%doc AUTHORS COPYING*
|
%doc AUTHORS COPYING.LIB
|
||||||
|
|
||||||
%files -n libprocps-devel
|
%files -n libprocps-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/proc
|
%dir %{_includedir}/libproc2
|
||||||
%{_includedir}/proc/*.h
|
%{_includedir}/libproc2/*.h
|
||||||
%{_libdir}/libprocps.a
|
%{_libdir}/libproc2.a
|
||||||
%{_libdir}/libprocps.la
|
%{_libdir}/libproc2.so
|
||||||
%{_libdir}/libprocps.so
|
%{_libdir}/pkgconfig/libproc2.pc
|
||||||
%{_libdir}/pkgconfig/libprocps.pc
|
|
||||||
%dir %{_datadir}/doc/procps-ng
|
%dir %{_datadir}/doc/procps-ng
|
||||||
%{_datadir}/doc/procps-ng/*
|
%{_datadir}/doc/procps-ng/*
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 08 2023 Automatic Build System <autodist@mambasoft.it> 4.0.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu May 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.17-4mamba
|
* Thu May 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.17-4mamba
|
||||||
- provide /bin/kill and /bin/ps
|
- provide /bin/kill and /bin/ps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user