]> git.pld-linux.org Git - packages/bootchart2.git/commitdiff
- init
authorArtur Frysiak <artur@frysiak.net>
Sun, 11 Dec 2011 17:01:00 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootchart2.spec -> 1.1

bootchart2.spec [new file with mode: 0644]

diff --git a/bootchart2.spec b/bootchart2.spec
new file mode 100644 (file)
index 0000000..ebf4d2f
--- /dev/null
@@ -0,0 +1,69 @@
+Summary:       Boot Process Performance Visualization
+Summary(pl.UTF-8):     Wizualizacja wydajności procesu startu systemu
+Name:          bootchart2
+Version:       0.14.2
+Release:       0.1
+License:       GPL v2
+Group:         Base
+Source0:       https://github.com/downloads/mmeeks/bootchart/%{name}-%{version}.tar.bz2
+# Source0-md5: 298487b2bda897e974f9862f0a0ad0ee
+URL:           https://github.com/mmeeks/bootchart
+BuildRequires: python
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%description -l pl.UTF-8
+Narzędzie do analizy i wizualizacji wydajności procesu startu systemu
+GNU/Linux. Podczas startu systemu zbirane są informacje o procesach i
+wykorzystaniu zasobów, a następnie są przedstawiane w postaci wykresu
+w formacie PNG, SVG lub EPS.
+
+%package gui
+Summary:       GUI for bootchart2
+Group:         Base
+
+%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.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       SYSTEMD_UNIT_DIR=%{systemdunitdir} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) /sbin/bootchartd
+%attr(755,root,root) /lib/bootchart/bootchart-collector
+%{_sysconfdir}/bootchartd.conf
+%{systemdunitdir}/bootchart-done.service
+%{systemdunitdir}/bootchart-done.timer
+%{systemdunitdir}/bootchart.service
+%{_mandir}/man1/bootchart2.1*
+%{_mandir}/man1/bootchartd.1*
+
+%files gui
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pybootchartgui
+%{_mandir}/man1/pybootchartgui.1*
+%{py_sitescriptdir}/pybootchartgui
This page took 0.092188 seconds and 4 git commands to generate.