2012-06-06 19:53:34 +02:00
|
|
|
#
|
2013-01-07 15:24:44 +01:00
|
|
|
# spec file for package ghc-network
|
2012-06-06 19:53:34 +02:00
|
|
|
#
|
2019-05-02 03:01:32 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-01-12 16:30:41 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-18 11:50:18 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-01-12 16:30:41 +01:00
|
|
|
#
|
|
|
|
|
2013-08-01 14:32:58 +02:00
|
|
|
|
2012-01-12 16:30:41 +01:00
|
|
|
%global pkg_name network
|
2015-05-04 20:57:17 +02:00
|
|
|
%bcond_with tests
|
2016-07-18 00:28:29 +02:00
|
|
|
Name: ghc-%{pkg_name}
|
2019-12-28 15:41:30 +01:00
|
|
|
Version: 3.1.1.1
|
2013-08-01 14:32:58 +02:00
|
|
|
Release: 0
|
2014-11-06 20:20:44 +01:00
|
|
|
Summary: Low-level networking interface
|
2012-02-28 16:49:16 +01:00
|
|
|
License: BSD-3-Clause
|
2017-08-15 16:02:06 +02:00
|
|
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
2015-05-04 20:57:17 +02:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
2012-01-12 16:30:41 +01:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-06-06 19:53:34 +02:00
|
|
|
BuildRequires: ghc-bytestring-devel
|
2019-12-28 15:41:30 +01:00
|
|
|
BuildRequires: ghc-deepseq-devel
|
2016-07-18 00:28:29 +02:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2015-05-04 20:57:17 +02:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
2018-10-18 11:50:18 +02:00
|
|
|
BuildRequires: ghc-directory-devel
|
2018-04-02 20:44:37 +02:00
|
|
|
BuildRequires: ghc-hspec-devel
|
2015-05-04 20:57:17 +02:00
|
|
|
%endif
|
2012-02-28 16:49:16 +01:00
|
|
|
|
2012-01-12 16:30:41 +01:00
|
|
|
%description
|
2015-05-04 20:57:17 +02:00
|
|
|
This package provides a low-level networking interface.
|
2014-11-06 20:20:44 +01:00
|
|
|
|
2019-12-28 15:41:30 +01:00
|
|
|
=== High-Level Packages Other packages provide higher level interfaces:
|
|
|
|
|
|
|
|
* connection * hookup * network-simple
|
|
|
|
|
|
|
|
=== Extended Packages 'network' seeks to provide a cross-platform core for
|
|
|
|
networking. As such some APIs live in extended libraries. Packages in the
|
|
|
|
'network' ecosystem are often prefixed with 'network-'.
|
|
|
|
|
|
|
|
==== 'network-bsd' In 'network-3.0.0.0' the 'Network.BSD' module was split off
|
|
|
|
into its own package, 'network-bsd-3.0.0.0'.
|
|
|
|
|
|
|
|
==== 'network-uri' In 'network-2.6' the 'Network.URI' module was split off into
|
|
|
|
its own package, 'network-uri-2.6'. If you're using the 'Network.URI' module
|
|
|
|
you can automatically get it from the right package by adding this to your
|
|
|
|
'.cabal' file:
|
2016-07-18 00:28:29 +02:00
|
|
|
|
2018-03-08 03:18:05 +01:00
|
|
|
> library > build-depends: network-uri-flag.
|
2012-01-12 16:30:41 +01:00
|
|
|
|
2013-08-01 14:32:58 +02:00
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2016-07-18 00:28:29 +02:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-11-06 20:20:44 +01:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2013-08-01 14:32:58 +02:00
|
|
|
|
|
|
|
%description devel
|
2014-11-06 20:20:44 +01:00
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
2012-01-12 16:30:41 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
2015-05-04 20:57:17 +02:00
|
|
|
%check
|
2016-08-24 16:24:30 +02:00
|
|
|
%cabal_test
|
2016-07-18 00:28:29 +02:00
|
|
|
|
2013-08-01 14:32:58 +02:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2012-01-12 16:30:41 +01:00
|
|
|
|
2013-08-01 14:32:58 +02:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2012-01-12 16:30:41 +01:00
|
|
|
|
2013-08-01 14:32:58 +02:00
|
|
|
%files -f %{name}.files
|
2018-04-26 09:36:47 +02:00
|
|
|
%license LICENSE
|
2012-01-12 16:30:41 +01:00
|
|
|
|
2013-08-01 14:32:58 +02:00
|
|
|
%files devel -f %{name}-devel.files
|
2016-07-18 00:28:29 +02:00
|
|
|
%doc CHANGELOG.md README.md examples
|
2012-01-12 16:30:41 +01:00
|
|
|
|
|
|
|
%changelog
|