Author: blues Date: Wed Mar 2 16:56:42 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - raw, not tested
---- Files affected: SPECS: blktool.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/blktool.spec diff -u /dev/null SPECS/blktool.spec:1.1 --- /dev/null Wed Mar 2 17:56:42 2005 +++ SPECS/blktool.spec Wed Mar 2 17:56:36 2005 @@ -0,0 +1,47 @@ +# $Revision$, $Date$ +Summary: replacement for "hdparm" +Name: blktool +Version: 4 +Release: 0.1 +License: GPL v2 +Group: Applications/System +Source0: http://dl.sourceforge.net/gkernel/%{name}-%{version}.tar.gz +# Source0-md5: 9272a47c6254b506548ba10a2a9f8bb3 +URL: http://sourceforge.net/projects/gkernel/ +#BuildRequires: - +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +blktool aims to be an easier to use, and more generic version of the existing utility 'hdparm'. + +%prep +%setup -q + +%build +# if ac/am/* rebuilding is necessary, do it in this order and add +# appropriate BuildRequires +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO + +# if _sysconfdir != /etc: +#%%dir %{_sysconfdir} +%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/* +%attr(755,root,root) %{_bindir}/* + +%{_datadir}/%{name} ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
