From ec03ce7a458691d6511d1f44914edd5fe00bbe55 Mon Sep 17 00:00:00 2001 From: yizhengxie Date: Wed, 20 Jul 2022 17:21:30 -0700 Subject: [PATCH] Initial import (fedora#2101580) --- .gitignore | 1 + rust-pwd.spec | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 83 insertions(+) create mode 100644 .gitignore create mode 100644 rust-pwd.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b27baf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/pwd-1.3.1.crate diff --git a/rust-pwd.spec b/rust-pwd.spec new file mode 100644 index 0000000..a498089 --- /dev/null +++ b/rust-pwd.spec @@ -0,0 +1,81 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.2.6) +%define autorelease(e:s:pb:) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} +## END: Set by rpmautospec + +# Generated by rust2rpm 21 +%bcond_without check +%global debug_package %{nil} + +%global crate pwd + +Name: rust-%{crate} +Version: 1.3.1 +Release: %autorelease +Summary: Safe interface to pwd.h + +# Upstream license specification: CC-PDDC +License: CC-PDDC +URL: https://crates.io/crates/pwd +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Safe interface to pwd.h.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE +%doc %{crate_instdir}/README.adoc +%{crate_instdir}/ + +%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 the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/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 Jul 15 2022 John Doe 1.3.1-1 +- Uncommitted changes diff --git a/sources b/sources new file mode 100644 index 0000000..3254b39 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (pwd-1.3.1.crate) = 4c5f55fe470f04a7b0c2f33941b90eff015674a0a257f24fb12a83553c99d1f4b8ff6974b0020bb934059c8043cca0c2376af8f089db72e98cf9a5d3221a7e79