Name: blktool Version: 4 Release: 1.n0i.1 Summary: Display or change block device settings Group: Applications/System License: GPL URL: http://sourceforge.net/projects/gkernel/ Source0: http://prdownloads.sourceforge.net/gkernel/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: kernel-devel %description blktool is used for querying and/or changing settings of a block device. %prep %setup %build %configure %{__make} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_sbindir}/* %{_mandir}/man*/* %changelog * Sat Oct 01 2005 Marius FERARU - 4-1.n0i.1 - initial packaging