%{?scl:%scl_package %{name}} %if 0%{?fedora} || 0%{?rhel} == 6|| 0%{?rhel} == 7 %global with_devel 1 %global with_bundled 0 %global with_debug 0 %global with_check 1 %global with_unit_test 1 %else %global with_devel 0 %global with_bundled 0 %global with_debug 0 %global with_check 0 %global with_unit_test 0 %endif %if 0%{?with_debug} %global _dwz_low_mem_die_limit 0 %else %global debug_package %{nil} %endif %define copying() \ %if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \ %license %{*} \ %else \ %doc %{*} \ %endif %global provider github %global provider_tld com %global project golang %global repo crypto # https://github.com/golang/crypto %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path golang.org/x/crypto %global commit c57d4a71915a248dbad846d60825145062b4c18e %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global gc_import_path code.google.com/p/go.crypto %global gc_rev 69e2a90ed92d03812364aeb947b7068dc42e561e %global gc_shortrev %(r=%{rev}; echo ${r:0:12}) %global x_name %{?scl_prefix}golang-golangorg-crypto Name: %{?scl_prefix}golang-googlecode-go-crypto Version: 0 Release: 0.8.git%{shortcommit}%{?dist} Summary: Supplementary Go cryptography libraries License: BSD URL: https://%{provider_prefix} Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz # If go_arches not defined fall through to implicit golang archs %if 0%{?go_arches:1} ExclusiveArch: %{go_arches} %else ExclusiveArch: %{ix86} x86_64 %{arm} %endif # If gccgo_arches does not fit or is not defined fall through to golang %ifarch 0%{?gccgo_arches} BuildRequires: gcc-go >= %{gccgo_min_vers} %else BuildRequires: golang %endif %description %{summary} %if 0%{?with_devel} %package devel Summary: %{summary} BuildArch: noarch %if 0%{?with_check} %endif Provides: %{?scl_prefix}golang(%{gc_import_path}/bcrypt) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/blowfish) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/bn256) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/cast5) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/curve25519) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/hkdf) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/md4) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/nacl/box) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/nacl/secretbox) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/ocsp) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/openpgp) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/openpgp/armor) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/openpgp/clearsign) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/openpgp/elgamal) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/openpgp/errors) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/openpgp/packet) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/openpgp/s2k) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/otr) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/pbkdf2) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/poly1305) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/ripemd160) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/salsa20) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/salsa20/salsa) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/scrypt) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/sha3) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/ssh) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/ssh/agent) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/ssh/terminal) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/ssh/test) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/ssh/testdata) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/twofish) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/xtea) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{gc_import_path}/xts) = %{version}-%{release} %description devel %{summary} This package contains library source intended for building other packages which use import path with %{gc_import_path} prefix. %package -n %{x_name}-devel Summary: %{summary} BuildArch: noarch %if 0%{?with_check} %endif Provides: %{?scl_prefix}golang(%{import_path}/bcrypt) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/blowfish) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/bn256) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/cast5) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/curve25519) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/hkdf) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/md4) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/nacl/box) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/nacl/secretbox) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/ocsp) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/openpgp) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/openpgp/armor) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/openpgp/clearsign) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/openpgp/elgamal) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/openpgp/errors) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/openpgp/packet) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/openpgp/s2k) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/otr) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/pbkdf2) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/poly1305) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/ripemd160) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/salsa20) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/salsa20/salsa) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/scrypt) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/sha3) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/ssh) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/ssh/agent) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/ssh/terminal) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/ssh/test) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/ssh/testdata) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/twofish) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/xtea) = %{version}-%{release} Provides: %{?scl_prefix}golang(%{import_path}/xts) = %{version}-%{release} %description -n %{x_name}-devel %{summary} This package contains library source intended for building other packages which use import path with %{import_path} prefix. %endif %if 0%{?with_unit_test} %package unit-test Summary: Unit tests for %{name} package # If go_arches not defined fall through to implicit golang archs %if 0%{?go_arches:1} ExclusiveArch: %{go_arches} %else ExclusiveArch: %{ix86} x86_64 %{arm} %endif # If gccgo_arches does not fit or is not defined fall through to golang %ifarch 0%{?gccgo_arches} BuildRequires: gcc-go >= %{gccgo_min_vers} %else BuildRequires: golang %endif %if 0%{?with_check} #Here comes all BuildRequires: PACKAGE the unit tests #in %%check section need for running %endif # test subpackage tests code from devel subpackage Requires: %{x_name}-devel = %{version}-%{release} %description unit-test %{summary} This package contains unit tests for project providing packages with %{import_path} prefix. %endif %prep %setup -q -n %{repo}-%{commit} %build %{?scl:scl enable %{scl} - << "EOF"} %{?scl:EOF} %install %{?scl:scl enable %{scl} - << "EOF"} # source codes for building projects %if 0%{?with_devel} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ install -d -p %{buildroot}/%{gopath}/src/%{gc_import_path}/ for ext in go s; do # find all *.go but no *_test.go files and generate devel.file-list for file in $(find . -iname "*.$ext" \! -iname "*_test.go") ; do install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list install -d -p %{buildroot}/%{gopath}/src/%{gc_import_path}/$(dirname $file) cp -pav $file %{buildroot}/%{gopath}/src/%{gc_import_path}/$file echo "%%{gopath}/src/%%{gc_import_path}/$file" >> gc_devel.file-list done done pushd %{buildroot}/%{gopath}/src/%{gc_import_path} sed -i 's/"golang\.org\/x\/crypto/"code\.google\.com\/p\/go\.crypto/g' \ $(find . -name '*.go') popd %endif # testing files for this project %if 0%{?with_unit_test} install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ # find all *_test.go files and generate unit-test.file-list for file in $(find . -iname "*_test.go"); do install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list done for file in ./sha3/testdata/keccakKats.json.deflate; do install -d -p %{buildroot}/%{gopath}/src/%{import_path}/sha3/testdata cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list done %endif %if 0%{?with_devel} olddir=$(pwd) pushd %{buildroot}/%{gopath}/src/%{import_path} for file in $(find . -type d) ; do echo "%%dir %%{gopath}/src/%%{import_path}/$file" >> ${olddir}/devel.file-list done popd echo "%%dir %%{gopath}/src/golang.org/x" >> devel.file-list echo "%%dir %%{gopath}/src/golang.org" >> devel.file-list sort -u -o devel.file-list devel.file-list %endif %if 0%{?with_devel} olddir=$(pwd) pushd %{buildroot}/%{gopath}/src/%{gc_import_path} for file in $(find . -type d) ; do echo "%%dir %%{gopath}/src/%%{gc_import_path}/$file" >> ${olddir}/gc_devel.file-list done popd echo "%%dir %%{gopath}/src/code.google.com/p" >> gc_devel.file-list echo "%%dir %%{gopath}/src/code.google.com" >> gc_devel.file-list sort -u -o gc_devel.file-list gc_devel.file-list %endif %{?scl:EOF} %check %if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} %ifarch 0%{?gccgo_arches} function gotest { %{gcc_go_test} "$@"; } %else %if 0%{?golang_test:1} function gotest { %{golang_test} "$@"; } %else function gotest { go test "$@"; } %endif %endif export GOPATH=%{buildroot}/%{gopath}:%{gopath} gotest %{import_path}/bcrypt gotest %{import_path}/blowfish gotest %{import_path}/bn256 gotest %{import_path}/cast5 gotest %{import_path}/curve25519 gotest %{import_path}/hkdf gotest %{import_path}/md4 gotest %{import_path}/nacl/box gotest %{import_path}/nacl/secretbox # undefined: elliptic.P224 #gotest %%{import_path}/ocsp gotest %{import_path}/openpgp gotest %{import_path}/openpgp/armor gotest %{import_path}/openpgp/clearsign gotest %{import_path}/openpgp/elgamal gotest %{import_path}/openpgp/packet gotest %{import_path}/openpgp/s2k gotest %{import_path}/otr gotest %{import_path}/pbkdf2 gotest %{import_path}/poly1305 gotest %{import_path}/ripemd160 gotest %{import_path}/salsa20 gotest %{import_path}/salsa20/salsa gotest %{import_path}/scrypt gotest %{import_path}/sha3 # undefined: elliptic.P224 #gotest %%{import_path}/ssh gotest %{import_path}/ssh/agent gotest %{import_path}/ssh/terminal gotest %{import_path}/ssh/test gotest %{import_path}/twofish gotest %{import_path}/xtea gotest %{import_path}/xts %endif %if 0%{?with_devel} %files -n %{x_name}-devel -f devel.file-list %copying LICENSE %doc CONTRIBUTING.md README AUTHORS CONTRIBUTORS %files devel -f gc_devel.file-list %copying LICENSE %doc CONTRIBUTING.md README AUTHORS CONTRIBUTORS %endif %if 0%{?with_unit_test} %files unit-test -f unit-test.file-list %copying LICENSE %doc CONTRIBUTING.md README AUTHORS CONTRIBUTORS %endif %changelog * Wed Feb 3 2016 Marek Skalicky - 0-0.8.gitc57d4a7 - Fixed directory ownership * Thu Oct 08 2015 jchaloup - 0-0.7.gitc57d4a7 - Fix sed for import path related: #1231618 * Thu Aug 20 2015 jchaloup - 0-0.6.gitc57d4a7 - Choose the correct devel subpackage related: #1231618 * Wed Aug 19 2015 jchaloup - 0-0.5.gitc57d4a7 - Update spec file to spec-2.0 related: #1231618 * Wed Jun 17 2015 Fedora Release Engineering - 0-0.4.gitc57d4a7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Jun 15 2015 jchaloup - 0-0.3.git%{shortcommit} - Repository has moved to github.com/golang/crypto, updating spec file accordingly resolves: #1231618 * Sun Dec 14 2014 Lokesh Mandvekar - 0-0.2.hg69e2a90ed92d - Correct Source0 URL - Correct paths for golang.org/x/crypto/* * Thu Dec 04 2014 jchaloup - 0-0.1.hg69e2a90ed92d - First package for Fedora resolves: #1148704