commit ef8a7dcb33307c929e976a25ae6b9d305ca5c617 Author: CentOS Sources Date: Tue Aug 6 15:16:34 2019 -0400 import rust-srpm-macros-5-2.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0925355 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/rust2rpm-5.tar.xz diff --git a/.rust-srpm-macros.metadata b/.rust-srpm-macros.metadata new file mode 100644 index 0000000..c917d8f --- /dev/null +++ b/.rust-srpm-macros.metadata @@ -0,0 +1 @@ +a5f32704ae7261a7acf420d98ffbd5b9a8b36b4c SOURCES/rust2rpm-5.tar.xz diff --git a/SPECS/rust-srpm-macros.spec b/SPECS/rust-srpm-macros.spec new file mode 100644 index 0000000..5bee40a --- /dev/null +++ b/SPECS/rust-srpm-macros.spec @@ -0,0 +1,42 @@ +Name: rust-srpm-macros +Version: 5 +Release: 2%{?dist} +Summary: RPM macros for building Rust source packages + +License: MIT +URL: https://pagure.io/fedora-rust/rust2rpm +Source0: https://releases.pagure.org/fedora-rust/rust2rpm/rust2rpm-%{version}.tar.xz + +BuildArch: noarch + +%description +%{summary}. + +%prep +%autosetup -n rust2rpm-%{version} + +%install +install -D -p -m 0644 -t %{buildroot}%{_rpmmacrodir} data/macros.rust-srpm + +%files +%license LICENSE +%{_rpmmacrodir}/macros.rust-srpm + +%changelog +* Fri Feb 09 2018 Fedora Release Engineering - 5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 5-1 +- Update to 5 + +* Thu Jul 27 2017 Fedora Release Engineering - 4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Jul 08 2017 Igor Gnatenko - 4-2 +- Include license + +* Fri Jul 07 2017 Igor Gnatenko - 4-1 +- Update to 4 + +* Tue Jun 13 2017 Igor Gnatenko - 3-1 +- Initial package