34 lines
755 B
RPMSpec
34 lines
755 B
RPMSpec
Summary: Infomaas release
|
|
Name: ims-release
|
|
Version: 40
|
|
Release: 1%{?dist}
|
|
License: GPLv2+
|
|
Group: System Environment/Base
|
|
URL: http://gitea.infomaas.com/rpms-fedora-ims/ims-release
|
|
BuildArch: noarch
|
|
Source0: ims.repo
|
|
|
|
Requires: dnf
|
|
|
|
%description
|
|
InfoMaaS Fedora package repository files for yum and dnf along with gpg public keys.
|
|
|
|
|
|
%install
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
|
|
|
|
install -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
|
|
|
|
%clean
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_sysconfdir}/yum.repos.d/*
|
|
|
|
%changelog
|
|
* Wed Mar 23 2022 Zoran Pericic <zoran.pericic@infomaas.com>
|
|
Initial release
|