]> git.pld-linux.org Git - packages/ghc-haskell-src-exts.git/commitdiff
- rel 2 auto/th/ghc-haskell-src-exts-1_11_1-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 22 Oct 2011 09:33:15 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix docs packaging

Changed files:
    ghc-haskell-src-exts.spec -> 1.7

ghc-haskell-src-exts.spec

index efd7260852470c34e7d30881268516f5e049808c..b3a12aa2b81b36e68e1c169b303a8ab8d7a9e165 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
 Name:          ghc-%{pkgname}
 Version:       1.11.1
-Release:       1
+Release:       2
 License:       BSD
 Group:         Development/Languages
 Source0:       http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
@@ -17,6 +17,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # debuginfo is not useful for ghc
 %define                _enable_debug_packages  0
+%define                _noautocompressdoc      *.haddock
 
 %description
 Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension
@@ -88,4 +89,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files doc
 %defattr(644,root,root,755)
-%doc %{name}-%{version}-doc/*
+%doc %{name}-%{version}-doc/html
This page took 0.073362 seconds and 4 git commands to generate.