Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37749707
en ru br
ALT Linux repositórios
S:0.12.1-alt1

Group :: Development/Tools
RPM: rest-server

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: rest-server
Version: 0.12.1
Release: alt1

Summary: Rest Server is a high performance HTTP server that implements restic's REST backend API

Group: Development/Tools
License: BSD-2-Clause license
Url: https://github.com/restic/rest-server

# Source-url: https://github.com/restic/rest-server/archive/refs/tags/v%version.tar.gz

Source: %name-%version.tar

Source1: %name-development-%version.tar

Source2: %name.service

BuildRequires(pre): rpm-macros-golang
ExclusiveArch: %go_arches

BuildRequires: golang >= 1.17

%description
Rest Server is a high performance HTTP server that implements restic's REST backend API.
It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL.

%prep
%setup -a1

%build
export GOFLAGS=-mod=vendor
go build -o %name ./cmd/rest-server

%install
install -D -p -m 755 %name %buildroot%_sbindir/%name
install -D -m 644 %SOURCE2 %buildroot%_unitdir/%name.service

%post
%post_service %name

%preun
%preun_service %name

%files
%doc LICENSE README.md
%_sbindir/%name
%_unitdir/%name.service

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009