revert the last -doc files move changes for now
This commit is contained in:
parent
0eea3c51b5
commit
574cea7124
28
ghc.spec
28
ghc.spec
@ -18,8 +18,8 @@ Name: ghc
|
|||||||
Version: 6.10.1
|
Version: 6.10.1
|
||||||
Release: 9%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Glasgow Haskell Compilation system
|
Summary: Glasgow Haskell Compilation system
|
||||||
# See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
|
# ghc has only been bootstrapped on the following archs for fedora:
|
||||||
ExcludeArch: alpha ppc64
|
ExclusiveArch: i386 x86_64 ppc
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
|
Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
|
||||||
@ -193,17 +193,6 @@ fi
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_sysconfdir}/rpm/macros.ghc
|
%{_sysconfdir}/rpm/macros.ghc
|
||||||
%config(noreplace) %{_libdir}/ghc-%{version}/package.conf
|
%config(noreplace) %{_libdir}/ghc-%{version}/package.conf
|
||||||
%dir %{_docdir}/%{name}
|
|
||||||
%{_docdir}/%{name}/LICENSE
|
|
||||||
%dir %{_docdir}/%{name}/libraries
|
|
||||||
%{_docdir}/%{name}/libraries/gen_contents_index
|
|
||||||
%ghost %{_docdir}/%{name}/libraries/doc-index.html
|
|
||||||
%ghost %{_docdir}/%{name}/libraries/haddock.css
|
|
||||||
%ghost %{_docdir}/%{name}/libraries/haddock-util.js
|
|
||||||
%ghost %{_docdir}/%{name}/libraries/haskell_icon.gif
|
|
||||||
%ghost %{_docdir}/%{name}/libraries/index.html
|
|
||||||
%ghost %{_docdir}/%{name}/libraries/minus.gif
|
|
||||||
%ghost %{_docdir}/%{name}/libraries/plus.gif
|
|
||||||
|
|
||||||
%if %{build_prof}
|
%if %{build_prof}
|
||||||
%files prof -f rpm-prof-filelist
|
%files prof -f rpm-prof-filelist
|
||||||
@ -213,15 +202,24 @@ fi
|
|||||||
%if %{build_doc}
|
%if %{build_doc}
|
||||||
%files doc -f rpm-doc-dir.files
|
%files doc -f rpm-doc-dir.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%dir %{_docdir}/%{name}
|
||||||
|
%{_docdir}/%{name}/LICENSE
|
||||||
%{_docdir}/%{name}/index.html
|
%{_docdir}/%{name}/index.html
|
||||||
|
%{_docdir}/%{name}/libraries/gen_contents_index
|
||||||
%{_docdir}/%{name}/libraries/prologue.txt
|
%{_docdir}/%{name}/libraries/prologue.txt
|
||||||
|
%dir %{_docdir}/%{name}/libraries
|
||||||
|
%ghost %{_docdir}/%{name}/libraries/doc-index.html
|
||||||
|
%ghost %{_docdir}/%{name}/libraries/haddock.css
|
||||||
|
%ghost %{_docdir}/%{name}/libraries/haddock-util.js
|
||||||
|
%ghost %{_docdir}/%{name}/libraries/haskell_icon.gif
|
||||||
|
%ghost %{_docdir}/%{name}/libraries/index.html
|
||||||
|
%ghost %{_docdir}/%{name}/libraries/minus.gif
|
||||||
|
%ghost %{_docdir}/%{name}/libraries/plus.gif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 10 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-9
|
* Tue Feb 10 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-9
|
||||||
- require and buildrequire libedit-devel > 2.11-2
|
- require and buildrequire libedit-devel > 2.11-2
|
||||||
- move top doc dirs to main package for better sharing
|
|
||||||
- move gen_contents_index and ghost index files to main package
|
|
||||||
- protect ghc_register_pkg and ghc_unregister_pkg
|
- protect ghc_register_pkg and ghc_unregister_pkg
|
||||||
|
|
||||||
* Fri Jan 23 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-8
|
* Fri Jan 23 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-8
|
||||||
|
Loading…
Reference in New Issue
Block a user