Imported from SRPM

This commit is contained in:
Sergey Zhemoitel 2021-12-20 01:31:59 +03:00
commit dde82a1d89
3 changed files with 37 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
helm-mirror-0.3.1.tar.gz: bf4db2cdc8f8eec091fe890ab289db5d5f876990

2
helm-mirror.rpmlintrc Normal file
View file

@ -0,0 +1,2 @@
addFilter("E: shared-lib-without-dependency-information")

33
helm-mirror.spec Normal file
View 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}