install man pages using the correct file name suffix

This commit is contained in:
Kamil Dudka 2013-05-15 14:27:01 +02:00
parent 820229cb3a
commit 2dc746471a

View File

@ -1,7 +1,7 @@
Summary: Utility for converting FIG files (made by xfig) to other formats
Name: transfig
Version: 3.2.5d
Release: 10%{?dist}
Release: 11%{?dist}
Epoch: 1
License: MIT
URL: http://www.xfig.org/
@ -55,7 +55,7 @@ make Makefiles
make
%install
make DESTDIR=%{buildroot} install install.man
make DESTDIR=%{buildroot} MANSUFFIX=1 install install.man
# fig2ps2tex{,.sh} are equivalent, use the sh one
mv %{buildroot}%{_bindir}/fig2ps2tex.sh %{buildroot}%{_bindir}/fig2ps2tex
@ -73,6 +73,9 @@ ln -s fig2ps2tex %{buildroot}%{_bindir}/fig2ps2tex.sh
%{_datadir}/fig2dev
%changelog
* Wed May 15 2013 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5d-11
- install man pages using the correct file name suffix
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild