]> git.pld-linux.org Git - packages/cpqarrayd.git/commitdiff
- init PLD spec, NFY
authorareq <areq@pld-linux.org>
Sun, 29 Feb 2004 19:05:32 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpqarrayd.spec -> 1.1

cpqarrayd.spec [new file with mode: 0644]

diff --git a/cpqarrayd.spec b/cpqarrayd.spec
new file mode 100644 (file)
index 0000000..15d8d1c
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       Cpqarrayd monitors SmartArray controllers
+Name:          cpqarrayd
+Version:       2.0
+Release:       0.1
+License:       GPL
+Group:         Applications/System
+Source0:       http://starbreeze.knoware.nl/~hugo/compaq/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: c53247d26e769d154a810a498dd0322c
+URL:           http://starbreeze.knoware.nl/~spark/compaq
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cpqarrayd monitors SmartArray controllers for you and notifies by
+sending SNMP traps and via syslog.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.181086 seconds and 4 git commands to generate.