diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..df353a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +/env_logger-0.4.3.crate +/env_logger-0.5.0.crate +/env_logger-0.5.1.crate +/env_logger-0.5.2.crate +/env_logger-0.5.3.crate +/env_logger-0.5.4.crate +/env_logger-0.5.5.crate +/env_logger-0.5.6.crate +/env_logger-0.5.7.crate +/env_logger-0.5.8.crate +/env_logger-0.5.9.crate +/env_logger-0.5.10.crate +/env_logger-0.5.11.crate +/env_logger-0.5.12.crate +/env_logger-0.5.13.crate diff --git a/rust-env_logger.spec b/rust-env_logger.spec new file mode 100644 index 0000000..8c6889e --- /dev/null +++ b/rust-env_logger.spec @@ -0,0 +1,164 @@ +# Generated by rust2rpm +# * Tests are run in infrastructure +%bcond_with check +%global debug_package %{nil} + +%global crate env_logger + +Name: rust-%{crate} +Version: 0.5.13 +Release: 2%{?dist} +Summary: Logging implementation for `log` which is configured via environment variable + +# Upstream license specification: MIT/Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/env_logger +Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging +BuildRequires: (crate(atty/default) >= 0.2.5 with crate(atty/default) < 0.3.0) +BuildRequires: (crate(humantime/default) >= 1.1.0 with crate(humantime/default) < 2.0.0) +BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) +BuildRequires: (crate(log/std) >= 0.4.0 with crate(log/std) < 0.5.0) +BuildRequires: (crate(regex/default) >= 1.0.3 with crate(regex/default) < 2.0.0) +BuildRequires: (crate(termcolor/default) >= 1.0.0 with crate(termcolor/default) < 2.0.0) + +%global _description \ +A logging implementation for `log` which is configured via an environment\ +variable. + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE-MIT LICENSE-APACHE +%doc README.md +%{cargo_registry}/%{crate}-%{version}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages +which use "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+regex-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+regex-devel %{_description} + +This package contains library source intended for building other packages +which use "regex" feature of "%{crate}" crate. + +%files -n %{name}+regex-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Tue Oct 30 2018 Igor Gnatenko - 0.5.13-2 +- Adapt to new packaging + +* Thu Aug 30 2018 Josh Stone - 0.5.13-1 +- Update to 0.5.13 + +* Sat Aug 04 2018 Josh Stone - 0.5.12-1 +- Update to 0.5.12 + +* Sat Jul 28 2018 Igor Gnatenko - 0.5.11-3 +- Rebuild to run tests + +* Tue Jul 24 2018 Igor Gnatenko - 0.5.11-2 +- Rebuild + +* Tue Jul 24 2018 Igor Gnatenko - 0.5.11-1 +- Update to 0.5.11 + +* Thu Jul 19 2018 Igor Gnatenko - 0.5.10-3 +- Bump termcolor to 1 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.5.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun May 06 2018 Igor Gnatenko - 0.5.10-1 +- Update to 0.5.10 + +* Sun Apr 22 2018 Igor Gnatenko - 0.5.9-1 +- Update to 0.5.9 + +* Wed Apr 18 2018 Josh Stone - 0.5.8-1 +- Update to 0.5.8 + +* Fri Apr 13 2018 Igor Gnatenko - 0.5.7-1 +- Update to 0.5.7 + +* Thu Mar 22 2018 Josh Stone - 0.5.6-1 +- Update to 0.5.6 + +* Fri Mar 09 2018 Igor Gnatenko - 0.5.5-1 +- Update to 0.5.5 + +* Mon Feb 26 2018 Josh Stone - 0.5.4-1 +- Update to 0.5.4 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 22 2018 Igor Gnatenko - 0.5.3-1 +- Update to 0.5.3 + +* Fri Jan 19 2018 Igor Gnatenko - 0.5.2-1 +- Update to 0.5.2 + +* Thu Jan 18 2018 Igor Gnatenko - 0.5.1-1 +- Update to 0.5.1 + +* Wed Jan 17 2018 Igor Gnatenko - 0.5.0-1 +- Update to 0.5.0 + +* Mon Jan 08 2018 Igor Gnatenko - 0.4.3-2 +- Rebuild for rust-packaging v5 + +* Thu Jun 15 2017 Igor Gnatenko - 0.4.3-1 +- Update to 0.4.3 + +* Wed Jun 14 2017 Igor Gnatenko - 0.4.2-2 +- Port to use rust-packaging + +* Wed Mar 08 2017 Igor Gnatenko - 0.4.2-1 +- Update to 0.4.2 + +* Sun Feb 26 2017 Igor Gnatenko - 0.4.1-1 +- Update to 0.4.1 + +* Sat Feb 25 2017 Igor Gnatenko - 0.4.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..7f240c9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (env_logger-0.5.13.crate) = 46739cbdcfb34e56b65c7839a5d62ec0f285359dd415bcdcbd2de5ad8e8015aee5a31e92c202c94da5d75235dee4f49ad8585fb852be1f8b2852438922ed4a99 diff --git a/tests/.fmf/version b/tests/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/tests/provision.fmf b/tests/provision.fmf new file mode 100644 index 0000000..503a97c --- /dev/null +++ b/tests/provision.fmf @@ -0,0 +1,5 @@ +--- +standard-inventory-qcow2: + qemu: + # `cargo test` usually eats more than 1G. + m: 4G diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..7cd7710 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/rust.git" + dest: rust + tests: + - rust/cargo-test + environment: + pkg: rust-env_logger