doc file changes

This commit is contained in:
Jens Petersen 2016-06-23 19:11:47 +09:00
parent c70483d0e2
commit d44a62104a

View File

@ -50,9 +50,6 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
# remove unwanted files
rm %{buildroot}%{_datadir}/%{pkg_name}-%{version}/{README.md,doc/Guide.html,examples/Example.hs,prologue.txt}
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
@ -75,7 +72,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%files devel -f %{name}-devel.files
%doc CHANGELOG.md README.md doc/Guide.html examples/Example.hs
%doc CHANGELOG.md README.md examples/Example.hs
%changelog