SPECS: cpqarrayd.spec - updated to 2.2, added headers patch - buil...

qboosh qboosh at pld-linux.org
Thu Mar 9 11:38:35 CET 2006


Author: qboosh                       Date: Thu Mar  9 10:38:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.2, added headers patch - builds now

---- Files affected:
SPECS:
   cpqarrayd.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/cpqarrayd.spec
diff -u SPECS/cpqarrayd.spec:1.2 SPECS/cpqarrayd.spec:1.3
--- SPECS/cpqarrayd.spec:1.2	Sun Feb 29 21:49:31 2004
+++ SPECS/cpqarrayd.spec	Thu Mar  9 11:38:30 2006
@@ -1,14 +1,19 @@
 # $Revision$, $Date$
+# 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
@@ -21,8 +26,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -37,9 +47,9 @@
 
 %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*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -47,6 +57,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/03/09 10:38:30  qboosh
+- updated to 2.2, added headers patch - builds now
+
 Revision 1.2  2004/02/29 20:49:31  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cpqarrayd.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list