gimptool manpage is in section 1 not 5

This commit is contained in:
Nils Philippsen 2005-07-26 09:39:48 +00:00
parent bd9c869feb
commit 48acc7b220

View File

@ -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 <nphilipp@redhat.com> - 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 <nphilipp@redhat.com>
- fix inline asm of MMX/SSE optimizations instead of using -mmmx and the like