fc22764
# generated by cabal-rpm-2.0.6
fc22764
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
fc22764
fc22764
%global pkg_name HsOpenSSL
fc22764
%global pkgver %{pkg_name}-%{version}
fc22764
fc22764
# DSA test failing for Fedora
fc22764
# https://github.com/vshabanov/HsOpenSSL/issues/49
fc22764
%bcond_with tests
fc22764
fc22764
Name:           ghc-%{pkg_name}
fc22764
Version:        0.11.4.18
697afd2
Release:        4%{?dist}
fc22764
Summary:        Partial OpenSSL binding for Haskell
fc22764
fc22764
# see also the ChangeLog entry for 2013-11-07
fc22764
License:        CC0
fc22764
Url:            https://hackage.haskell.org/package/%{pkg_name}
fc22764
# Begin cabal-rpm sources:
fc22764
Source0:        https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
fc22764
# End cabal-rpm sources
fc22764
fc22764
# Begin cabal-rpm deps:
fc22764
BuildRequires:  ghc-Cabal-devel
fc22764
BuildRequires:  ghc-rpm-macros
fc22764
BuildRequires:  ghc-base-prof
fc22764
BuildRequires:  ghc-bytestring-prof
fc22764
BuildRequires:  ghc-network-prof
fc22764
BuildRequires:  ghc-time-prof
fc22764
BuildRequires:  openssl-devel
fc22764
# End cabal-rpm deps
fc22764
fc22764
%description
fc22764
HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA and DSA keys,
fc22764
read and write PEM files, generate message digests, sign and verify messages,
fc22764
encrypt and decrypt messages. It has also some capabilities of creating SSL
fc22764
clients and servers.
fc22764
fc22764
This package is in production use by a number of Haskell based systems and
fc22764
stable. You may also be interested in the 'tls' package,
fc22764
<http://hackage.haskell.org/package/tls>, which is a pure Haskell
fc22764
implementation of SSL.
fc22764
fc22764
fc22764
%package devel
fc22764
Summary:        Haskell %{pkg_name} library development files
fc22764
Provides:       %{name}-static = %{version}-%{release}
fc22764
Provides:       %{name}-static%{?_isa} = %{version}-%{release}
fc22764
%if %{defined ghc_version}
fc22764
Requires:       ghc-compiler = %{ghc_version}
fc22764
%endif
fc22764
Requires:       %{name}%{?_isa} = %{version}-%{release}
fc22764
# Begin cabal-rpm deps:
fc22764
Requires:       openssl-devel%{?_isa}
fc22764
# End cabal-rpm deps
fc22764
fc22764
%description devel
fc22764
This package provides the Haskell %{pkg_name} library development files.
fc22764
fc22764
fc22764
%if %{with haddock}
fc22764
%package doc
fc22764
Summary:        Haskell %{pkg_name} library documentation
fc22764
BuildArch:      noarch
fc22764
fc22764
%description doc
fc22764
This package provides the Haskell %{pkg_name} library documentation.
fc22764
%endif
fc22764
fc22764
fc22764
%if %{with ghc_prof}
fc22764
%package prof
fc22764
Summary:        Haskell %{pkg_name} profiling library
fc22764
Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
fc22764
Supplements:    (%{name}-devel and ghc-prof)
fc22764
fc22764
%description prof
fc22764
This package provides the Haskell %{pkg_name} profiling library.
fc22764
%endif
fc22764
fc22764
fc22764
%prep
fc22764
# Begin cabal-rpm setup:
fc22764
%setup -q -n %{pkgver}
fc22764
# End cabal-rpm setup
fc22764
fc22764
fc22764
%build
fc22764
# Begin cabal-rpm build:
fc22764
%ghc_lib_build
fc22764
# End cabal-rpm build
fc22764
fc22764
fc22764
%install
fc22764
# Begin cabal-rpm install
fc22764
%ghc_lib_install
fc22764
# End cabal-rpm install
fc22764
fc22764
fc22764
%check
fc22764
%cabal_test
fc22764
fc22764
fc22764
%files -f %{name}.files
fc22764
# Begin cabal-rpm files:
fc22764
%license COPYING
fc22764
# End cabal-rpm files
fc22764
fc22764
fc22764
%files devel -f %{name}-devel.files
fc22764
%doc AUTHORS ChangeLog README.md examples
fc22764
fc22764
fc22764
%if %{with haddock}
fc22764
%files doc -f %{name}-doc.files
fc22764
%license COPYING
fc22764
%endif
fc22764
fc22764
fc22764
%if %{with ghc_prof}
fc22764
%files prof -f %{name}-prof.files
fc22764
%endif
fc22764
fc22764
fc22764
%changelog
697afd2
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.4.18-4
697afd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
697afd2
2ab4971
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.4.18-3
2ab4971
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2ab4971
1673081
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.11.4.18-2
1673081
- refresh to cabal-rpm-2.0.6
1673081
fc22764
* Wed Jul 01 2020 Jens Petersen <petersen@redhat.com> - 0.11.4.18-1
fc22764
- update to 0.11.4.18
fc22764
fc22764
* Sat Jun 27 2020 Jens Petersen <petersen@redhat.com> - 0.11.4.16-1
fc22764
- spec file generated by cabal-rpm-2.0.6