Unretirement request: https://pagure.io/releng/issue/11313
parent
5a4410a35c
commit
08871ae38f
@ -0,0 +1,2 @@
|
|||||||
|
/faccess-0.2.3.crate
|
||||||
|
/faccess-0.2.4.crate
|
@ -0,0 +1,8 @@
|
|||||||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Dec 02 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.2.3-2
|
||||||
|
- install license and doc for all subpackages
|
||||||
|
|
||||||
|
* Wed Dec 01 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.2.3-1
|
||||||
|
- Resolves: #2028271 - initial build
|
@ -1 +0,0 @@
|
|||||||
Orphaned for 6+ weeks
|
|
@ -0,0 +1,23 @@
|
|||||||
|
--- faccess-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
|
+++ faccess-0.2.4/Cargo.toml 2022-03-21T12:13:39.852900+00:00
|
||||||
|
@@ -34,19 +34,4 @@
|
||||||
|
version = "1.2.1"
|
||||||
|
|
||||||
|
[target."cfg(unix)".dependencies.libc]
|
||||||
|
-version = "~0.2.68"
|
||||||
|
-
|
||||||
|
-[target."cfg(windows)".dependencies.winapi]
|
||||||
|
-version = "0.3.8"
|
||||||
|
-features = [
|
||||||
|
- "accctrl",
|
||||||
|
- "aclapi",
|
||||||
|
- "handleapi",
|
||||||
|
- "impl-default",
|
||||||
|
- "minwindef",
|
||||||
|
- "processthreadsapi",
|
||||||
|
- "securitybaseapi",
|
||||||
|
- "winbase",
|
||||||
|
- "winerror",
|
||||||
|
- "winnt",
|
||||||
|
-]
|
||||||
|
+version = "0.2.68"
|
@ -0,0 +1,74 @@
|
|||||||
|
# Generated by rust2rpm 21
|
||||||
|
%bcond_without check
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
|
%global crate faccess
|
||||||
|
|
||||||
|
Name: rust-%{crate}
|
||||||
|
Version: 0.2.4
|
||||||
|
Release: %autorelease
|
||||||
|
Summary: Simple file accessibility checks
|
||||||
|
|
||||||
|
# Upstream license specification: MIT
|
||||||
|
License: MIT
|
||||||
|
URL: https://crates.io/crates/faccess
|
||||||
|
Source: %{crates_source}
|
||||||
|
# Initial patched metadata
|
||||||
|
# * drop Windows-specific dependencies
|
||||||
|
Patch0: faccess-fix-metadata.diff
|
||||||
|
|
||||||
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
|
BuildRequires: rust-packaging >= 21
|
||||||
|
|
||||||
|
%global _description %{expand:
|
||||||
|
Simple file accessibility checks.}
|
||||||
|
|
||||||
|
%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.txt
|
||||||
|
%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
|
||||||
|
|
||||||
|
%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
|
||||||
|
%autochangelog
|
Loading…
Reference in new issue