HTTP is separate package now again (#1066346)

This commit is contained in:
Jens Petersen 2014-03-26 13:57:11 +09:00
parent f019537084
commit a8e9431867

View File

@ -6,6 +6,7 @@
%global happy_version 1.18.10
%global HUnit_version 1.2.5.2
%global HTTP_version 4000.2.8
%global html_version 1.0.1.2
%global mtl_version 2.1.2
%global network_version 2.4.1.2
@ -28,7 +29,7 @@
%global hashable_version 1.1.2.5
%global unordered_containers_version 0.2.3.0
%global separate_packages HUnit|QuickCheck|html|mtl|network|parsec|random|regex-base|regex-posix|stm|text|zlib|async|primitive|split|vector|attoparsec|case-insensitive|hashable|unordered-containers
%global separate_packages HUnit|QuickCheck|HTTP|html|mtl|network|parsec|random|regex-base|regex-posix|stm|text|zlib|async|primitive|split|vector|attoparsec|case-insensitive|hashable|unordered-containers
Name: haskell-platform
Version: 2013.2.0.0
@ -59,6 +60,7 @@ BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-haskell98-devel
BuildRequires: ghc-HUnit-devel = %{HUnit_version}
BuildRequires: ghc-HTTP-devel = %{HTTP_version}
BuildRequires: ghc-html-devel = %{html_version}
BuildRequires: ghc-mtl-devel = %{mtl_version}
BuildRequires: ghc-network-devel = %{network_version}
@ -107,11 +109,9 @@ and tools. It provides a good starting environment for Haskell development.
%ghc_lib_subpackage -c mesa-libGLU-devel%{?_isa} GLURaw 1.3.0.0
%ghc_lib_subpackage -c freeglut-devel%{?_isa} GLUT 2.4.0.0
%ghc_lib_subpackage haskell-src 1.0.1.5
%ghc_lib_subpackage HTTP 4000.2.8
%ghc_lib_subpackage OpenGL 2.8.0.0
%ghc_lib_subpackage -c mesa-libGL-devel%{?_isa} OpenGLRaw 1.3.0.0
%ghc_lib_subpackage parallel 3.2.0.3
%ghc_lib_subpackage QuickCheck 2.6
%ghc_lib_subpackage regex-compat 0.95.1
%ghc_lib_subpackage syb 0.4.0
%ghc_lib_subpackage transformers 0.3.0.0
@ -182,6 +182,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
# even though libghc is not formally part of HP
Requires: ghc = %{ghc_compiler_version}
Requires: ghc-HUnit-devel = %{HUnit_version}
Requires: ghc-HTTP-devel = %{HTTP_version}
Requires: ghc-html-devel = %{html_version}
Requires: ghc-mtl-devel = %{mtl_version}
Requires: ghc-network-devel = %{network_version}
@ -367,7 +368,7 @@ fi
%changelog
* Wed Mar 26 2014 Jens Petersen <petersen@redhat.com> - 2013.2.0.0-32
- QuickCheck is a separate package again
- QuickCheck and HTTP are separate packages again
* Mon Mar 17 2014 Jens Petersen <petersen@redhat.com> - 2013.2.0.0-31
- HUnit is a separate package again