rpms/uniconvertor/F-8 uniconvertor.spec,1.1,1.2

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Fri Nov 30 08:17:20 UTC 2007


Author: andriy

Update of /cvs/extras/rpms/uniconvertor/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29801

Modified Files:
	uniconvertor.spec 
Log Message:
Fix #405011.


Index: uniconvertor.spec
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/F-8/uniconvertor.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uniconvertor.spec	23 Nov 2007 20:42:42 -0000	1.1
+++ uniconvertor.spec	30 Nov 2007 08:16:47 -0000	1.2
@@ -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 @@
 # 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 @@
 %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 <andy at smile.org.ua> 1.0.0-5
+- fix conflict with netatalk: rename uniconv to uniconvertor (#405011)
+
 * Thu Nov 22 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.0-4
 - use python_sitearch and CFLAGS
 




More information about the fedora-extras-commits mailing list