SHA256
1
0
forked from pool/libmicro
OBS User unknown 2008-07-08 19:44:30 +00:00 committed by Git OBS Bridge
parent 428ec7dc29
commit c488e1d3c8
3 changed files with 41 additions and 2 deletions

3
ctcstools-0.4.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3dfbf57cb18928b8ae9e360da150637e639ee7854d952665c03ca091189f9206
size 270

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 4 10:16:05 CEST 2008 - pkirsch@suse.de
- added libmicro-ctcs-glue package, now the tcf is packaged and
can be run from the SUT without the need of NIS
-------------------------------------------------------------------
Wed May 28 10:33:53 CEST 2008 - pkirsch@suse.de

View File

@ -19,8 +19,9 @@ AutoReqProv: on
Summary: kernel test suite, micro benchmark
Url: http://www.opensolaris.org/os/project/libmicro/
Version: 0.4.0
Release: 52
Release: 58
Source0: %{name}-%{version}.tar.bz2
Source1: ctcstools-%{version}.tar.bz2
Patch0: find_binary.patch
Patch1: removed_undefined_warning.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -36,8 +37,26 @@ Authors:
--------
Various people from OpenSolaris community
%package ctcs-glue
License: Other uncritical OpenSource License
Summary: The let-libmicro-be-run-via-ctcs glue
Group: Development/Tools/Other
AutoReqProv: on
Requires: ctcs2 >= 0.1.6
Requires: libmicro = %{version}
%description ctcs-glue
This package contains the glue for integrating libmicro into the ctcs
testing framework.
Authors:
--------
Patrick Kirsch <pkirsch@suse.de>
%prep
%setup
%setup -a1
%patch0 -p1
%patch1
@ -53,16 +72,27 @@ cp bin-*/* $RPM_BUILD_ROOT/usr/lib/libMicro/bin
install -m 755 *.sh $RPM_BUILD_ROOT/usr/lib/libMicro/bin
#the sequence is important!
#install -m 755 runtests.sh $RPM_BUILD_ROOT/usr/lib/libMicro
mkdir -p $RPM_BUILD_ROOT/usr/lib/ctcs2/tcf
mkdir -p $RPM_BUILD_ROOT/usr/lib/ctcs2/tools
cp ctcstools/libmicro-run $RPM_BUILD_ROOT/usr/lib/ctcs2/tools
cp ctcstools/libmicro.tcf $RPM_BUILD_ROOT/usr/lib/ctcs2/tcf
%files
%defattr(-,root,root)
/usr/lib/libMicro
%doc README
%files ctcs-glue
%defattr(-,root,root)
/usr/lib/ctcs2
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jul 04 2008 pkirsch@suse.de
- added libmicro-ctcs-glue package, now the tcf is packaged and
can be run from the SUT without the need of NIS
* Wed May 28 2008 pkirsch@suse.de
- removed warning for bnc#394556,
thanks to David Binderman