forked from pool/libmicro
This commit is contained in:
parent
ec89b0d195
commit
3400d3d962
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- disable as-needed for this package as it fails to build with it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 4 10:16:05 CEST 2008 - pkirsch@suse.de
|
Fri Jul 4 10:16:05 CEST 2008 - pkirsch@suse.de
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libmicro
|
Name: libmicro
|
||||||
License: Other uncritical OpenSource License; CDDL
|
License: Other uncritical OpenSource License ; CDDL
|
||||||
Group: System/Benchmark
|
Group: System/Benchmark
|
||||||
Requires: kernel-source gcc make
|
Requires: kernel-source gcc make
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: kernel test suite, micro benchmark
|
Summary: kernel test suite, micro benchmark
|
||||||
Url: http://www.opensolaris.org/os/project/libmicro/
|
Url: http://www.opensolaris.org/os/project/libmicro/
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 80
|
Release: 81
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: ctcstools-%{version}.tar.bz2
|
Source1: ctcstools-%{version}.tar.bz2
|
||||||
Patch0: find_binary.patch
|
Patch0: find_binary.patch
|
||||||
@ -45,7 +45,7 @@ Authors:
|
|||||||
Various people from OpenSolaris community
|
Various people from OpenSolaris community
|
||||||
|
|
||||||
%package ctcs-glue
|
%package ctcs-glue
|
||||||
License: Other uncritical OpenSource License; CDDL
|
License: Other uncritical OpenSource License ; CDDL
|
||||||
Summary: The let-libmicro-be-run-via-ctcs glue
|
Summary: The let-libmicro-be-run-via-ctcs glue
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -68,6 +68,9 @@ Authors:
|
|||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# This package failed when testing with -Wl,-as-needed being default.
|
||||||
|
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||||
|
export SUSE_ASNEEDED=0
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -97,6 +100,8 @@ cp ctcstools/libmicro.tcf $RPM_BUILD_ROOT/usr/lib/ctcs2/tcf
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 19 2009 coolo@novell.com
|
||||||
|
- disable as-needed for this package as it fails to build with it
|
||||||
* Fri Jul 04 2008 pkirsch@suse.de
|
* Fri Jul 04 2008 pkirsch@suse.de
|
||||||
- added libmicro-ctcs-glue package, now the tcf is packaged and
|
- added libmicro-ctcs-glue package, now the tcf is packaged and
|
||||||
can be run from the SUT without the need of NIS
|
can be run from the SUT without the need of NIS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user