forked from pool/strace
- buildrequire libaio-devel bnc#679917
- buildrequire lksctp-tools-devel for sctp decoding OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=14
This commit is contained in:
parent
4f3d8e15dc
commit
dfae9c23af
@ -42,7 +42,8 @@ Wed Mar 16 11:13:09 CET 2011 - meissner@suse.de
|
|||||||
* Fixed a corner case in waitpid handling. (Addresses Red Hat bug #663547).
|
* Fixed a corner case in waitpid handling. (Addresses Red Hat bug #663547).
|
||||||
* Fixed stat64 decoding on mips (Addresses Debian bug #599028).
|
* Fixed stat64 decoding on mips (Addresses Debian bug #599028).
|
||||||
* Fixed misleading italics in the manual page. (Addresses Debian bug #589323).
|
* Fixed misleading italics in the manual page. (Addresses Debian bug #589323).
|
||||||
- buildrequire libaio-devel
|
- buildrequire libaio-devel bnc#679917
|
||||||
|
- buildrequire lksctp-tools-devel for sctp decoding
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 8 11:35:56 UTC 2010 - puzel@novell.com
|
Wed Dec 8 11:35:56 UTC 2010 - puzel@novell.com
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: strace
|
Name: strace
|
||||||
BuildRequires: libacl-devel libaio-devel
|
BuildRequires: libacl-devel libaio-devel lksctp-tools-devel
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -67,6 +67,8 @@ autoreconf -fi
|
|||||||
--prefix=%{_prefix} --mandir=%{_mandir}
|
--prefix=%{_prefix} --mandir=%{_mandir}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user