diff --git a/EMBOSS.spec b/EMBOSS.spec index 54c3375..abcb1f1 100644 --- a/EMBOSS.spec +++ b/EMBOSS.spec @@ -20,7 +20,7 @@ Name: EMBOSS Version: 6.6.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: The European Molecular Biology Open Software Suite # Files under jemboss/, ajax/ensembl/ are LGPLv2+ @@ -267,11 +267,10 @@ popd # chmod +x getClasses.pl makeDocs.csh # popd -#rename conflicting binaries +# rename conflicting binaries because of generic names mv $RPM_BUILD_ROOT%{_bindir}/chaos $RPM_BUILD_ROOT%{_bindir}/em_chaos - -# rename generic named binary mv $RPM_BUILD_ROOT%{_bindir}/remap $RPM_BUILD_ROOT%{_bindir}/em_remap +mv $RPM_BUILD_ROOT%{_bindir}/wordcount $RPM_BUILD_ROOT%{_bindir}/em_wordcount %if %{with jemboss} #install the desktop file @@ -330,6 +329,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/EMBOSS/jemboss %{_includedir}/EMBOSS/eplplot/ %changelog +* Mon May 14 2018 Tom Callaway - 6.6.0-11 +- rename "wordcount" to "em_wordcount" to resolve conflict with texlive + * Wed Feb 07 2018 Fedora Release Engineering - 6.6.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild