Author: arekm Date: Sun Jun 8 10:34:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; add man page
---- Files affected: SPECS: iotop.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/iotop.spec diff -u SPECS/iotop.spec:1.4 SPECS/iotop.spec:1.5 --- SPECS/iotop.spec:1.4 Sun Jun 8 12:31:54 2008 +++ SPECS/iotop.spec Sun Jun 8 12:34:39 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Narzędzie podobne do topa dla I/O Name: iotop Version: 0.2 -Release: 1 +Release: 2 License: GPLv2 Group: Applications/System Source0: http://guichaz.free.fr/iotop/files/iotop-0.2.tar.bz2 @@ -30,12 +30,15 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_mandir}/man1 python ./setup.py install \ --single-version-externally-managed \ --optimize 2 \ --root=$RPM_BUILD_ROOT +install iotop.1 $RPM_BUILD_ROOT%{_mandir}/man1 + %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir} %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir} %py_postclean @@ -45,9 +48,11 @@ %files %defattr(644,root,root,755) +%doc NEWS THANKS %attr(755,root,root) %{_bindir}/iotop %{py_sitescriptdir}/iotop %{py_sitescriptdir}/*.egg-info +%{_mandir}/man1/iotop.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -55,6 +60,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008-06-08 10:34:39 arekm +- rel 2; add man page + Revision 1.4 2008-06-08 10:31:54 arekm - up to 0.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iotop.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
