Install new man page for GHC
This commit is contained in:
parent
19c596ba3c
commit
5ae9c5759d
8
ghc.spec
8
ghc.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: ghc
|
Name: ghc
|
||||||
Version: 6.6.1
|
Version: 6.6.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Glasgow Haskell Compilation system
|
Summary: Glasgow Haskell Compilation system
|
||||||
# See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
|
# See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
|
||||||
ExcludeArch: ppc64
|
ExcludeArch: ppc64
|
||||||
@ -106,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir}/%{name}-%{version} install
|
make prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir}/%{name}-%{version} install
|
||||||
|
|
||||||
%if %{build_doc}
|
%if %{build_doc}
|
||||||
make datadir=$RPM_BUILD_ROOT%{_docdir}/ghc-%{version} XMLDocWays="html" install-docs
|
make mandir=$RPM_BUILD_ROOT%{_mandir} datadir=$RPM_BUILD_ROOT%{_docdir}/ghc-%{version} XMLDocWays="html" install-docs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
SRC_TOP=$PWD
|
SRC_TOP=$PWD
|
||||||
@ -156,6 +156,7 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%exclude %{_bindir}/ghc*%{version}
|
%exclude %{_bindir}/ghc*%{version}
|
||||||
|
%doc %{_mandir}/man1/ghc.*
|
||||||
|
|
||||||
|
|
||||||
%files -n %{ghcver} -f rpm-base-filelist
|
%files -n %{ghcver} -f rpm-base-filelist
|
||||||
@ -180,6 +181,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 10 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.6.1-3
|
||||||
|
- install man page for ghc
|
||||||
|
|
||||||
* Thu May 10 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.6.1-2
|
* Thu May 10 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.6.1-2
|
||||||
- exclude ppc64 for now, due to lack of time to bootstrap
|
- exclude ppc64 for now, due to lack of time to bootstrap
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user