[latencytop] make the manpage accessible under the latencytop-tui name as well

Michal Schmidt michich at fedoraproject.org
Wed Feb 22 11:44:59 UTC 2012


commit a1c6501f249a35aea76c066c88d3d844daf7ebc9
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Tue Feb 21 17:10:05 2012 +0100

    make the manpage accessible under the latencytop-tui name as well

 latencytop.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/latencytop.spec b/latencytop.spec
index 8b3daaa..d09336a 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 <mschmidt at redhat.com> - 0.5-9
+- Make the manpage accessible under the latencytop-tui name as well.
+
 * Sun Feb 19 2012 Michal Schmidt <mschmidt at redhat.com> - 0.5-8
 - Print the error message only after cleaning up curses.
 


More information about the scm-commits mailing list