]> git.pld-linux.org Git - packages/cpqarrayd.git/commitdiff
- updated to 2.2, added headers patch - builds now
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Mar 2006 10:38:30 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpqarrayd.spec -> 1.3

cpqarrayd.spec

index 9cf9a0c82732eb00bf9c08b4b750bb6e79990cd3..373894a7830e361ae8db20ab55b431b61a02a905 100644 (file)
@@ -1,13 +1,18 @@
+# TODO: init script (provided one isn't LSB-compliant)
 Summary:       Cpqarrayd - SmartArray controllers monitoring
 Summary(pl):   Cpqarrayd - monitorowanie kontrolerów SmartArray
 Name:          cpqarrayd
-Version:       2.0
+Version:       2.2
 Release:       0.1
-License:       GPL
+License:       GPL v2+
 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/
+Source0:       http://www.strocamp.net/opensource/compaq/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: d287d1ad9317443063aff1098f7bc4f4
+Patch0:                %{name}-headers.patch
+URL:           http://www.strocamp.net/opensource/cpqarrayd.php
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: net-snmp-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,8 +25,13 @@ wysy
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -36,6 +46,6 @@ 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}
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_sbindir}/cpqarrayd
+%{_mandir}/man1/cpqarrayd.1*
This page took 0.088735 seconds and 4 git commands to generate.