[transfig] install man pages using the correct file name suffix

Kamil Dudka kdudka at fedoraproject.org
Wed May 15 12:45:43 UTC 2013


commit 2dc746471aabe73b58522377095d83d2633bc89d
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed May 15 14:27:01 2013 +0200

    install man pages using the correct file name suffix

 transfig.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/transfig.spec b/transfig.spec
index f0d7565..a57dd18 100644
--- a/transfig.spec
+++ b/transfig.spec
@@ -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 at 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 at lists.fedoraproject.org> - 1:3.2.5d-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list