Imported from SRPM

This commit is contained in:
Sergey Zhemoitel 2021-06-25 11:44:56 +03:00
commit b8dc7f559f
2 changed files with 34 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
helm-changelog-0.0.1.tar.gz: 6080e23c7a3568a94e945fa8b522d01a6e7b77a6

32
helm-changelog.spec Normal file
View file

@ -0,0 +1,32 @@
%define debug %nil
%define debug_package %nil
Name: helm-changelog
Version: 0.0.1
Release: 1
Summary: Create changelogs for Helm Charts
URL: https://github.com/mogensen/helm-changelog
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
License: ASL 2.0
Group: Development/Other
BuildRequires: go >= 1.11
BuildRequires: upx
BuildRequires: git-core
%description
Create changelogs for Helm Charts, based on git history
%prep
%setup -q
%build
make build
upx bin/%{name}
%install
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%files
%doc README.md LICENSE
%{_bindir}/%{name}