provides ghc-*-doc still needed for current lib templates
This commit is contained in:
parent
78a6eab552
commit
cbf3d70e56
@ -162,6 +162,7 @@ Group: Development/Libraries\
|
||||
%{?ghc_pkg_obsoletes:Obsoletes: %{ghc_pkg_obsoletes}}\
|
||||
%{?ghc_pkg_obsoletes:Obsoletes: %(echo "%{ghc_pkg_obsoletes}" | sed -e "s/\\(ghc-[^, ]*\\)-devel/\\1-doc/g")}\
|
||||
Obsoletes: %{basepkg}-doc < %{version}-%{release}\
|
||||
Provides: %{basepkg}-doc = %{version}-%{release}\
|
||||
\
|
||||
%description -n %{basepkg}-devel\
|
||||
%{?common_description}%{!?common_description:Haskell %{pkgname} library.}\
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: ghc-rpm-macros
|
||||
Version: 0.11.13
|
||||
Version: 0.11.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Macros for building packages for GHC
|
||||
|
||||
@ -58,10 +58,13 @@ EOF
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 1 2011 Jens Petersen <petersen@redhat.com> - 0.11.14-1
|
||||
- provides ghc-*-doc still needed for current lib templates
|
||||
|
||||
* Mon Mar 28 2011 Jens Petersen <petersen@redhat.com> - 0.11.13-1
|
||||
- ghc-deps.sh: check PKGBASEDIR exists to avoid warning for bin package
|
||||
- abort cabal_configure if ghc is not self-bootstrapped
|
||||
- make ghc_reindex_haddock a safe : no-op
|
||||
- make ghc_reindex_haddock a safe no-op
|
||||
- no longer provide ghc-*-doc
|
||||
- no longer run ghc_reindex_haddock in ghc-*-devel scripts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user