forked from pool/ShellCheck
Accepting request 760275 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/760275 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ShellCheck?expand=0&rev=16
This commit is contained in:
commit
043d0486c6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 10:05:21 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Drop bogus Setup.hs file to let the build succeed with ghc-8.8.x.
|
||||
- Fix download URL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:15:21 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ShellCheck
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@ Release: 0
|
||||
Summary: Shell script analysis tool
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://hackage.haskell.org/package/%{name}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-Diff-devel
|
||||
@ -72,6 +72,7 @@ This package provides the Haskell %{name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
rm Setup.hs
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
Reference in New Issue
Block a user