Summary: Device Mapper RAID Name: dmraid Version: 1.0.0.rc15 Release: 1 License: LGPL Group: System/Base Source: %{name}-%{version}.tar.bz2 Requires: device-mapper %description Device Mapper RAID is used to interact with BIOS RAID found on PCI expantion cards and motherboards. %prep %setup -q -n %{name}/%{version} %build %configure --prefix=${RPM_BUILD_ROOT}/usr --sbindir=${RPM_BUILD_ROOT}/sbin \ --libdir=${RPM_BUILD_ROOT}/%{_libdir} --mandir=${RPM_BUILD_ROOT}/%{_mandir} \ --includedir=${RPM_BUILD_ROOT}/%{_includedir} make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install chmod 644 $RPM_BUILD_ROOT/usr/lib/libdmraid.a %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /sbin/dmraid /usr/include/dmraid /usr/lib/libdmraid.a /usr/man/man8/dmraid.8 %changelog * Fri Feb 06 2009 Jonathan Norman 1.0.0-rc15-1 - Created first RPM using configureation from dmraid's own .spec file