Give up on man pages for now

epel9
Bryan O'Sullivan 15 years ago
parent 792037f8e8
commit 4656dedc90

@ -2,7 +2,7 @@
# (currently libHSrts_thr_p.a breaks no prof build) # (currently libHSrts_thr_p.a breaks no prof build)
%bcond_without prof %bcond_without prof
# build users_guide, etc # build users_guide, etc
%bcond_without manual %bcond_with manual
# experimental # experimental
## shared libraries support available in ghc >= 6.11 ## shared libraries support available in ghc >= 6.11
@ -27,7 +27,7 @@
Name: ghc Name: ghc
# part of haskell-platform-2009.2.0.2 # part of haskell-platform-2009.2.0.2
Version: 6.12.0.20091010 Version: 6.12.0.20091010
Release: 4%{?dist} Release: 5%{?dist}
Summary: Glasgow Haskell Compilation system Summary: Glasgow Haskell Compilation system
# fedora ghc has only been bootstrapped on the following archs: # fedora ghc has only been bootstrapped on the following archs:
ExclusiveArch: %{ix86} x86_64 alpha ExclusiveArch: %{ix86} x86_64 alpha
@ -149,8 +149,8 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%if %{with manual} %if %{with manual}
make -C docs DESTDIR=${RPM_BUILD_ROOT} install-docs make -C docs DESTDIR=${RPM_BUILD_ROOT} install-docs
%endif
make -C docs/man DESTDIR=${RPM_BUILD_ROOT} install-docs make -C docs/man DESTDIR=${RPM_BUILD_ROOT} install-docs
%endif
SRC_TOP=$PWD SRC_TOP=$PWD
rm -f rpm-*.files rm -f rpm-*.files
@ -230,7 +230,9 @@ fi
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ANNOUNCE HACKING LICENSE README %doc ANNOUNCE HACKING LICENSE README
%{_bindir}/* %{_bindir}/*
%if %{with manual}
%{_mandir}/man1/ghc.* %{_mandir}/man1/ghc.*
%endif
%config(noreplace) %{_libdir}/ghc-%{version}/package.conf %config(noreplace) %{_libdir}/ghc-%{version}/package.conf
%files doc -f rpm-doc-dir.files %files doc -f rpm-doc-dir.files
@ -257,6 +259,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-6
- give up trying to install man pages
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-5 * Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-5
- try to install man pages - try to install man pages

Loading…
Cancel
Save