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
|
||||
Version: 3.3.17
|
||||
Release: 4mamba
|
||||
Version: 4.0.3
|
||||
Release: 1mamba
|
||||
Summary: Command line and full screen utilities for browsing procfs
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -16,7 +16,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: procps = %{version}-%{release}
|
||||
Provides: procps
|
||||
Obsoletes: procps < 3.2.9
|
||||
Provides: sysvinit-tools
|
||||
Obsoletes: sysvinit-tools < 3.3.17
|
||||
@ -47,7 +47,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n procps-%{version}
|
||||
%setup -q
|
||||
#./autogen.sh
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
@ -68,8 +69,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{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
|
||||
|
||||
%files -f %{name}.lang
|
||||
@ -80,13 +80,11 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_sbindir}/sysctl
|
||||
%{_bindir}/free
|
||||
%{_bindir}/pgrep
|
||||
%{_bindir}/pidwait
|
||||
%{_bindir}/pkill
|
||||
%{_bindir}/pmap
|
||||
%{_bindir}/pwait
|
||||
%{_bindir}/pwdx
|
||||
#%{_bindir}/skill
|
||||
%{_bindir}/slabtop
|
||||
#%{_bindir}/snice
|
||||
%{_bindir}/tload
|
||||
%{_bindir}/top
|
||||
%{_bindir}/uptime
|
||||
@ -94,25 +92,28 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_bindir}/w
|
||||
%{_bindir}/watch
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING
|
||||
|
||||
%files -n libprocps
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libprocps.so.*
|
||||
%doc AUTHORS COPYING*
|
||||
%{_libdir}/libproc2.so.*
|
||||
%doc AUTHORS COPYING.LIB
|
||||
|
||||
%files -n libprocps-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/proc
|
||||
%{_includedir}/proc/*.h
|
||||
%{_libdir}/libprocps.a
|
||||
%{_libdir}/libprocps.la
|
||||
%{_libdir}/libprocps.so
|
||||
%{_libdir}/pkgconfig/libprocps.pc
|
||||
%dir %{_includedir}/libproc2
|
||||
%{_includedir}/libproc2/*.h
|
||||
%{_libdir}/libproc2.a
|
||||
%{_libdir}/libproc2.so
|
||||
%{_libdir}/pkgconfig/libproc2.pc
|
||||
%dir %{_datadir}/doc/procps-ng
|
||||
%{_datadir}/doc/procps-ng/*
|
||||
%doc NEWS
|
||||
|
||||
%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
|
||||
- provide /bin/kill and /bin/ps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user