diff --git a/ShellCheck.changes b/ShellCheck.changes index a5c1ce7..0ab656a 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -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 diff --git a/ShellCheck.spec b/ShellCheck.spec index ac6e21c..56a1146 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -23,8 +23,8 @@ Version: 0.4.6 Release: 0 Summary: Shell script analysis tool License: GPL-3.0+ -Group: Development/Languages/Other -Url: https://hackage.haskell.org/package/%{name} +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 @@ -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: @@ -60,7 +59,7 @@ This package provides the Haskell %{name} shared library. %package -n ghc-%{name}-devel Summary: Haskell %{name} library development files -Group: Development/Libraries/Other +Group: Development/Libraries/Haskell Requires: ghc-%{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} @@ -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