From d56b7feaadf69fdcbb1830a345cb6c5dec49a3ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 8 Feb 2020 19:59:08 +0800 Subject: [PATCH] refresh to cabal-rpm-2.0.2 --- brainfuck.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/brainfuck.spec b/brainfuck.spec index 5edf890..e261168 100644 --- a/brainfuck.spec +++ b/brainfuck.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-1.0.1 +# generated by cabal-rpm-2.0.2 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name brainfuck @@ -53,6 +53,7 @@ This package provides the Haskell %{name} library development files. %if %{with haddock} %package -n ghc-%{name}-doc Summary: Haskell %{name} library documentation +BuildArch: noarch %description -n ghc-%{name}-doc This package provides the Haskell %{name} library documentation. @@ -63,6 +64,7 @@ This package provides the Haskell %{name} library documentation. %package -n ghc-%{name}-prof Summary: Haskell %{name} profiling library Requires: ghc-%{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (ghc-%{name}-devel and ghc-prof) %description -n ghc-%{name}-prof This package provides the Haskell %{name} profiling library. @@ -87,6 +89,16 @@ This package provides the Haskell %{name} profiling library. # End cabal-rpm install +%if 0%{?fedora} < 31 || 0%{?rhel} < 8 +%post -n ghc-%{name}-devel +%ghc_pkg_recache + + +%postun -n ghc-%{name}-devel +%ghc_pkg_recache +%endif + + %files # Begin cabal-rpm files: %license LICENSE @@ -105,6 +117,7 @@ This package provides the Haskell %{name} profiling library. %if %{with haddock} %files -n ghc-%{name}-doc -f ghc-%{name}-doc.files +%license LICENSE %endif