typioca
https://github.com/bloznelis/typioca
Minimal terminal based typing speed tester
- Links to devel:languages:go / typioca
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:jfkw:branches:devel:languages:go/typioca && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000126 126 Bytes | |
_service | 0000000670 670 Bytes | |
_servicedata | 0000000238 238 Bytes | |
typioca-2.11.2.tar.gz | 0000561477 548 KB | |
typioca.changes | 0000002014 1.97 KB | |
typioca.spec | 0000002894 2.83 KB | |
vendor.tar.gz | 0002546507 2.43 MB |
Revision 2 (latest revision is 10)
Jeff Kowalczyk (jfkw)
committed
(revision 2)
- Packaging improvements: * Remove unused BuildRequires: zstd does not match archive format * _service recompress change from xz to gz. The source archive is not large and xz unpack times are noticeably slower. If gz is not ideal for a given application, zstd is a good alternative. * Normalize go build invocation extracted from upstream Makefile * Build PIE with pattern that may become recommended procedure: %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build A go toolchain buildmode default config would be preferable but none exist at this time. * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable * Remove go build -a forced rebuild of packages. Rebuild is not needed in an OBS rpmbuild environment. * Remove forced use of pure Go DNS resolver via -tags netgo or GODEBUG=netdns=go. There Go DNS resolver is already the default (https://pkg.go.dev/net#hdr-Name_Resolution). * Remove ldflags -X entries for upstream import path and version. This information is embedded in binaries with go1.18+ and available via go version -m or runtime/debug.ReadBuildInfo(). * Move %check section directly after %build
Comments 0