diff --git a/comix.spec b/comix.spec index abcc761..2f8086b 100644 --- a/comix.spec +++ b/comix.spec @@ -7,7 +7,7 @@ %undefine alphatag %define comix4 1 -%define fedorarel 6 +%define fedorarel 7 Name: comix Version: %{mainver} @@ -105,7 +105,9 @@ export PATH=$(pwd)/TMPBIN:${PATH} install desktop-file-install \ +%if 0%{?fedora} < 19 --vendor fedora \ +%endif --delete-original \ --remove-category Application \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ @@ -179,6 +181,9 @@ exit 0 %changelog +* Sat Feb 9 2013 Mamoru TASAKA - 4.0.4-7 +- F-19: kill vendorization of desktop file (fpc#247) + * Tue Jan 15 2013 Mamoru TASAKA - 4.0.4-6 - Don't import Image directly and import PIL instead for F-19 Pillow conversion