From 14ca901bb74fa1ba7cdaefd76a757a09adb568ee Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Mon, 2 Oct 2023 12:23:24 +0200 Subject: [PATCH] Unretirement request: https://pagure.io/releng/issue/11694 --- .gitignore | 7 +++ README.md | 3 ++ changelog | 12 +++++ dead.package | 1 - rust-relative-path.spec | 97 +++++++++++++++++++++++++++++++++++++++++ sources | 1 + 6 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 changelog delete mode 100644 dead.package create mode 100644 rust-relative-path.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d746d9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/relative-path-1.3.2.crate +/relative-path-1.4.0.crate +/relative-path-1.5.0.crate +/relative-path-1.6.0.crate +/relative-path-1.6.1.crate +/relative-path-1.7.0.crate +/relative-path-1.7.2.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a69314 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-relative-path + +The rust-relative-path package diff --git a/changelog b/changelog new file mode 100644 index 0000000..1aba020 --- /dev/null +++ b/changelog @@ -0,0 +1,12 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue May 04 2021 Fabio Valentini - 1.4.0-1 +- Update to version 1.4.0. +- Fixes RHBZ#1956929 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Dec 25 14:28:44 CET 2020 Igor Raits - 1.3.2-1 +- Initial package diff --git a/dead.package b/dead.package deleted file mode 100644 index c7912ba..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -no longer needed diff --git a/rust-relative-path.spec b/rust-relative-path.spec new file mode 100644 index 0000000..efa4657 --- /dev/null +++ b/rust-relative-path.spec @@ -0,0 +1,97 @@ +# Generated by rust2rpm 21 +%bcond_without check +%global debug_package %{nil} + +%global crate relative-path + +Name: rust-%{crate} +Version: 1.7.2 +Release: %autorelease +Summary: Portable, relative paths for Rust + +# Upstream license specification: MIT/Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/relative-path +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Portable, relative paths for Rust.} + +%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-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGELOG.md +%doc %{crate_instdir}/README.md +%{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 + +%package -n %{name}+ci-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+ci-devel %{_description} + +This package contains library source intended for building other packages which +use the "ci" feature of the "%{crate}" crate. + +%files -n %{name}+ci-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde" feature of the "%{crate}" crate. + +%files -n %{name}+serde-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires -a + +%build +%cargo_build -a + +%install +%cargo_install -a + +%if %{with check} +%check +%cargo_test -a +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..67e8c31 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (relative-path-1.7.2.crate) = da77c10d93fdcc9cb93884121a0740f822a2e7ee3702c66472697f88fcee091f6a7bff514727cd346b36b380b1892e6d7760bf37eac6b5d70679c85a42c8ba5d