diff --git a/ShellCheck.spec b/ShellCheck.spec index 8d8bffd..7870dbb 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -2,7 +2,7 @@ Name: %{pkg_name} Version: 0.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for checking common errors in POSIX shell scripts License: AGPLv3+ @@ -19,7 +19,11 @@ BuildRequires: ghc-mtl-devel BuildRequires: ghc-parsec-devel BuildRequires: ghc-regex-compat-devel # End cabal-rpm deps + +# currently no pandoc on arm (bug #992430) +%ifnarch %{arm} BuildRequires: pandoc +%endif %description @@ -60,33 +64,28 @@ This package provides the Haskell %{name} library development files. %setup -q -n shellcheck-%{version} # workaround until the tarball root directory becomes %%{name}-%%{version} -# see also "cd %%{_builddir}/%%{name}-%%{version}" in other sections ln -s shellcheck-%{version} ../%{name}-%{version} -cat >Setup.hs < - 0.3.1-3 +- removed Setup.hs, now available upstream +- stop building the man page on ARM, no pandoc (bug #992430) +- simpler workaroudn for bug #1052117 + * Wed Feb 05 2014 Dridi - 0.3.1-2 - build and install the man page