SPECS: arrayprobe.spec (NEW) - new

qboosh qboosh at pld-linux.org
Thu Mar 9 11:50:49 CET 2006


Author: qboosh                       Date: Thu Mar  9 10:50:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/arrayprobe.spec
diff -u /dev/null SPECS/arrayprobe.spec:1.1
--- /dev/null	Thu Mar  9 11:50:49 2006
+++ SPECS/arrayprobe.spec	Thu Mar  9 11:50:44 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	Arrayprobe - reporting the status of HP/Compaq array controller
+Summary(pl):	Arrayprobe - informowanie o stanie kontrolerów macierzowych HP/Compaq
+Name:		arrayprobe
+Version:	2.0
+Release:	0.1
+License:	GPL v2+
+Group:		Applications/System
+Source0:	http://www.strocamp.net/opensource/compaq/downloads/%{name}-%{version}.tar.gz
+# Source0-md5:	7300f24a712265fd7430c6b48bd1dd75
+Patch0:		%{name}-headers.patch
+URL:		http://www.strocamp.net/opensource/arrayprobe.php
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Arrayprobe is a Linux commandline utility that reports the status of a
+HP/Compaq array controller.
+
+%description -l pl
+Arrayprobe to linuksowe narzędzie działające z linii poleceń
+informujące o stanie kontrolerów macierzowych HP/Compaq.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%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}/arrayprobe
+
+%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  2006/03/09 10:50:44  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list