Author: glen Date: Wed Mar 5 10:09:55 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - needs python 2.5; rel 2
---- Files affected: SPECS: iotop.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/iotop.spec diff -u SPECS/iotop.spec:1.2 SPECS/iotop.spec:1.3 --- SPECS/iotop.spec:1.2 Thu Feb 28 18:53:37 2008 +++ SPECS/iotop.spec Wed Mar 5 11:09:50 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Narzędzie podobne do topa dla I/O Name: iotop Version: 0.1 -Release: 1 +Release: 2 License: GPLv2 Group: Applications/System Source0: http://guichaz.free.fr/misc/%{name}.py @@ -12,6 +12,7 @@ URL: http://guichaz.free.fr/misc/#iotop %pyrequires_eq python-modules BuildRequires: python-devel +Requires: python >= 1:2.5 Requires: uname(release) >= 2.6.20 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -24,16 +25,12 @@ %prep %setup -q -c -T -install %{SOURCE0} . +cp -a %{SOURCE0} . %patch0 -p0 -b .xterm-color -%build - %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT%{_bindir} - install iotop.py $RPM_BUILD_ROOT%{_bindir}/iotop %clean @@ -49,10 +46,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-03-05 10:09:50 glen +- needs python 2.5; rel 2 + Revision 1.2 2008-02-28 17:53:37 arekm - rel 1; cleaned up Revision 1.1 2008-02-28 17:42:15 czarny - new - stolen from FC - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iotop.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
