SPECS: cciss_vol_status.spec (NEW) - new

adamg adamg at pld-linux.org
Thu May 29 18:10:22 CEST 2008


Author: adamg                        Date: Thu May 29 16:10:22 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   cciss_vol_status.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cciss_vol_status.spec
diff -u /dev/null SPECS/cciss_vol_status.spec:1.1
--- /dev/null	Thu May 29 18:10:22 2008
+++ SPECS/cciss_vol_status.spec	Thu May 29 18:10:16 2008
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	Shows status of logical drives attached to HP SmartArray controllers
+Summary(pl.UTF-8):	Wyświetla status logicznych dysków stworzonych w kontrolerach HP SmartArray
+Name:		cciss_vol_status
+Version:	1.03
+Release:	1
+License:	GPL v2+
+Group:		Applications
+Source0:	http://dl.sourceforge.net/cciss/%{name}-%{version}.tar.gz
+# Source0-md5:	16089d36f996ac6742355ade0d687c13
+URL:		http://cciss.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	linux-libc-headers
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cciss_vol_status is a very lightweight program to report the status of
+logical drives on Smart Array controllers and also fibre channel
+attached MSA1000.
+
+%description -l pl.UTF-8
+cciss_vol_status to lekki program do raporotwania statusu logicznych
+dysków kontrolera Smart Array jak również MSA1000.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man8/*
+
+%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  2008-05-29 16:10:16  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list