From 10a2f8aa029c4bf946ad857a7bf22f9ca9ba8c87 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Oct 29 2013 17:31:37 +0000 Subject: sort build options --- diff --git a/conky.spec b/conky.spec index 42b833e..9f8bd36 100644 --- a/conky.spec +++ b/conky.spec @@ -4,6 +4,7 @@ %bcond_without alsa %bcond_without audacious %bcond_without curl +%bcond_without ibm %bcond_without imlib %bcond_without lua %bcond_without lua_cairo @@ -13,7 +14,6 @@ %bcond_with ncurses %bcond_with nvidia %bcond_without rss -%bcond_without ibm %bcond_without weather %bcond_without weather_xoap %bcond_without wlan @@ -42,8 +42,8 @@ BuildRequires: libXext-devel %{?with_lua:BuildRequires: lua-devel} %{?with_lua_cairo:BuildRequires: cairo-devel tolua++-devel} %{?with_lua_imlib:BuildRequires: imlib2-devel tolua++-devel} -%{?with_nvidia:BuildRequires: libXNVCtrl-devel} %{?with_ncurses:BuildRequires: ncurses-devel} +%{?with_nvidia:BuildRequires: libXNVCtrl-devel} %{?with_rss:BuildRequires: curl-devel libxml2-devel} %{?with_weather:BuildRequires: curl-devel} %{?with_weather_xoap:BuildRequires: libxml2-devel} @@ -71,16 +71,16 @@ done %{!?with_alsa: --disable-alsa} \ %{?with_audacious: --enable-audacious=yes} \ %{?with_curl: --enable-curl} \ +%{?with_ibm: --enable-ibm} \ %{?with_imlib: --enable-imlib2} \ %{!?with_lua: --disable-lua} \ %{?with_lua_cairo: --enable-lua-cairo} \ %{?with_lua_imlib: --enable-lua-imlib2} \ %{!?with_moc: --disable-moc} \ %{!?with_mpd: --disable-mpd} \ -%{?with_nvidia: --enable-nvidia} \ %{!?with_ncurses: --disable-ncurses} \ +%{?with_nvidia: --enable-nvidia} \ %{?with_rss: --enable-rss} \ -%{?with_ibm: --enable-ibm} \ %{?with_weather: --enable-weather-metar} \ %{?with_weather_xoap: --enable-weather-xoap} \ %{?with_wlan: --enable-wlan} \