move manuals to ghc-doc package again
after a long break...
This commit is contained in:
parent
7552d58a21
commit
330a973466
31
ghc.spec
31
ghc.spec
@ -89,6 +89,9 @@ BuildRequires: llvm%{llvm_major}
|
|||||||
BuildRequires: autoconf, automake
|
BuildRequires: autoconf, automake
|
||||||
%endif
|
%endif
|
||||||
Requires: ghc-compiler = %{version}-%{release}
|
Requires: ghc-compiler = %{version}-%{release}
|
||||||
|
%if %{undefined without_manual}
|
||||||
|
Requires: ghc-doc = %{version}-%{release}
|
||||||
|
%endif
|
||||||
%if %{undefined without_haddock}
|
%if %{undefined without_haddock}
|
||||||
Requires: ghc-doc-index = %{version}-%{release}
|
Requires: ghc-doc-index = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
@ -126,8 +129,6 @@ Requires: ghc-base-devel%{?_isa}
|
|||||||
# for alternatives
|
# for alternatives
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
Requires(postun): chkconfig
|
Requires(postun): chkconfig
|
||||||
# added in f14
|
|
||||||
Obsoletes: ghc-doc < 6.12.3-4
|
|
||||||
%if %{defined without_haddock}
|
%if %{defined without_haddock}
|
||||||
Obsoletes: ghc-doc-index < %{version}-%{release}
|
Obsoletes: ghc-doc-index < %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
@ -143,12 +144,23 @@ To install all of ghc (including the ghc library),
|
|||||||
install the main ghc package.
|
install the main ghc package.
|
||||||
|
|
||||||
|
|
||||||
|
%if %{undefined without_manual}
|
||||||
|
%package doc
|
||||||
|
Summary: GHC documentation
|
||||||
|
License: BSD
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
This package provides the User Guide and Haddock manual.
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{undefined without_haddock}
|
%if %{undefined without_haddock}
|
||||||
%package doc-index
|
%package doc-index
|
||||||
Summary: GHC library development documentation indexing
|
Summary: GHC library development documentation indexing
|
||||||
License: BSD
|
License: BSD
|
||||||
Requires: ghc-compiler = %{version}-%{release}
|
Requires: ghc-compiler = %{version}-%{release}
|
||||||
Requires: crontabs
|
Requires: crontabs
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc-index
|
%description doc-index
|
||||||
The package provides a cronjob for re-indexing installed library development
|
The package provides a cronjob for re-indexing installed library development
|
||||||
@ -546,15 +558,10 @@ fi
|
|||||||
%if %{undefined without_manual}
|
%if %{undefined without_manual}
|
||||||
# https://ghc.haskell.org/trac/ghc/ticket/12939
|
# https://ghc.haskell.org/trac/ghc/ticket/12939
|
||||||
#%%{_mandir}/man1/ghc.*
|
#%%{_mandir}/man1/ghc.*
|
||||||
## needs pandoc
|
|
||||||
#%%{ghc_html_dir}/Cabal
|
|
||||||
%{ghc_html_dir}/haddock
|
|
||||||
%{ghc_html_dir}/users_guide
|
|
||||||
%endif
|
%endif
|
||||||
%dir %{ghc_html_dir}/libraries
|
%dir %{ghc_html_dir}/libraries
|
||||||
%{ghc_html_dir}/libraries/gen_contents_index
|
%{ghc_html_dir}/libraries/gen_contents_index
|
||||||
%{ghc_html_dir}/libraries/prologue.txt
|
%{ghc_html_dir}/libraries/prologue.txt
|
||||||
%{ghc_html_dir}/index.html
|
|
||||||
%ghost %{ghc_html_dir}/libraries/doc-index*.html
|
%ghost %{ghc_html_dir}/libraries/doc-index*.html
|
||||||
%ghost %{ghc_html_dir}/libraries/haddock-util.js
|
%ghost %{ghc_html_dir}/libraries/haddock-util.js
|
||||||
%ghost %{ghc_html_dir}/libraries/hslogo-16.png
|
%ghost %{ghc_html_dir}/libraries/hslogo-16.png
|
||||||
@ -565,6 +572,15 @@ fi
|
|||||||
%ghost %{ghc_html_dir}/libraries/synopsis.png
|
%ghost %{ghc_html_dir}/libraries/synopsis.png
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{undefined without_manual}
|
||||||
|
%files doc
|
||||||
|
## needs pandoc
|
||||||
|
#%%{ghc_html_dir}/Cabal
|
||||||
|
%{ghc_html_dir}/haddock
|
||||||
|
%{ghc_html_dir}/index.html
|
||||||
|
%{ghc_html_dir}/users_guide
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{undefined without_haddock}
|
%if %{undefined without_haddock}
|
||||||
%files doc-index
|
%files doc-index
|
||||||
%config(noreplace) %{_sysconfdir}/cron.hourly/ghc-doc-index
|
%config(noreplace) %{_sysconfdir}/cron.hourly/ghc-doc-index
|
||||||
@ -578,6 +594,7 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 2 2018 Jens Petersen <petersen@redhat.com> - 8.2.2-66
|
* Wed May 2 2018 Jens Petersen <petersen@redhat.com> - 8.2.2-66
|
||||||
|
- move manuals to ghc-doc
|
||||||
- ghost the ghc-doc-index local state files
|
- ghost the ghc-doc-index local state files
|
||||||
- ghost some newer libraries index files
|
- ghost some newer libraries index files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user