From a17cc672ba7397d79345e3f06982a5637f9482d1 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Feb 14 2013 10:19:09 +0000 Subject: Correct a conditional. Shouldn't affect the rawhide build but may be needed in future builds on other branches --- diff --git a/methane.spec b/methane.spec index 011ca48..53f7bf9 100644 --- a/methane.spec +++ b/methane.spec @@ -45,7 +45,7 @@ touch $RPM_BUILD_ROOT%{_var}/games/%{name}.scores # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install \ -%if 0%{?fedora} < 19 +%if %{?fedora} && 0%{?fedora} < 19 --vendor fedora \ %endif --dir $RPM_BUILD_ROOT%{_datadir}/applications \