From 48acc7b2208b3b00fbdf4ade55ce307eeb1dfed8 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 26 Jul 2005 09:39:48 +0000 Subject: [PATCH] gimptool manpage is in section 1 not 5 --- gimp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gimp.spec b/gimp.spec index 40ccd81..b04a273 100644 --- a/gimp.spec +++ b/gimp.spec @@ -165,7 +165,7 @@ ln -snf gimp-%{binver}.1 %{buildroot}/%{_mandir}/man1/gimp.1 ln -snf gimp-remote-%{binver} %{buildroot}/%{_bindir}/gimp-remote ln -snf gimp-remote-%{binver}.1 %{buildroot}/%{_mandir}/man1/gimp-remote.1 ln -snf gimptool-%{interfacever} %{buildroot}/%{_bindir}/gimptool -ln -snf gimptool-%{binver}.5 %{buildroot}/%{_mandir}/man5/gimptool.5 +ln -snf gimptool-%{binver}.1 %{buildroot}/%{_mandir}/man1/gimptool.1 %endif %clean @@ -316,6 +316,7 @@ fi * Mon Jul 25 2005 Nils Philippsen - 2.2.8 - version 2.2.8 - clean up file list generation a bit +- gimptool manpage is in section 1 not 5 * Fri May 13 2005 Nils Philippsen - fix inline asm of MMX/SSE optimizations instead of using -mmmx and the like