regex-posix is now a separate package
This commit is contained in:
parent
c429187841
commit
a9d7ab3656
@ -9,6 +9,7 @@
|
|||||||
%global mtl_version 2.1.2
|
%global mtl_version 2.1.2
|
||||||
%global random_version 1.0.1.1
|
%global random_version 1.0.1.1
|
||||||
%global regex_base_version 0.93.2
|
%global regex_base_version 0.93.2
|
||||||
|
%global regex_posix_version 0.95.2
|
||||||
%global stm_version 2.4.2
|
%global stm_version 2.4.2
|
||||||
%global text_version 0.11.3.1
|
%global text_version 0.11.3.1
|
||||||
%global zlib_version 0.5.4.1
|
%global zlib_version 0.5.4.1
|
||||||
@ -22,7 +23,7 @@
|
|||||||
%global hashable_version 1.1.2.5
|
%global hashable_version 1.1.2.5
|
||||||
%global unordered_containers_version 0.2.3.0
|
%global unordered_containers_version 0.2.3.0
|
||||||
|
|
||||||
%global separate_packages html|mtl|random|regex-base|stm|text|zlib|primitive|split|vector|attoparsec|case-insensitive|hashable|unordered-containers
|
%global separate_packages html|mtl|random|regex-base|regex-posix|stm|text|zlib|primitive|split|vector|attoparsec|case-insensitive|hashable|unordered-containers
|
||||||
|
|
||||||
Name: haskell-platform
|
Name: haskell-platform
|
||||||
Version: 2013.2.0.0
|
Version: 2013.2.0.0
|
||||||
@ -30,7 +31,7 @@ Version: 2013.2.0.0
|
|||||||
# - release can only be reset if all library versions get bumped simultaneously
|
# - release can only be reset if all library versions get bumped simultaneously
|
||||||
# (eg for a major release)
|
# (eg for a major release)
|
||||||
# - minor release numbers should be incremented monotonically
|
# - minor release numbers should be incremented monotonically
|
||||||
Release: 28%{?dist}
|
Release: 29%{?dist}
|
||||||
Summary: Standard Haskell distribution
|
Summary: Standard Haskell distribution
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -55,6 +56,7 @@ BuildRequires: ghc-html-devel = %{html_version}
|
|||||||
BuildRequires: ghc-mtl-devel = %{mtl_version}
|
BuildRequires: ghc-mtl-devel = %{mtl_version}
|
||||||
BuildRequires: ghc-random-devel = %{random_version}
|
BuildRequires: ghc-random-devel = %{random_version}
|
||||||
BuildRequires: ghc-regex-base-devel = %{regex_base_version}
|
BuildRequires: ghc-regex-base-devel = %{regex_base_version}
|
||||||
|
BuildRequires: ghc-regex-posix-devel = %{regex_posix_version}
|
||||||
BuildRequires: ghc-stm-devel = %{stm_version}
|
BuildRequires: ghc-stm-devel = %{stm_version}
|
||||||
%ifarch %{ghc_arches_with_ghci}
|
%ifarch %{ghc_arches_with_ghci}
|
||||||
BuildRequires: ghc-template-haskell-devel
|
BuildRequires: ghc-template-haskell-devel
|
||||||
@ -104,7 +106,6 @@ and tools. It provides a good starting environment for Haskell development.
|
|||||||
%ghc_lib_subpackage parsec 3.1.3
|
%ghc_lib_subpackage parsec 3.1.3
|
||||||
%ghc_lib_subpackage QuickCheck 2.6
|
%ghc_lib_subpackage QuickCheck 2.6
|
||||||
%ghc_lib_subpackage regex-compat 0.95.1
|
%ghc_lib_subpackage regex-compat 0.95.1
|
||||||
%ghc_lib_subpackage regex-posix 0.95.2
|
|
||||||
%ghc_lib_subpackage syb 0.4.0
|
%ghc_lib_subpackage syb 0.4.0
|
||||||
%ghc_lib_subpackage transformers 0.3.0.0
|
%ghc_lib_subpackage transformers 0.3.0.0
|
||||||
%ghc_lib_subpackage xhtml 3000.2.1
|
%ghc_lib_subpackage xhtml 3000.2.1
|
||||||
@ -175,6 +176,7 @@ Requires: ghc-html-devel = %{html_version}
|
|||||||
Requires: ghc-mtl-devel = %{mtl_version}
|
Requires: ghc-mtl-devel = %{mtl_version}
|
||||||
Requires: ghc-random-devel = %{random_version}
|
Requires: ghc-random-devel = %{random_version}
|
||||||
Requires: ghc-regex-base-devel = %{regex_base_version}
|
Requires: ghc-regex-base-devel = %{regex_base_version}
|
||||||
|
Requires: ghc-regex-posix-devel = %{regex_posix_version}
|
||||||
Requires: ghc-stm-devel = %{stm_version}
|
Requires: ghc-stm-devel = %{stm_version}
|
||||||
Requires: ghc-text-devel = %{text_version}
|
Requires: ghc-text-devel = %{text_version}
|
||||||
Requires: ghc-zlib-devel = %{zlib_version}
|
Requires: ghc-zlib-devel = %{zlib_version}
|
||||||
@ -346,6 +348,9 @@ mv %{buildroot}%{_datadir}/HUnit-*/* %{buildroot}%{_docdir}/ghc-HUnit/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 8 2014 Jens Petersen <petersen@redhat.com> - 2013.2.0.0-29
|
||||||
|
- regex-posix is now a separate package
|
||||||
|
|
||||||
* Fri Jan 3 2014 Jens Petersen <petersen@redhat.com> - 2013.2.0.0-28
|
* Fri Jan 3 2014 Jens Petersen <petersen@redhat.com> - 2013.2.0.0-28
|
||||||
- html and regex-base are now separate packages
|
- html and regex-base are now separate packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user