SHA256
1
0
forked from pool/ShellCheck

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=19
This commit is contained in:
Peter Simons 2017-08-05 02:01:56 +00:00 committed by Git OBS Bridge
parent 87eb5aa5cb
commit 0815972161
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -37,7 +37,6 @@ BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-regex-tdfa-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The goals of ShellCheck are:
@ -90,18 +89,15 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
%ghc_pkg_recache
%files
%defattr(-,root,root,-)
%doc LICENSE
%doc README.md
%{_bindir}/shellcheck
%{_mandir}/man1/shellcheck.1*
%files -n ghc-%{name} -f ghc-%{name}.files
%defattr(-,root,root,-)
%doc LICENSE
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
%defattr(-,root,root,-)
%doc README.md
%changelog