v0.2.0
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
||||
3
imspkg-0.2.0.tar.gz
Normal file
3
imspkg-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1bf6cf111c43b0bf2df7623a1fc2f419acb93f6b0c66ad8a162f2c0e6e9db72
|
||||
size 2245
|
||||
43
imspkg.spec
Normal file
43
imspkg.spec
Normal file
@@ -0,0 +1,43 @@
|
||||
Name: imspkg
|
||||
Version: 0.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: InfoMaaS utility for working with koji
|
||||
License: GPLv2+
|
||||
URL: https://pagure.io/fedpkg
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://gitea.infomaas.com/Infomaas/imspkg/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
Requires: koji
|
||||
Requires: git
|
||||
Requires: redhat-rpm-config
|
||||
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
Provides the imspkg-* command for working with InfoMaaS koji
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/koji.conf
|
||||
%{_bindir}/%{name}-build
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 9 2023 Zoran Pericic <releng@fedoraproject.org> - 0.2.0-1
|
||||
- Initial release
|
||||
Reference in New Issue
Block a user