From 3dc9dd074d720735fdcc55b2e3362497552507ec Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Feb 22 2012 11:46:18 +0000 Subject: make the manpage accessible under the latencytop-tui name as well --- diff --git a/latencytop.spec b/latencytop.spec index f30fddf..b0191aa 100644 --- a/latencytop.spec +++ b/latencytop.spec @@ -1,6 +1,6 @@ Name: latencytop Version: 0.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: System latency monitor (with GUI) Group: Applications/System @@ -68,6 +68,7 @@ make %{?_smp_mflags} HAS_GTK_GUI=1 rm -rf %{buildroot} make install DESTDIR=%{buildroot} install -m 0755 latencytop-tui %{buildroot}%{_sbindir}/ +ln -s latencytop.8 %{buildroot}%{_mandir}/man8/latencytop-tui.8 %clean rm -rf %{buildroot} @@ -86,6 +87,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 21 2012 Michal Schmidt - 0.5-9 +- Make the manpage accessible under the latencytop-tui name as well. + * Sun Feb 19 2012 Michal Schmidt - 0.5-8 - Print the error message only after cleaning up curses.