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