]> git.pld-linux.org Git - packages/arrayprobe.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Mar 2006 10:50:44 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arrayprobe.spec -> 1.1

arrayprobe.spec [new file with mode: 0644]

diff --git a/arrayprobe.spec b/arrayprobe.spec
new file mode 100644 (file)
index 0000000..d281c50
--- /dev/null
@@ -0,0 +1,48 @@
+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
This page took 0.098935 seconds and 4 git commands to generate.