Logoj0ke.net Open Build Service > Projects > hardware:raid > lsiutil > Changes
Sign Up | Log In

Changes of Revision 2

[-] Added lsiutil.spec
x
 
1
@@ -0,0 +1,42 @@
2
+Name:      lsiutil
3
+Summary:   LSIUtil Configuration Utility
4
+Version:   1.56
5
+Release:   1
6
+License:   GPL
7
+URL:       ftp://ftp.lsi.com/HostAdapterDrivers/linux/lsiutil/
8
+Source0:   lsiutil.tar.gz
9
+Source1:   LSIUtil_UG.pdf
10
+Group:     System/Utilities
11
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
12
+BuildRequires: gcc
13
+
14
+%description
15
+LSIUtil is a powerful configuration utility that you can use with all LSI
16
+Logic Fibre Channel, SAS, and SCSI host board adapters. LSIUtil
17
+enables you to perform tasks such as updating board firmware, scanning
18
+for connected devices, viewing configuration page information, running
19
+diagnostic tests, and displaying current system events and statistics. You
20
+can run LSIUtil in text-based, menu-driven mode or in full-featured
21
+command line mode.
22
+
23
+
24
+%prep
25
+%setup -q -n %{name}
26
+
27
+%build
28
+rm -f lsiutil
29
+gcc -Wall -O lsiutil.c -o lsiutil
30
+
31
+%install
32
+%__install -D -m 0755 lsiutil %{buildroot}%{_sbindir}/lsiutil
33
+%__install -D %{S:1} %{buildroot}/%{_defaultdocdir}/%{name}/LSIUtil_UG.pdf
34
+
35
+%files
36
+%defattr(-,root,root)
37
+%{_sbindir}/lsiutil
38
+%dir %{_docdir}/%{name}
39
+%{_docdir}/%{name}/LSIUtil_UG.pdf
40
+
41
+%changelog
42
+* Thu May 08 2008 Carsten Schoene <cs@linux-administrator.com> - 1.56
43
+- initial build
44
Added LSIUtil_UG.pdf ^
[+] Deleted _aggregate ^
Added lsiutil.tar.gz ^