packages: lsiutil/lsiutil.spec (NEW) - raw from opensuse http://download.ob...
marcus
marcus at pld-linux.org
Sun Jul 19 20:36:58 CEST 2009
Author: marcus Date: Sun Jul 19 18:36:58 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- raw from opensuse http://download.obs.j0ke.net/internetx/SUSE_Linux_10.0
---- Files affected:
packages/lsiutil:
lsiutil.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/lsiutil/lsiutil.spec
diff -u /dev/null packages/lsiutil/lsiutil.spec:1.1
--- /dev/null Sun Jul 19 20:36:58 2009
+++ packages/lsiutil/lsiutil.spec Sun Jul 19 20:36:52 2009
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary: LSIUtil Configuration Utility
+Name: lsiutil
+Version: 1.56
+Release: 4.1
+License: GPL
+URL: ftp://ftp.lsi.com/HostAdapterDrivers/linux/lsiutil/
+Source0: ftp://ftp.lsi.com/HostAdapterDrivers/linux/lsiutil/%{name}.tar.gz
+# Source0-md5: ceaf1104943ee1384b136ee0aaab4fba
+Source1: ftp://ftp.lsi.com/HostAdapterDrivers/linux/lsiutil/LSIUtil_UG.pdf
+# Source1-md5: 4fc70658ffda877719ef3a0690f1f5e3
+Group: System
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LSIUtil is a powerful configuration utility that you can use with all
+LSI Logic Fibre Channel, SAS, and SCSI host board adapters. LSIUtil
+enables you to perform tasks such as updating board firmware, scanning
+for connected devices, viewing configuration page information, running
+diagnostic tests, and displaying current system events and statistics.
+You can run LSIUtil in text-based, menu-driven mode or in
+full-featured command line mode.
+
+
+%prep
+%setup -q -n %{name}
+
+%build
+rm -f lsiutil
+%{__cc} -Wall -O lsiutil.c -o lsiutil
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D lsiutil $RPM_BUILD_ROOT%{_sbindir}/lsiutil
+install -D %{SOURCE1} $RPM_BUILD_ROOT/%{_docdir}/%{name}/LSIUtil_UG.pdf
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/lsiutil
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/LSIUtil_UG.pdf
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2009/07/19 18:36:52 marcus
+- raw from opensuse http://download.obs.j0ke.net/internetx/SUSE_Linux_10.0
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
================================================================
More information about the pld-cvs-commit
mailing list