[fldigi/el6] More tweaks to get rid of the perl dependencies not available in EPEPL.

Richard Shaw hobbes1069 at fedoraproject.org
Thu Aug 29 17:08:11 UTC 2013


commit 089e7941ad44c3b1e9356776c706bb6d9c555787
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Thu Aug 29 12:08:02 2013 -0500

    More tweaks to get rid of the perl dependencies not available in EPEPL.

 fldigi.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fldigi.spec b/fldigi.spec
index ea6598b..c31af5f 100755
--- a/fldigi.spec
+++ b/fldigi.spec
@@ -60,7 +60,7 @@ chmod 644 ./src/olivia/olivia.cxx
 
 
 %build
-%configure %{?rhel:--without-perl-binding}
+%configure %{?rhel:--without-xmlrpc}
 make -k %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LIBS="-lm -lX11 -lpthread"
 
 
@@ -87,7 +87,7 @@ install -pm 0644 %{SOURCE1} .
 %{_datadir}/pixmaps/flarq.xpm 
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man1/flarq.1.gz
-%{_mandir}/man1/%{name}-shell.1.gz
+%{?fedora:%{_mandir}/man1/%{name}-shell.1.gz}
 #attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}.desktop
 #%attr(0644,root,root) %{_datadir}/applications/flarq.desktop


More information about the scm-commits mailing list