Author: kiesiu Date: Sun Feb 12 16:23:05 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated systemd macros - updated -gui description - added -gui pl description
---- Files affected: packages/bootchart2: bootchart2.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/bootchart2/bootchart2.spec diff -u packages/bootchart2/bootchart2.spec:1.3 packages/bootchart2/bootchart2.spec:1.4 --- packages/bootchart2/bootchart2.spec:1.3 Sun Jan 29 02:01:29 2012 +++ packages/bootchart2/bootchart2.spec Sun Feb 12 17:22:59 2012 @@ -10,8 +10,8 @@ # Source0-md5: 298487b2bda897e974f9862f0a0ad0ee URL: https://github.com/mmeeks/bootchart BuildRequires: python -BuildRequires: rpmbuild(macros) >= 1.629 -Requires: systemd-init +BuildRequires: rpmbuild(macros) >= 1.641 +Requires: systemd-units >= 37-0.10 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -34,10 +34,13 @@ Requires: python-pygtk-gtk %description gui -A tool for performance analysis and visualization of the GNU/Linux -boot process. Resource utilization and process information are -collected during the boot process and are later rendered in a PNG, SVG -or EPS encoded chart. +A tool which renders the output of the boot-logger tool bootchart2 to +either the screen or files in PNG, SVF or EPS encoded chart. + +%description -l pl.UTF-8 +Narzędzie tworzące wykres wyświetlany na ekranie lub zapisywany do +plików w formacie PNG, SVG lub EPS na podstawie danych dostarczonych +przez bootchart2. %prep %setup -q @@ -57,20 +60,20 @@ DESTDIR=$RPM_BUILD_ROOT %post -%systemd_post -%systemd_enable bootchart.service +%systemd_post bootchart.service %preun %systemd_preun bootchart.service %postun -%systemd_postun bootchart.service +%systemd_reload %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc AUTHORS NEWS README TODO %attr(755,root,root) /sbin/bootchartd %dir /lib/bootchart %dir /lib/bootchart/tmpfs @@ -84,6 +87,7 @@ %files gui %defattr(644,root,root,755) +%doc README.pybootchart %attr(755,root,root) %{_bindir}/pybootchartgui %{_mandir}/man1/pybootchartgui.1* %{py_sitescriptdir}/pybootchartgui @@ -94,6 +98,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2012/02/12 16:22:59 kiesiu +- updated systemd macros +- updated -gui description +- added -gui pl description + Revision 1.3 2012/01/29 01:01:29 glen - BR for systemd macros ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bootchart2/bootchart2.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
