forked from pool/ShellCheck
osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ShellCheck revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=33
This commit is contained in:
parent
f8a9ecb3e2
commit
d7e16c12a8
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:184955264d42c5dca0300fb9688b9a6c9a1c70c345dbcd8e30bb48a049a70d7c
|
||||
size 126593
|
||||
oid sha256:d5a22c9be927b25e0a2cac188d7c9bd40fd7dbc420bdaa7dc76988505fb0c73a
|
||||
size 171980
|
||||
|
@ -1,52 +0,0 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 10:15:44 UTC 2018 - guillaume@opensuse.org
|
||||
|
||||
- Add _constraints to avoid OOM error with a special case for
|
||||
aarch64 which needs lots of RAM.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 08:31:43 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update ShellCheck to version 0.4.7 revision 1.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 12:41:06 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 0.4.6 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 14:19:35 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 0.4.5 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 17:33:18 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 0.4.4 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 21 15:40:14 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.4.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 24 12:56:34 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.4.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 09:19:42 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 13:59:34 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- initial commit
|
||||
|
@ -25,7 +25,7 @@ Summary: Shell script analysis tool
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/Haskell
|
||||
URL: https://hackage.haskell.org/package/%{name}
|
||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/koalaman/shellcheck/archive/v0.4.7-106-g235bf66.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
@ -37,6 +37,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:
|
||||
@ -69,14 +70,14 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
cp -p %{SOURCE1} %{name}.cabal
|
||||
%setup -q -n shellcheck-235bf6605fed31c90b17f3f76a30945ef344d015
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
pandoc -s -t man shellcheck.1.md -o shellcheck.1
|
||||
install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
|
||||
|
||||
%check
|
||||
|
18
_constraints
18
_constraints
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="M">2500</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>aarch64</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="G">11</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
Loading…
Reference in New Issue
Block a user