]> git.pld-linux.org Git - packages/arcconf.git/blob - arcconf.spec
3f237eba1d4d0fbe5c6218830ac9f397e29f9a06
[packages/arcconf.git] / arcconf.spec
1 Summary:        Adaptec uniform command line interface
2 Name:           arcconf
3 Version:        5.50
4 Release:        1
5 License:        Adaptec Downloadable Software License
6 Group:          Base
7 Source0:        http://www.obvious.co.nz/aacraid/arcconf/%{name}-5.5-b17523.tgz
8 # Source0-md5:  57780bff5d397dabea3ee2d937feac7d
9 # From http://download.adaptec.com/raid/storage_manager/asm_linux_x64_v5_30_17509.rpm
10 # v5.30
11 Source1:        %{name}64
12 # Source1-md5:  c1add88f7c7f8a8a333ac9c823ad42d3
13 URL:            http://linux.adaptec.com/
14 ExclusiveArch:  %{ix86} %{x8664}
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _sbindir                /sbin
18
19 %description
20 Adaptec Storage Manager Command Line Utility.
21
22 Compatible Products:
23 - Adaptec RAID 3085
24 - Adaptec RAID 31205
25 - Adaptec RAID 31605
26 - Adaptec RAID 3405
27 - Adaptec RAID 3805
28
29 %prep
30 %setup -q -c
31 %ifarch %{ix86}
32 install linux/cmdline/arcconf .
33 %endif
34 %ifarch %{x8664}
35 install %{SOURCE1} arcconf
36 %endif
37
38 %build
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{_sbindir}
43
44 install arcconf $RPM_BUILD_ROOT%{_sbindir}/arcconf
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_sbindir}/*
This page took 0.038927 seconds and 2 git commands to generate.