refresh to cabal-rpm-2.0.6
This commit is contained in:
parent
f6f3205b8a
commit
59fc510e72
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.5
|
||||
# generated by cabal-rpm-2.0.6
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name regex-tdfa
|
||||
@ -15,7 +15,6 @@ License: BSD
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
||||
# End cabal-rpm sources
|
||||
|
||||
# Begin cabal-rpm deps:
|
||||
@ -85,7 +84,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%prep
|
||||
# Begin cabal-rpm setup:
|
||||
%setup -q -n %{pkgver}
|
||||
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
chmod a-x CHANGELOG.md
|
||||
# End cabal-rpm setup
|
||||
|
||||
|
||||
@ -98,7 +97,6 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
%install
|
||||
# Begin cabal-rpm install
|
||||
%ghc_lib_install
|
||||
chmod a-x CHANGELOG.md
|
||||
# End cabal-rpm install
|
||||
|
||||
|
||||
@ -106,16 +104,6 @@ chmod a-x CHANGELOG.md
|
||||
%cabal_test
|
||||
|
||||
|
||||
%if 0%{?fedora} < 31 || 0%{?rhel} < 8
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
%endif
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
# Begin cabal-rpm files:
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user