fix 2 leftover bcond shared references

This commit is contained in:
Jens Petersen 2011-03-29 18:11:56 +09:00
parent 4e07df038b
commit b221df6c0e
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ Preformatted documentation for the Glorious Glasgow Haskell Compilation System
(GHC) and its libraries. It should be installed if you like to have local
access to the documentation in HTML format.
%if %{with shared}
%if %{undefined ghc_without_shared}
%package libs
Summary: Shared libraries for GHC
Group: Development/Libraries
@ -259,7 +259,7 @@ fi
%ghost %{ghcdocbasedir}/libraries/plus.gif
%endif
%if %{with shared}
%if %{undefined ghc_without_shared}
%files libs -f ghc-libs.files
%defattr(-,root,root,-)
%endif