|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# generated by cabal-rpm-1.0.0
|
|
|
|
|
# generated by cabal-rpm-1.0.1
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
|
|
%global pkg_name x509-validation
|
|
|
|
@ -19,25 +19,20 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
|
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
%if %{with haddock}
|
|
|
|
|
BuildRequires: ghc-doc
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with ghc_prof}
|
|
|
|
|
BuildRequires: ghc-prof
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
BuildRequires: ghc-asn1-encoding-devel
|
|
|
|
|
BuildRequires: ghc-asn1-types-devel
|
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
|
BuildRequires: ghc-cryptonite-devel
|
|
|
|
|
BuildRequires: ghc-data-default-class-devel
|
|
|
|
|
BuildRequires: ghc-hourglass-devel
|
|
|
|
|
BuildRequires: ghc-memory-devel
|
|
|
|
|
BuildRequires: ghc-mtl-devel
|
|
|
|
|
BuildRequires: ghc-pem-devel
|
|
|
|
|
BuildRequires: ghc-x509-devel
|
|
|
|
|
BuildRequires: ghc-x509-store-devel
|
|
|
|
|
BuildRequires: ghc-asn1-encoding-prof
|
|
|
|
|
BuildRequires: ghc-asn1-types-prof
|
|
|
|
|
BuildRequires: ghc-base-prof
|
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
|
BuildRequires: ghc-cryptonite-prof
|
|
|
|
|
BuildRequires: ghc-data-default-class-prof
|
|
|
|
|
BuildRequires: ghc-hourglass-prof
|
|
|
|
|
BuildRequires: ghc-memory-prof
|
|
|
|
|
BuildRequires: ghc-mtl-prof
|
|
|
|
|
BuildRequires: ghc-pem-prof
|
|
|
|
|
BuildRequires: ghc-x509-prof
|
|
|
|
|
BuildRequires: ghc-x509-store-prof
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
BuildRequires: ghc-tasty-devel
|
|
|
|
|
BuildRequires: ghc-tasty-hunit-devel
|
|
|
|
@ -51,6 +46,7 @@ X.509 Certificate and CRL validation. please see README.
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
|
%if %{defined ghc_version}
|
|
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
|
%endif
|
|
|
|
|