From 766a6095d696794f91d659c26f3289111dff037e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 09 2014 13:55:03 +0000 Subject: rename ht binary to hte, avoids conflict with tex4ht (#959696) --- diff --git a/ht.spec b/ht.spec index 4cf3a06..70e5bc3 100644 --- a/ht.spec +++ b/ht.spec @@ -1,6 +1,6 @@ Name: ht Version: 2.0.18 -Release: 6%{?dist} +Release: 7%{?dist} Summary: File editor/viewer/analyzer for executables Group: Applications/Editors @@ -31,15 +31,21 @@ CXXFLAGS="%{optflags}" make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +# rename ht binary to hte, to avoid conflict with tex4ht +mv $RPM_BUILD_ROOT%{_bindir}/ht $RPM_BUILD_ROOT%{_bindir}/hte + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog COPYING AUTHORS NEWS README TODO KNOWNBUGS -%{_bindir}/ht +%{_bindir}/hte %changelog +* Mon Jun 09 2014 Rex Dieter 2.0.18-7 +- rename ht binary to hte, avoids conflict with tex4ht (#959696) + * Sat Jun 07 2014 Fedora Release Engineering - 2.0.18-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild