2017-11-13 13:29:27 +00:00
|
|
|
Name: nim-srpm-macros
|
|
|
|
Version: 1
|
2018-07-13 11:37:50 +00:00
|
|
|
Release: 3%{?dist}
|
2017-11-13 13:29:27 +00:00
|
|
|
Summary: RPM macros for building Nimble source packages
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: https://pagure.io/nim2rpm
|
|
|
|
Source0: https://releases.pagure.org/nim2rpm/nim2rpm-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -n nim2rpm-%{version}
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -D -p -m 0644 -t %{buildroot}%{_rpmconfigdir}/macros.d data/macros.nim-srpm
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%{_rpmconfigdir}/macros.d/macros.nim-srpm
|
|
|
|
|
|
|
|
%changelog
|
2018-07-13 11:37:50 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-08 04:15:08 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-13 13:29:27 +00:00
|
|
|
* Sun Nov 12 2017 Sergey Avseyev <sergey.avseyev@gmail.com> - 1-1
|
|
|
|
- Initial package
|