]> git.pld-linux.org Git - packages/cciss_vol_status.git/blob - cciss_vol_status.spec
- install to sbin; rel 2
[packages/cciss_vol_status.git] / cciss_vol_status.spec
1 Summary:        Shows status of logical drives attached to HP SmartArray controllers
2 Summary(pl.UTF-8):      Wyświetla status logicznych dysków stworzonych w kontrolerach HP SmartArray
3 Name:           cciss_vol_status
4 Version:        1.03
5 Release:        2
6 License:        GPL v2+
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/cciss/%{name}-%{version}.tar.gz
9 # Source0-md5:  16089d36f996ac6742355ade0d687c13
10 URL:            http://cciss.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  linux-libc-headers
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 cciss_vol_status is a very lightweight program to report the status of
18 logical drives on Smart Array controllers and also fibre channel
19 attached MSA1000.
20
21 %description -l pl.UTF-8
22 cciss_vol_status to lekki program do raporotwania statusu logicznych
23 dysków kontrolera Smart Array jak również MSA1000.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure \
34         --bindir=%{_sbindir}
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README
49 %attr(755,root,root) %{_sbindir}/cciss_vol_status
50 %{_mandir}/man8/cciss_vol_status*
This page took 0.076661 seconds and 3 git commands to generate.