]> git.pld-linux.org Git - packages/cciss_vol_status.git/commitdiff
- new auto/ac/cciss_vol_status-1_03-1 auto/th/cciss_vol_status-1_03-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 29 May 2008 16:10:16 +0000 (16:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cciss_vol_status.spec -> 1.1

cciss_vol_status.spec [new file with mode: 0644]

diff --git a/cciss_vol_status.spec b/cciss_vol_status.spec
new file mode 100644 (file)
index 0000000..40487aa
--- /dev/null
@@ -0,0 +1,49 @@
+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/*
This page took 0.091871 seconds and 4 git commands to generate.