]> git.pld-linux.org Git - packages/arcconf.git/blob - arcconf.spec
- up to 7.0 build 18781
[packages/arcconf.git] / arcconf.spec
1 %define         ver     7.0
2 %define         build   18781
3 Summary:        Adaptec uniform command line interface
4 Summary(pl.UTF-8):      Ujednolicony interfejs linii poleceń Adapteca
5 Name:           arcconf
6 Version:        %{ver}.%{build}
7 Release:        1
8 License:        Adaptec Downloadable Software License
9 Group:          Base
10 # tgz tarballs originaly came from 30MB+ Storage Manager RPM Files
11 Source0:        http://www.obvious.co.nz/aacraid/arcconf/%{name}-%{ver}-b%{build}.tgz
12 # Source0-md5:  19c0c942a5acb0024a2edb844e3bdbcf
13 Source1:        http://www.obvious.co.nz/aacraid/arcconf/%{name}-x64-%{ver}-b%{build}.tgz
14 # Source1-md5:  ad37a2c0c3e38060b96069651421255d
15 URL:            http://www.adaptec.com/en-US/downloads/storage_manager/sm?productId=SAS-3405
16 ExclusiveArch:  %{ix86} %{x8664}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _sbindir                /sbin
20 %define         _enable_debug_packages  0
21
22 %description
23 Adaptec Storage Manager Command Line Utility.
24
25 Compatible Products:
26 - Adaptec RAID 3085
27 - Adaptec RAID 31205
28 - Adaptec RAID 31605
29 - Adaptec RAID 3405
30 - Adaptec RAID 3805
31
32 %description -l pl.UTF-8
33 Obsługiwane z linii poleceń narzędzie do zarządzania kontrolerami
34 Adapteca.
35
36 Obsługiwane kontrolery:
37 - Adaptec RAID 3085
38 - Adaptec RAID 31205
39 - Adaptec RAID 31605
40 - Adaptec RAID 3405
41 - Adaptec RAID 3805
42
43 %prep
44 %ifarch %{ix86}
45 %setup -qTc -a0
46 %endif
47 %ifarch %{x8664}
48 %setup -qTc -a1
49 %endif
50 mv linux*/cmdline/* .
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_sbindir}
55 install -p arcconf $RPM_BUILD_ROOT%{_sbindir}/arcconf
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc README.TXT
63 %attr(755,root,root) %{_sbindir}/*
This page took 0.053041 seconds and 3 git commands to generate.