Author: qboosh Date: Wed Mar 2 18:28:08 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, cleanups, BRs, missing Log tag
---- Files affected: SPECS: blktool.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/blktool.spec diff -u SPECS/blktool.spec:1.1 SPECS/blktool.spec:1.2 --- SPECS/blktool.spec:1.1 Wed Mar 2 17:56:36 2005 +++ SPECS/blktool.spec Wed Mar 2 19:28:03 2005 @@ -1,5 +1,6 @@ # $Revision$, $Date$ -Summary: replacement for "hdparm" +Summary: Replacement for "hdparm" +Summary(pl): Zamiennik programu hdparm Name: blktool Version: 4 Release: 0.1 @@ -8,18 +9,22 @@ Source0: http://dl.sourceforge.net/gkernel/%{name}-%{version}.tar.gz # Source0-md5: 9272a47c6254b506548ba10a2a9f8bb3 URL: http://sourceforge.net/projects/gkernel/ -#BuildRequires: - +BuildRequires: autoconf +BuildRequires: automake 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'. +blktool aims to be an easier to use, and more generic version of the +existing utility 'hdparm'. + +%description -l pl +blktool ma być łatwiejszą w użyciu i bardziej ogólną wersją +istniejącego narzędzia "hdparm". %prep %setup -q %build -# if ac/am/* rebuilding is necessary, do it in this order and add -# appropriate BuildRequires %{__aclocal} %{__autoconf} %{__automake} @@ -38,10 +43,16 @@ %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}/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* %attr(755,root,root) %{_bindir}/* - %{_datadir}/%{name} + +%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.2 2005/03/02 18:28:03 qboosh +- pl, cleanups, BRs, missing Log tag + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/blktool.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
