Whamcloud - gitweb
Update based on lustre-iokit-20051107.tar.gz from the customer download area.
[fs/lustre-release.git] / lustre-iokit / obdsurvey / lustre-iokit.spec
1 Summary: Lustre IO test kit
2 Name: lustre-iokit
3 Vendor: Scali AS
4 URL: http://www.scali.com/
5 Version: 0.12.0
6 Release: 1
7 License: LGPL
8 Group: Applications/System
9 Source0: %{name}-%{version}-%{release}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12 %description
13 Lustre IO-Kit is a collection of benchmark-tools for a cluster with
14 the lustre filesystem.
15
16 Currently only a Object Block Device-survey are included, but the kit may
17 be extended with blockdevice- and filesystem- survey in the future.
18
19 Copyright (c) 2005 Scali AS. All Rights Reserved.
20
21
22 Contact :
23 Scali AS
24 Olaf Helsets vei 6, P.O Box 150, Oppsal
25 N-0619 Oslo
26 NORWAY
27
28 Technical support : support@scali.com
29 Licensing support : license@scali.com
30 http://www.scali.com
31
32
33 %prep
34 %setup -q -n lustre-iokit
35
36 %build
37 python setup.py build
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 python setup.py install --root $RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46
47 %files
48 %defattr(-,root,root,-)
49 /usr/bin/*
50 /usr/lib*/python*/site-packages/*
51 %doc /usr/share/lustre-iokit*
52
53
54 %changelog
55 * Mon Sep 19 2005 Ragnar Kjorstad <rk@scali.com> v0.12
56 - Build fixes
57 * Wed Apr  6 2005 Ragnar Kjorstad <rk@scali.com> v0.11-1
58 - Compability-fixes with python2.2 (rhel3)
59 * Fri Apr  1 2005 Ragnar Kjorstad <rk@scali.com> v0.10-2
60 - Makefile-fixes for rhel3-x86_64
61 * Mon Feb 21 2005 Ragnar Kjorstad <rk@scali.com>
62 - Initial build.
63