From f95b1fb21dfb4f5151c328fba840cb76f673ff8d Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Fri, 19 Jun 2020 19:51:45 +0300 Subject: [PATCH] Initial package --- .gitignore | 1 + rust-openat.spec | 75 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 77 insertions(+) create mode 100644 .gitignore create mode 100644 rust-openat.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..806c055 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/openat-0.1.19.crate diff --git a/rust-openat.spec b/rust-openat.spec new file mode 100644 index 0000000..2e9ee5f --- /dev/null +++ b/rust-openat.spec @@ -0,0 +1,75 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate openat + +Name: rust-%{crate} +Version: 0.1.19 +Release: 1%{?dist} +Summary: Wrapper around openat, symlinkat, and similar system calls + +# Upstream license specification: MIT/Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/openat +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Wrapper around openat, symlinkat, and similar system calls.} + +%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-APACHE LICENSE-MIT +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Jun 19 04:52:08 EEST 2020 Artem Polishchuk - 0.1.19-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..13e98ff --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (openat-0.1.19.crate) = 5aca45944fa73fc5500965ded70554a38e6552041c724e8e83d8e292b96817c71abcebe9aa6f58823ebdaf506d4f76877ada9ee66635c98d7456b65e0955bdce