remove spec (#69)

This commit is contained in:
Benny 2021-02-01 17:00:37 +08:00 committed by GitHub
parent 9329ac65fe
commit 878a2ddd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +0,0 @@
Name: webp-server
Version: 0.3.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