forked from pool/ShellCheck
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ShellCheck revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=68
This commit is contained in:
parent
c5b68d8f61
commit
f487d1d3e5
3
ShellCheck-0.7.0.tar.gz
Normal file
3
ShellCheck-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3af93f97750fe896b5e9c5247b84f1a99e34293992bb0e9001b0cc725949a8ef
|
||||
size 163027
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:415f23ed77c17cb6837b328a35b9fa262c7d9b1a9093bc801f50d99010e4a41a
|
||||
size 163288
|
@ -1,31 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ShellCheck
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019 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
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name ShellCheck
|
||||
%bcond_with tests
|
||||
Name: %{pkg_name}
|
||||
Version: 0.7.1
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: Shell script analysis tool
|
||||
License: GPL-3.0-or-later
|
||||
@ -41,7 +41,6 @@ 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:
|
||||
@ -72,7 +71,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{name} library development files.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
@ -80,7 +79,6 @@ 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
|
||||
|
32
_constraints
32
_constraints
@ -1,38 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="M">4600</size>
|
||||
<size unit="M">2500</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
<overwrite>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>aarch64</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<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>
|
||||
<memory>
|
||||
<size unit="G">11</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
||||
|
Loading…
Reference in New Issue
Block a user