diff --git a/xmobar.spec b/xmobar.spec index 17a492e..39d6499 100644 --- a/xmobar.spec +++ b/xmobar.spec @@ -66,19 +66,12 @@ color management, output templates, and extensibility through plugins. %build %define cabal_configure_options --flags="with_utf8 with_xft %{?with_hinotify:with_inotify} %{?with_libmpd:with_mpd} %{?with_iwlib:with_iwlib}" %ghc_bin_build -pushd scripts -%{_bindir}/ghc %{!?ghc_without_dynamic:-dynamic} --make xmonadpropwrite.hs -popd %install desktop-file-install \ --dir=%{buildroot}%{_datadir}/applications \ %{SOURCE1} -pushd scripts -mkdir -p %{buildroot}%{_bindir} -install --mode=0755 -p xmonadpropwrite %{buildroot}%{_bindir}/xmonadpropwrite -popd %ghc_bin_install