diff --git a/alexandria.spec b/alexandria.spec index 3305221..ba8252b 100644 --- a/alexandria.spec +++ b/alexandria.spec @@ -9,7 +9,7 @@ %undefine minorver %undefine ifpre -%define fedorarel 2 +%define fedorarel 3 %define rel %{?ifpre:0.}%{fedorarel}%{?minorver:.%minorver} @@ -173,7 +173,9 @@ rake install_package_staging \ RUBYLIBDIR=%{ruby_vendorlibdir} desktop-file-install \ +%if 0%{?fedora} < 19 --vendor fedora \ +%endif --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop @@ -247,6 +249,9 @@ exit 0 %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Sat Feb 9 2013 Mamoru TASAKA - 0.6.9-3 +- F-19: kill vendorization of desktop file (fpc#247) + * Sat Oct 27 2012 Mamoru Tasaka - 0.6.9-2 - Add a feature to remove broken yaml files at startup when requested (bug 869556)