diff --git a/shake.spec b/shake.spec index 83b3aa5..eee1c70 100644 --- a/shake.spec +++ b/shake.spec @@ -117,12 +117,10 @@ information (e.g. compiler version). %ghc_libs_install %{subpkgs} %ghc_lib_install -%ghc_fix_rpath %{subpkgs} - echo "%{_datadir}/%{jsflot}/" >> %{jsflot}/ghc-js-flot.files echo "%{_datadir}/%{jsjquery}/" >> %{jsjquery}/ghc-js-jquery.files -rm %{buildroot}%{_datadir}/%{name}-%{version}/docs/manual/* +rm %{buildroot}%{_datadir}/%{pkgver}/docs/manual/* %check @@ -144,7 +142,7 @@ rm %{buildroot}%{_datadir}/%{name}-%{version}/docs/manual/* %files -n ghc-%{name} -f ghc-%{name}.files %license LICENSE -%{_datadir}/%{name}-%{version} +%{_datadir}/%{pkgver} %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files %doc CHANGES.txt README.md docs