mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
* upgrade to fiber v2 * code format * remove redundant variables * remove useless exportable variables/functions * go mod replace use our own mirror now. * add test case for converter, use deferInit to make test more simple * remove useless file and fix typo * Makefile change * upgrade to go 1.15 * remove wrong go test comments * complete test case, coverage, coverage badge * Fix version typo * config struct fix * add banner, show version, add server header, remove fiber startup message Co-authored-by: n0vad3v <n0vad3v@riseup.net>
22 lines
525 B
RPMSpec
22 lines
525 B
RPMSpec
Name: webp-server
|
|
Version: 0.2.1
|
|
Release: 1%{?dist}
|
|
Summary: Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.
|
|
|
|
License: GPLv3
|
|
Source0: webp-server
|
|
URL: https://github.com/webp-sh/webp_server_go
|
|
|
|
%description
|
|
Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.
|
|
|
|
%install
|
|
%{__mkdir} -p %{buildroot}/%{_bindir}
|
|
install -p -m 755 %{SOURCE0} %{buildroot}/%{_bindir}
|
|
|
|
%files
|
|
%{_bindir}/webp-server
|
|
|
|
%changelog
|
|
|