fix the build by adjusting %doc files

This commit is contained in:
Jens Petersen 2011-08-04 17:08:58 +09:00
parent b2598e7d10
commit 135de49e53

View File

@ -70,12 +70,11 @@ This package contains the development files.
%if %{undefined ghc_without_shared}
%files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
%defattr(-,root,root,-)
%doc README
%doc LICENSE
%endif
%files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
%defattr(-,root,root,-)
%doc ANNOUNCE README* examples
%changelog