1 Name: openssl-gost-engine
4 Summary: Loadable module for openssl implementing GOST cryptoalgoritms
6 Group: Libraries/Cryptography
8 URL: https://github.com/gost-engine/engine
9 Source0: %{name}-%{version}.tar.bz2
11 BuildRequires: cmake, openssl-devel
12 Requires: openssl-libs
17 This package contains openssl module with software implementation of GOST cryptoalgorithms.
20 Summary: utilities to compute GOST hashes
21 Group: Utilities/Cryptography
24 %description -n gostsum
25 Gostsum and gost12sum are utilities, similar to md5sum or sha1sum which computes
38 install -d -m 755 %{buildroot}%{_libdir}/engines-1.1
39 install -c -m 755 bin/gost.so %{buildroot}%{_libdir}/engines-1.1
40 install -d -m 755 %{buildroot}%{_bindir}
41 install -d -m 755 %{buildroot}%{_mandir}/man1
42 install -c -m 755 bin/gostsum %{buildroot}%{_bindir}
43 install -c -m 755 bin/gost12sum %{buildroot}%{_bindir}
44 install -c -m 644 gostsum.1 %{buildroot}%{_mandir}/man1
45 install -c -m 644 gost12sum.1 %{buildroot}%{_mandir}/man1
50 %dir %{_libdir}/engines-1.1
51 %{_libdir}/engines-1.1/gost.so
56 %{_mandir}/man1/gostsum.1*
57 %{_mandir}/man1/gost12sum.1*
61 * Wed Aug 2 2017 Victor Wagner <vitus@wagner.pp.ru>