|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# generated by cabal-rpm-0.12.1
|
|
|
|
|
# generated by cabal-rpm-0.12.5
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
|
|
%global pkg_name cryptonite
|
|
|
|
@ -7,8 +7,8 @@
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.24
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 0.25
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Cryptography Primitives sink
|
|
|
|
|
|
|
|
|
|
# Main - Argon2 C code - Blake2 C code
|
|
|
|
@ -19,10 +19,11 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
BuildRequires: ghc-basement-devel
|
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
|
BuildRequires: ghc-deepseq-devel
|
|
|
|
|
BuildRequires: ghc-foundation-devel
|
|
|
|
|
BuildRequires: ghc-memory-devel
|
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
BuildRequires: ghc-tasty-devel
|
|
|
|
|
BuildRequires: ghc-tasty-hunit-devel
|
|
|
|
@ -34,8 +35,8 @@ BuildRequires: ghc-tasty-quickcheck-devel
|
|
|
|
|
%description
|
|
|
|
|
A repository of cryptographic primitives.
|
|
|
|
|
|
|
|
|
|
* Symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, XSalsa,
|
|
|
|
|
ChaCha.
|
|
|
|
|
* Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia, RC4,
|
|
|
|
|
Salsa, XSalsa, ChaCha.
|
|
|
|
|
|
|
|
|
|
* Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger,
|
|
|
|
|
Whirlpool, Blake2
|
|
|
|
@ -71,6 +72,9 @@ Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
|
|
|
|
%endif
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
Requires: glibc-devel%{?_isa}
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
@ -123,6 +127,9 @@ grep "%{_docdir}/ghc/html/libraries/%{pkgver}" %{name}-devel.files > %{name}-dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.25-1
|
|
|
|
|
- update to 0.25
|
|
|
|
|
|
|
|
|
|
* Mon Jul 23 2018 Miro Hrončok <mhroncok@redhat.com> - 0.24-6
|
|
|
|
|
- Rebuilt for #1607054
|
|
|
|
|
|
|
|
|
|