Author: marcus Date: Sat Jun 23 09:16:22 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - raw version, fixed to build with PLD
---- Files affected: SPECS: raidutils.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/raidutils.spec diff -u /dev/null SPECS/raidutils.spec:1.1 --- /dev/null Sat Jun 23 11:16:22 2007 +++ SPECS/raidutils.spec Sat Jun 23 11:16:17 2007 @@ -0,0 +1,72 @@ +# $Revision$, $Date$ +Summary: Utilities to manage Adaptec I2O compliant RAID controllers +Summary(pl): Narz�dzia do zarz�dzania kontrolerami RAID I2O Adaptec +Name: raidutils +Version: 0.0.6 +Release: 1 +License: BSD +Group: Applications/System +Source0: http://i2o.shadowconnect.com/raidutils/%{name}-%{version}.tar.bz2 +BuildRequire: autoconf +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The raidutils program allow the user to manage the Adaptec I2O +compliant RAID controllers. It can, for example, create/delete an RAID +array, add/remove a hot spare drive to/from a RAID array, +activate/silence the alarm or get information about the status of the +RAID array and disks. + +%prep +%setup -q + +%build +cp -f /usr/share/automake/config.sub . +%{__autoconf} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT%{_libdir}/libraidutil.a +rm $RPM_BUILD_ROOT%{_libdir}/libraidutil.so +rm $RPM_BUILD_ROOT%{_libdir}/libraidutil.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc README COPYING ChangeLog + +%attr(755,root,root) %{_bindir}/raidutil +%attr(755,root,root) %{_bindir}/raideng +%attr(755,root,root) %{_libdir}/libraidutil.so.0 +%attr(755,root,root) %{_libdir}/libraidutil.so.0.0.0 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/06/23 09:16:17 marcus +- raw version, fixed to build with PLD + +* Mon Jan 24 2005 Markus Lidel <[EMAIL PROTECTED]> +- New version for FC3. +* Wed May 18 2004 Markus Lidel <[EMAIL PROTECTED]> +- Compiled with new kernel interface. +* Wed May 05 2004 Markus Lidel <[EMAIL PROTECTED]> +- Changed recognition of I2O pass-thru option availability. +- Now raidutils use the right headers if using gcc version 3.3. +* Mon May 03 2004 Markus Lidel <[EMAIL PROTECTED]> +- Cleaned up RPM regarding the guideline of Anvil, warren and mschwendt. Many + thanks to them. +* Sun May 02 2004 Markus Lidel <[EMAIL PROTECTED]> +- first version with SPEC file to build a rpm. ================================================================
_______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
