]> git.pld-linux.org Git - packages/arcconf.git/blob - arcconf.spec
- new
[packages/arcconf.git] / arcconf.spec
1 Summary:        Adaptec uniform command line interface
2 Name:           arcconf
3 Version:        5.30
4 Release:        1
5 License:        Unknown
6 Group:          Base
7 Source0:        http://www.obvious.co.nz/aacraid/arcconf/%{name}-5.3-b17509.tgz
8 # Source0-md5:  d1b46891dcf0c6a9a4cde9e3c82bb594
9 # From adaptec CD, ver 5.20
10 Source1:        %{name}64
11 # Source1-md5:  140dfcade7c191d72970558a0177060a
12 URL:            http://linux.adaptec.com/
13 ExclusiveArch:  %{ix86} %{x8664}
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _sbindir                /sbin
17
18 %description
19 Adaptec Storage Manager Command Line Utility.
20
21 Compatible Products:
22 - Adaptec RAID 3085
23 - Adaptec RAID 31205
24 - Adaptec RAID 31605
25 - Adaptec RAID 3405
26 - Adaptec RAID 3805
27
28 %prep
29 %ifarch %{ix86}
30 %setup -q
31 install linux/cmdline/arcconf .
32 %endif
33 %ifarch %{x8664}
34 %setup -q -c
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.110005 seconds and 4 git commands to generate.