automatic version update by autodist [release 3.3.11-1mamba;Wed Sep 16 2015]
This commit is contained in:
parent
28409ea0a0
commit
e199dcd477
@ -1,5 +1,5 @@
|
||||
Name: procps-ng
|
||||
Version: 3.3.10
|
||||
Version: 3.3.11
|
||||
Release: 1mamba
|
||||
Summary: Command line and full screen utilities for browsing procfs
|
||||
Group: System/Tools
|
||||
@ -50,8 +50,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%build
|
||||
%configure \
|
||||
--with-systemd \
|
||||
--exec-prefix= \
|
||||
--bindir=/bin \
|
||||
--disable-modern-top \
|
||||
--sbindir=/sbin
|
||||
|
||||
%make \
|
||||
@ -61,11 +60,15 @@ This package contains libraries and header files for developing applications tha
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
mv %{buildroot}%{_bindir}/pidof %{buildroot}/bin/pidof
|
||||
#mv %{buildroot}%{_bindir}/pidof %{buildroot}/bin/pidof
|
||||
install -d -m0755 %{buildroot}/%{_lib}
|
||||
mv %{buildroot}%{_libdir}/libprocps.so.* %{buildroot}/%{_lib}/
|
||||
ln -sfv ../../%{_lib}/$(readlink %{buildroot}%{_libdir}/libprocps.so) %{buildroot}%{_libdir}/libprocps.so
|
||||
|
||||
# https://gitlab.com/procps-ng/procps/commit/430b559ba2826f80dffa840622ae0fc744000b13
|
||||
install -d -m0755 %{buildroot}/bin
|
||||
mv %{buildroot}%{_bindir}/{kill,pidof,ps} %{buildroot}/bin/
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
@ -110,12 +113,14 @@ ln -sfv ../../%{_lib}/$(readlink %{buildroot}%{_libdir}/libprocps.so) %{buildroo
|
||||
%{_libdir}/libprocps.la
|
||||
%{_libdir}/libprocps.so
|
||||
%{_libdir}/pkgconfig/libprocps.pc
|
||||
%{_datadir}/doc/procps-ng/BUGS
|
||||
%{_datadir}/doc/procps-ng/FAQ
|
||||
%{_datadir}/doc/procps-ng/README.top
|
||||
%doc NEWS README
|
||||
%dir %{_datadir}/doc/procps-ng
|
||||
%{_datadir}/doc/procps-ng/*
|
||||
%doc NEWS
|
||||
|
||||
%changelog
|
||||
* Wed Sep 16 2015 Automatic Build System <autodist@mambasoft.it> 3.3.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 03 2014 Automatic Build System <autodist@mambasoft.it> 3.3.10-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user