From 2c14b4a1a74c5f33049a773ecbe39e2f6d625763 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 14 Jan 2018 23:35:39 +0100 Subject: [PATCH] initial import Signed-off-by: Igor Gnatenko --- .gitignore | 1 + jobserver-0.1.9-fix-metadata.diff | 8 ++++ rust-jobserver.spec | 68 +++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 78 insertions(+) create mode 100644 .gitignore create mode 100644 jobserver-0.1.9-fix-metadata.diff create mode 100644 rust-jobserver.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..170b19e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/jobserver-0.1.9.crate diff --git a/jobserver-0.1.9-fix-metadata.diff b/jobserver-0.1.9-fix-metadata.diff new file mode 100644 index 0000000..9bd10cc --- /dev/null +++ b/jobserver-0.1.9-fix-metadata.diff @@ -0,0 +1,8 @@ +--- jobserver-0.1.9/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ jobserver-0.1.9/Cargo.toml 2018-01-13T17:16:25.272568+01:00 +@@ -58,5 +58,3 @@ + version = "0.1" + [target."cfg(unix)".dependencies.libc] + version = "0.2" +-[target."cfg(windows)".dependencies.rand] +-version = "0.3" diff --git a/rust-jobserver.spec b/rust-jobserver.spec new file mode 100644 index 0000000..1f16b25 --- /dev/null +++ b/rust-jobserver.spec @@ -0,0 +1,68 @@ +# Generated by rust2rpm +%bcond_without check +%global debug_package %{nil} + +%global crate jobserver + +Name: rust-%{crate} +Version: 0.1.9 +Release: 1%{?dist} +Summary: Implementation of the GNU make jobserver for Rust + +License: MIT or ASL 2.0 +URL: https://crates.io/crates/jobserver +Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +# Initial patched metadata +# * No windows +Patch0: jobserver-0.1.9-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging +# [dependencies] +BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0) +%if %{with check} +# [dev-dependencies] +BuildRequires: (crate(futures) >= 0.1.0 with crate(futures) < 0.2.0) +BuildRequires: (crate(num_cpus) >= 1.0.0 with crate(num_cpus) < 2.0.0) +BuildRequires: (crate(tempdir) >= 0.3.0 with crate(tempdir) < 0.4.0) +BuildRequires: (crate(tokio-core) >= 0.1.0 with crate(tokio-core) < 0.2.0) +BuildRequires: (crate(tokio-process) >= 0.1.0 with crate(tokio-process) < 0.2.0) +%endif + +%description +%{summary}. + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel +An implementation of the GNU make jobserver for Rust. + +This package contains library source intended for building other packages +which use %{crate} from crates.io. + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%files devel +%license LICENSE-MIT LICENSE-APACHE +%doc README.md +%{cargo_registry}/%{crate}-%{version}/ + +%changelog +* Sat Jan 13 2018 Igor Gnatenko - 0.1.9-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..0b97f24 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (jobserver-0.1.9.crate) = 071659d76ec2d0e8f43a4699c6a04631561f6bd7e9fbda5cbf0ce818ae4214c6991557c996143d52026962bfdcc935fb91c70d1566871a41b2c3c6a611649c41