]> git.pld-linux.org Git - packages/arcconf.git/blob - arcconf.spec
- pl
[packages/arcconf.git] / arcconf.spec
1 Summary:        Adaptec uniform command line interface
2 Summary(pl.UTF-8):      Ujednolicony interfajs linii poleceń Adapteca
3 Name:           arcconf
4 Version:        6.0
5 Release:        1
6 License:        Adaptec Downloadable Software License
7 Group:          Base
8 # tgz tarballs originaly came from 30MB+ Storage Manager RPM Files
9 Source0:        http://www.obvious.co.nz/aacraid/arcconf/%{name}-6.0-b17922.tgz 
10 # Source0-md5:  222c459447edbe7e836324056408bb0b
11 Source1:        http://www.obvious.co.nz/aacraid/arcconf/%{name}-x64-6.0-b17922.tgz
12 # Source1-md5:  70684147e6e04cdbdad1891c6b8e6799
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 %define         _enable_debug_packages  0
19
20 %description
21 Adaptec Storage Manager Command Line Utility.
22
23 Compatible Products:
24 - Adaptec RAID 3085
25 - Adaptec RAID 31205
26 - Adaptec RAID 31605
27 - Adaptec RAID 3405
28 - Adaptec RAID 3805
29
30 %description -l pl.UTF-8
31 Obsługiwane z linii poleceń narzędzie do zarządzania kontrolerami
32 Adapteca.
33
34 Obsługiwane kontrolery:
35 - Adaptec RAID 3085
36 - Adaptec RAID 31205
37 - Adaptec RAID 31605
38 - Adaptec RAID 3405
39 - Adaptec RAID 3805
40
41 %prep
42 %setup -q -c -a1
43 %ifarch %{ix86}
44 install linux/cmdline/{arcconf,README.TXT} .
45 %endif
46 %ifarch %{x8664}
47 install linux-x64/cmdline/{arcconf,README.TXT} .
48 %endif
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT%{_sbindir}
53
54 install arcconf $RPM_BUILD_ROOT%{_sbindir}/arcconf
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc README.TXT
62 %attr(755,root,root) %{_sbindir}/*
This page took 0.263283 seconds and 4 git commands to generate.