Accepting request 417195 from network:utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/417195 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=3
This commit is contained in:
commit
da78fd932a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 09:06:35 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Make rpmlint happy by avoiding installation in %build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 24 12:53:10 UTC 2016 - p.drouand@gmail.com
|
Sun Jul 24 12:53:10 UTC 2016 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -42,12 +42,12 @@ a 2ping client to determine which direction packet loss occurs.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
install -d -m 0755 %{buildroot}%{_mandir}/man1
|
|
||||||
install -m 0644 doc/2ping.1 %{buildroot}%{_mandir}/man1/2ping.1
|
|
||||||
install -m 0644 doc/2ping.1 %{buildroot}%{_mandir}/man1/2ping6.1
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
install -d -m 0755 %{buildroot}%{_mandir}/man1
|
||||||
|
install -m 0644 doc/2ping.1 %{buildroot}%{_mandir}/man1/2ping.1
|
||||||
|
install -m 0644 doc/2ping.1 %{buildroot}%{_mandir}/man1/2ping6.1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
python setup.py test
|
python setup.py test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user