rebuild for static executable
This commit is contained in:
parent
b4d0e19c30
commit
5279b090c4
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-0.12.5
|
||||
# generated by cabal-rpm-0.12.6
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name ShellCheck
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 0.5.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Shell script analysis tool
|
||||
|
||||
License: GPLv3+
|
||||
@ -21,9 +21,9 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-aeson-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-json-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
@ -75,7 +75,6 @@ This package provides the Haskell %{name} library development files.
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
%ghc_fix_rpath %{pkgver}
|
||||
|
||||
install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
|
||||
|
||||
@ -108,6 +107,9 @@ install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 9 2018 Jens Petersen <petersen@redhat.com> - 0.5.0-4
|
||||
- rebuild for static executable
|
||||
|
||||
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.5.0-3
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user