SHA256
1
0
forked from pool/ShellCheck

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ShellCheck revision:11, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=70
This commit is contained in:
Peter Simons 2020-09-04 15:09:50 +00:00 committed by Git OBS Bridge
parent f487d1d3e5
commit aa2877f116
5 changed files with 62 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3af93f97750fe896b5e9c5247b84f1a99e34293992bb0e9001b0cc725949a8ef
size 163027

3
ShellCheck-0.7.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:415f23ed77c17cb6837b328a35b9fa262c7d9b1a9093bc801f50d99010e4a41a
size 163288

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Aug 18 10:43:41 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Aug 4 13:27:52 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints default min disk space to 4GB and
memory constraints that differ per architecture.
-------------------------------------------------------------------
Tue Jun 16 11:13:33 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Wed May 6 06:54:13 UTC 2020 - psimons@suse.com
- Update ShellCheck to version 0.7.1.
Upstream does not provide a change log file.
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package ShellCheck
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name ShellCheck
%bcond_with tests
Name: %{pkg_name}
Version: 0.7.0
Version: 0.7.1
Release: 0
Summary: Shell script analysis tool
License: GPL-3.0-or-later
@ -41,6 +41,7 @@ BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-regex-tdfa-devel
BuildRequires: ghc-rpm-macros
BuildRequires: pandoc
%description
The goals of ShellCheck are:
@ -71,7 +72,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
This package provides the Haskell %{name} library development files.
%prep
%setup -q
%autosetup
%build
%ghc_lib_build
@ -79,6 +80,7 @@ This package provides the Haskell %{name} library development files.
%install
%ghc_lib_install
%ghc_fix_rpath %{pkg_name}-%{version}
pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1
install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
%check

View File

@ -1,18 +1,38 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<disk>
<size unit="M">2500</size>
<size unit="M">4600</size>
</disk>
</hardware>
<overwrite>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">11</size>
</memory>
<memory>
<size unit="G">6</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<memory>
<size unit="G">4</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>s390x</arch>
</conditions>
<hardware>
<memory>
<size unit="G">9</size>
</memory>
</hardware>
</overwrite>
</constraints>