From: Jakub Bogusz Date: Thu, 9 Mar 2006 10:38:30 +0000 (+0000) Subject: - updated to 2.2, added headers patch - builds now X-Git-Tag: auto/ac/cpqarrayd-2_2-1~10 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=2b10780fe9096f6d4bb5c37b9f3c81e3c3de1069;p=packages%2Fcpqarrayd.git - updated to 2.2, added headers patch - builds now Changed files: cpqarrayd.spec -> 1.3 --- diff --git a/cpqarrayd.spec b/cpqarrayd.spec index 9cf9a0c..373894a 100644 --- a/cpqarrayd.spec +++ b/cpqarrayd.spec @@ -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*