diff --git a/uniconvertor.spec b/uniconvertor.spec index 3dfbaec..923059a 100644 --- a/uniconvertor.spec +++ b/uniconvertor.spec @@ -2,7 +2,7 @@ Name: uniconvertor Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Universal vector graphics translator Group: Applications/Multimedia @@ -47,6 +47,10 @@ rm -f $RPM_BUILD_ROOT%{python_sitearch}/uniconvertor/{COPYRIGHTS,GNU_GPL_v2,GNU_ # Satisfy rpmlint claim on debuginfo subpackage chmod 644 src/modules/*/*.{c,h} +# Rename uniconv script due to conflicts with netatalk +# (https://bugzilla.redhat.com/show_bug.cgi?id=405011) +mv $RPM_BUILD_ROOT%{_bindir}/uniconv $RPM_BUILD_ROOT%{_bindir}/uniconvertor + %clean rm -rf $RPM_BUILD_ROOT @@ -56,11 +60,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc README %doc COPYRIGHTS GNU_GPL_v2 GNU_LGPL_v2 -%{_bindir}/uniconv +%{_bindir}/uniconvertor %{python_sitearch}/* %changelog +* Thu Nov 29 2007 Andy Shevchenko 1.0.0-5 +- fix conflict with netatalk: rename uniconv to uniconvertor (#405011) + * Thu Nov 22 2007 Andy Shevchenko 1.0.0-4 - use python_sitearch and CFLAGS