SHA256
1
0
forked from pool/ShellCheck

osc copypac from project:devel:languages:haskell:lts:10 package:ShellCheck revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=24
This commit is contained in:
Peter Simons 2017-12-21 19:35:16 +00:00 committed by Git OBS Bridge
parent 0b5e13dce5
commit cb7443e7bd
4 changed files with 10 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 21 19:13:35 UTC 2017 - psimons@suse.com
- Update to version 0.4.7.
A more detailed change log is not available.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -19,14 +19,13 @@
%global pkg_name ShellCheck
%bcond_with tests
Name: %{pkg_name}
Version: 0.4.6
Version: 0.4.7
Release: 0
Summary: Shell script analysis tool
License: GPL-3.0+
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-containers-devel
@ -76,8 +75,6 @@ This package provides the Haskell %{name} library development files.
%install
%ghc_lib_install
%ghc_fix_rpath %{pkg_name}-%{version}
install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
%check
%cabal_test
@ -92,7 +89,6 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
%doc LICENSE
%doc README.md
%{_bindir}/shellcheck
%{_mandir}/man1/shellcheck.1*
%files -n ghc-%{name} -f ghc-%{name}.files
%doc LICENSE