Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37655030
en ru br
ALT Linux repos
S:0.11.101.0-alt1

Group :: Development/Haskell
RPM: ghc8.6.4-cryptohash-sha256

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define ghc_version 8.6.4
%define hsc_name ghc
%define hsc_version %ghc_version
%define hsc_namever %hsc_name%hsc_version
%define h_pkg_name cryptohash-sha256
%define f_pkg_name cryptohash-sha256
%define pkg_libdir %_libdir/%hsc_name-%hsc_version/%h_pkg_name-%version

Name: %hsc_namever-%f_pkg_name
Version: 0.11.101.0
Release: alt1
License: BSD3
Packager: Evgeny Sinelnikov <sin at altlinux.org>
Group: Development/Haskell
Url: https://github.com/hvr/cryptohash-sha256
Source: %name-%version.tar
Patch: %name-%version-%release.patch
Summary: cryptohash-sha256

BuildPreReq: haskell(abi) = %ghc_version


%description
A practical incremental and one-pass, pure API to the SHA-256 cryptographic hash
algorithm according to FIPS 180-4 with performance close to the fastest
implementations available in other languages.

%prep
%setup
%patch -p1

%build
%hs_configure2
%hs_build

%install
%hs_install
%hs_gen_filelist

%files -f %name-files.all

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin