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