mirror of
https://abf.rosa.ru/djam/helm-mirror.git
synced 2025-02-22 23:33:01 +00:00
Imported from SRPM
This commit is contained in:
commit
dde82a1d89
3 changed files with 37 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
helm-mirror-0.3.1.tar.gz: bf4db2cdc8f8eec091fe890ab289db5d5f876990
|
2
helm-mirror.rpmlintrc
Normal file
2
helm-mirror.rpmlintrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
addFilter("E: shared-lib-without-dependency-information")
|
||||
|
33
helm-mirror.spec
Normal file
33
helm-mirror.spec
Normal file
|
@ -0,0 +1,33 @@
|
|||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
|
||||
Name: helm-mirror
|
||||
Version: 0.3.1
|
||||
Release: 1
|
||||
Summary: Helm plugin used to mirror repositories
|
||||
URL: https://github.com/openSUSE/helm-mirror
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1000: %{name}.rpmlintrc
|
||||
License: ASL 2.0
|
||||
Group: Development/Other
|
||||
BuildRequires: go
|
||||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
|
||||
%description
|
||||
Helm plugin used to mirror Chart repositories
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%make
|
||||
upx bin/%{name}
|
||||
|
||||
%install
|
||||
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%doc README.md LICENSE
|
||||
%{_bindir}/%{name}
|
||||
|
Loading…
Add table
Reference in a new issue