[ghc-rpm-macros] in F20 docdir's are now unversioned

Jens Petersen petersen at fedoraproject.org
Fri Jul 26 02:41:05 UTC 2013


commit e5c7bca0e86e5aabea3655c6a05ea125dcc8e6db
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jul 26 11:40:49 2013 +0900

    in F20 docdir's are now unversioned
    
    https://fedoraproject.org/wiki/Changes/UnversionedDocdirs

 ghc-rpm-macros.ghc  |    2 +-
 ghc-rpm-macros.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-rpm-macros.ghc b/ghc-rpm-macros.ghc
index 97317bb..a3c4f94 100644
--- a/ghc-rpm-macros.ghc
+++ b/ghc-rpm-macros.ghc
@@ -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
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index 71a65d4..b8c91a2 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -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 at redhat.com> - 1.0.5-1
+- F20 Change: docdir's are now unversioned
+
 * Thu Jul 11 2013 Jens Petersen <petersen at redhat.com> - 1.0.4-1
 - check for bindir before looking for executables in ghc_clear_execstack
 


More information about the scm-commits mailing list