tweaks paths for F20 unversioned docdir
This commit is contained in:
parent
79ebbe76f8
commit
10870b0f2d
@ -284,12 +284,12 @@ cd ..
|
||||
|
||||
%ghc_strip_dynlinked
|
||||
|
||||
# need versioned docdir's here for F19!
|
||||
# haskell-platform
|
||||
if [ -d %{buildroot}%{_docdir}/ghc-haskell-platform-%{version} ]; then
|
||||
mv %{buildroot}%{_docdir}/ghc-haskell-platform{,-devel}-%{version}
|
||||
if [ -d %{buildroot}%{_docdir}/ghc-haskell-platform ]; then
|
||||
mv %{buildroot}%{_docdir}/ghc-haskell-platform{,-devel}
|
||||
fi
|
||||
|
||||
mv %{buildroot}%{_datadir}/HUnit-*/* %{buildroot}%{_docdir}/ghc-HUnit-*/
|
||||
mv %{buildroot}%{_datadir}/HUnit-*/* %{buildroot}%{_docdir}/ghc-HUnit/
|
||||
|
||||
|
||||
%post -n ghc-haskell-platform-devel
|
||||
@ -339,8 +339,9 @@ mv %{buildroot}%{_datadir}/HUnit-*/* %{buildroot}%{_docdir}/ghc-HUnit-*/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2013 Jens Petersen <petersen@redhat.com> - 2013.2.0.0-24
|
||||
* Fri Jul 26 2013 Jens Petersen <petersen@redhat.com> - 2013.2.0.0-24
|
||||
- fix packaging of license files when building without shared libraries
|
||||
- tweaks for F20 unversioned docdir
|
||||
|
||||
* Sat May 4 2013 Jens Petersen <petersen@redhat.com> - 2013.2.0.0-23
|
||||
- update to 2013.2.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user