update to 2.4.2.2 with cblrpm-0.8.11
This commit is contained in:
parent
e5f58e5d04
commit
b801ff5d11
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ network-2.2.1.7.tar.gz
|
|||||||
/network-2.3.0.5.tar.gz
|
/network-2.3.0.5.tar.gz
|
||||||
/network-2.3.0.11.tar.gz
|
/network-2.3.0.11.tar.gz
|
||||||
/network-2.4.1.2.tar.gz
|
/network-2.4.1.2.tar.gz
|
||||||
|
/network-2.4.2.2.tar.gz
|
||||||
|
@ -2,15 +2,17 @@
|
|||||||
|
|
||||||
%global pkg_name network
|
%global pkg_name network
|
||||||
|
|
||||||
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform
|
# part of haskell-platform
|
||||||
Version: 2.4.1.2
|
Version: 2.4.2.2
|
||||||
Release: 31%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Network library
|
Summary: Low-level networking interface
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -18,6 +20,12 @@ BuildRequires: ghc-rpm-macros
|
|||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-parsec-devel
|
BuildRequires: ghc-parsec-devel
|
||||||
BuildRequires: ghc-unix-devel
|
BuildRequires: ghc-unix-devel
|
||||||
|
%if %{with tests}
|
||||||
|
BuildRequires: ghc-HUnit-devel
|
||||||
|
BuildRequires: ghc-test-framework-devel
|
||||||
|
BuildRequires: ghc-test-framework-hunit-devel
|
||||||
|
BuildRequires: ghc-test-framework-quickcheck2-devel
|
||||||
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,6 +56,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
%if %{with tests}
|
||||||
|
%cabal test
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
@ -65,6 +79,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 04 2014 Jens Petersen <petersen@redhat.com> - 2.4.2.2-1
|
||||||
|
- update to 2.4.2.2 with cabalrpm-0.8.11
|
||||||
|
|
||||||
* Mon Mar 17 2014 Jens Petersen <petersen@redhat.com> - 2.4.1.2-31
|
* Mon Mar 17 2014 Jens Petersen <petersen@redhat.com> - 2.4.1.2-31
|
||||||
- bump release over haskell-platform
|
- bump release over haskell-platform
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user