forked from pool/ShellCheck
osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ShellCheck revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=57
This commit is contained in:
parent
40ea9d6379
commit
061344edbe
@ -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
|
||||
@ -80,6 +80,7 @@ rm Setup.hs
|
||||
%install
|
||||
%ghc_lib_install
|
||||
%ghc_fix_rpath %{pkg_name}-%{version}
|
||||
install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
@ -94,6 +95,7 @@ rm Setup.hs
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/shellcheck
|
||||
%{_mandir}/man1/shellcheck.1%{?ext_man}
|
||||
|
||||
%files -n ghc-%{name} -f ghc-%{name}.files
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user