diff --git a/ghc-config-ini.spec b/ghc-config-ini.spec index 6c85a84..bb0973f 100644 --- a/ghc-config-ini.spec +++ b/ghc-config-ini.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.2.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for simple INI-based configuration files License: BSD @@ -54,6 +54,7 @@ This package provides the Haskell %{pkg_name} library development files. %if %{with haddock} %package doc Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch %description doc This package provides the Haskell %{pkg_name} library documentation. @@ -116,6 +117,9 @@ chmod a-x CHANGELOG.md README.md %changelog +* Mon Nov 18 2019 Jens Petersen - 0.2.4.0-3 +- make doc subpackage noarch + * Fri Nov 1 2019 Jens Petersen - 0.2.4.0-2 - remove executable permission from CHANGELOG.md README.md (#1757688) - remove code example from description