# # spec file for package libmicro # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: libmicro License: Other uncritical OpenSource License ; CDDL Group: System/Benchmark Requires: kernel-source gcc make AutoReqProv: on Summary: kernel test suite, micro benchmark Url: http://www.opensolaris.org/os/project/libmicro/ Version: 0.4.0 Release: 81 Source0: %{name}-%{version}.tar.bz2 Source1: ctcstools-%{version}.tar.bz2 Patch0: find_binary.patch Patch1: removed_undefined_warning.patch Patch2: fix-link.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description LibMicro is intended to measure the performance of various system and library calls. LibMicro was developed by Bart Smaalders and Phil Harman. %if %suse_version < 1200 %package ctcs-glue License: Other uncritical OpenSource License ; CDDL 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. %endif %prep %setup -a1 %patch0 -p1 %patch1 %patch2 -p1 %build make %install mkdir -p $RPM_BUILD_ROOT/usr/lib/libMicro mkdir -p $RPM_BUILD_ROOT/usr/lib/libMicro/bin install -m 644 README $RPM_BUILD_ROOT/usr/lib/libMicro cp bin/* $RPM_BUILD_ROOT/usr/lib/libMicro/bin 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 %if %suse_version >= 1200 rm -rf $RPM_BUILD_ROOT/usr/lib/ctcs2 %endif %files %defattr(-,root,root) /usr/lib/libMicro %doc README %if %suse_version < 1200 %files ctcs-glue %defattr(-,root,root) /usr/lib/ctcs2 %endif %clean rm -rf $RPM_BUILD_ROOT %changelog