in F20 docdir's are now unversioned
https://fedoraproject.org/wiki/Changes/UnversionedDocdirs
This commit is contained in:
parent
2e67bb2ce5
commit
e5c7bca0e8
@ -21,7 +21,7 @@ fi
|
||||
# configure
|
||||
%cabal_configure\
|
||||
%ghc_check_bootstrap\
|
||||
%cabal configure --prefix=%{_prefix} --libdir=%{_libdir} --docdir=%{_docdir}/%{name}-%{version} --libsubdir='$compiler/$pkgid' --ghc %{!?ghc_without_dynamic:--enable-executable-dynamic} %{?cabal_configure_options} $cabal_configure_extra_options
|
||||
%cabal configure --prefix=%{_prefix} --libdir=%{_libdir} --docdir=%{_docdir}/%{name} --libsubdir='$compiler/$pkgid' --ghc %{!?ghc_without_dynamic:--enable-executable-dynamic} %{?cabal_configure_options} $cabal_configure_extra_options
|
||||
|
||||
# install
|
||||
%cabal_install %cabal copy --destdir=%{buildroot} -v
|
||||
|
@ -6,7 +6,7 @@
|
||||
#%%global without_hscolour 1
|
||||
|
||||
Name: ghc-rpm-macros
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM macros for building packages for GHC
|
||||
|
||||
@ -89,6 +89,9 @@ EOF
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2013 Jens Petersen <petersen@redhat.com> - 1.0.5-1
|
||||
- F20 Change: docdir's are now unversioned
|
||||
|
||||
* Thu Jul 11 2013 Jens Petersen <petersen@redhat.com> - 1.0.4-1
|
||||
- check for bindir before looking for executables in ghc_clear_execstack
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user