2019-08-05 10:32:58 +00:00
|
|
|
# generated by cabal-rpm-1.0.1
|
2019-04-09 14:01:44 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name websockets
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2019-07-25 17:02:02 +00:00
|
|
|
Version: 0.12.5.3
|
2020-01-28 21:41:52 +00:00
|
|
|
Release: 2%{?dist}
|
2019-04-09 14:01:44 +00:00
|
|
|
Summary: A sensible and clean way to write WebSocket-capable servers in Haskell
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
# Begin cabal-rpm sources:
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
# End cabal-rpm sources
|
|
|
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
2019-08-05 10:32:58 +00:00
|
|
|
BuildRequires: ghc-SHA-prof
|
|
|
|
BuildRequires: ghc-attoparsec-prof
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
BuildRequires: ghc-base64-bytestring-prof
|
|
|
|
BuildRequires: ghc-binary-prof
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
BuildRequires: ghc-case-insensitive-prof
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-entropy-prof
|
|
|
|
BuildRequires: ghc-network-prof
|
|
|
|
BuildRequires: ghc-random-prof
|
|
|
|
BuildRequires: ghc-streaming-commons-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
2019-04-09 14:01:44 +00:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
BuildRequires: ghc-test-framework-devel
|
|
|
|
BuildRequires: ghc-test-framework-hunit-devel
|
|
|
|
BuildRequires: ghc-test-framework-quickcheck2-devel
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
|
|
|
This library allows you to write WebSocket-capable servers.
|
|
|
|
|
|
|
|
An example server:
|
|
|
|
<https://github.com/jaspervdj/websockets/blob/master/example/server.lhs>
|
|
|
|
|
|
|
|
An example client:
|
|
|
|
<https://github.com/jaspervdj/websockets/blob/master/example/client.hs>
|
|
|
|
|
|
|
|
See also:
|
|
|
|
|
|
|
|
* The specification of the WebSocket protocol:
|
|
|
|
<http://www.whatwg.org/specs/web-socket-protocol/>
|
|
|
|
|
|
|
|
* The JavaScript API for dealing with WebSockets:
|
|
|
|
<http://www.w3.org/TR/websockets/>.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2019-08-05 10:32:58 +00:00
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
2019-04-09 14:01:44 +00:00
|
|
|
%if %{defined ghc_version}
|
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
%endif
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
2019-07-25 04:26:58 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%package doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
This package provides the Haskell %{pkg_name} library documentation.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%package prof
|
|
|
|
Summary: Haskell %{pkg_name} profiling library
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2019-04-09 14:01:44 +00:00
|
|
|
%prep
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
%setup -q -n %{pkgver}
|
|
|
|
# End cabal-rpm setup
|
|
|
|
cabal-tweak-drop-dep bytestring-builder
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
# Begin cabal-rpm build:
|
|
|
|
%ghc_lib_build
|
|
|
|
# End cabal-rpm build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
# Begin cabal-rpm install
|
|
|
|
%ghc_lib_install
|
|
|
|
# End cabal-rpm install
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%cabal_test
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
# Begin cabal-rpm files:
|
|
|
|
%license LICENCE
|
|
|
|
# End cabal-rpm files
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
%doc CHANGELOG example
|
|
|
|
|
|
|
|
|
2019-07-25 04:26:58 +00:00
|
|
|
%if %{with haddock}
|
|
|
|
%files doc -f %{name}-doc.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
%files prof -f %{name}-prof.files
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2019-04-09 14:01:44 +00:00
|
|
|
%changelog
|
2020-01-28 21:41:52 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 17:02:02 +00:00
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.12.5.3-1
|
|
|
|
- update to 0.12.5.3
|
|
|
|
|
2019-07-25 03:14:14 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-09 14:01:44 +00:00
|
|
|
* Fri Apr 5 2019 Jens Petersen <petersen@redhat.com> - 0.12.5.2-1
|
|
|
|
- spec file generated by cabal-rpm-0.13.1
|
|
|
|
- exclude deprecated bytestring-builder
|