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
|
Name: procps-ng
|
||||||
Version: 3.3.10
|
Version: 3.3.11
|
||||||
Release: 1mamba
|
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
|
||||||
@ -50,8 +50,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-systemd \
|
--with-systemd \
|
||||||
--exec-prefix= \
|
--disable-modern-top \
|
||||||
--bindir=/bin \
|
|
||||||
--sbindir=/sbin
|
--sbindir=/sbin
|
||||||
|
|
||||||
%make \
|
%make \
|
||||||
@ -61,11 +60,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
mv %{buildroot}%{_bindir}/pidof %{buildroot}/bin/pidof
|
#mv %{buildroot}%{_bindir}/pidof %{buildroot}/bin/pidof
|
||||||
install -d -m0755 %{buildroot}/%{_lib}
|
install -d -m0755 %{buildroot}/%{_lib}
|
||||||
mv %{buildroot}%{_libdir}/libprocps.so.* %{buildroot}/%{_lib}/
|
mv %{buildroot}%{_libdir}/libprocps.so.* %{buildroot}/%{_lib}/
|
||||||
ln -sfv ../../%{_lib}/$(readlink %{buildroot}%{_libdir}/libprocps.so) %{buildroot}%{_libdir}/libprocps.so
|
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}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -110,12 +113,14 @@ ln -sfv ../../%{_lib}/$(readlink %{buildroot}%{_libdir}/libprocps.so) %{buildroo
|
|||||||
%{_libdir}/libprocps.la
|
%{_libdir}/libprocps.la
|
||||||
%{_libdir}/libprocps.so
|
%{_libdir}/libprocps.so
|
||||||
%{_libdir}/pkgconfig/libprocps.pc
|
%{_libdir}/pkgconfig/libprocps.pc
|
||||||
%{_datadir}/doc/procps-ng/BUGS
|
%dir %{_datadir}/doc/procps-ng
|
||||||
%{_datadir}/doc/procps-ng/FAQ
|
%{_datadir}/doc/procps-ng/*
|
||||||
%{_datadir}/doc/procps-ng/README.top
|
%doc NEWS
|
||||||
%doc NEWS README
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 03 2014 Automatic Build System <autodist@mambasoft.it> 3.3.10-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user