import rust-pkg-config-0.3.28-1.el9

i9ce changed/i9ce/rust-pkg-config-0.3.28-1.el9
MSVSphere Packaging Team 1 year ago
parent 1fb6ef751e
commit 7dc7fc988f

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/pkg-config-0.3.28.crate

@ -0,0 +1 @@
ef2beda7fc2eebc6a5c5c62361bef7e83963d679 SOURCES/pkg-config-0.3.28.crate

Binary file not shown.

@ -0,0 +1,7 @@
[package]
summary = "Library to run the pkg-config system tool"
[requires]
build = ["/usr/bin/pkg-config"]
lib = ["/usr/bin/pkg-config"]

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pkg-config %global crate pkg-config
Name: rust-pkg-config Name: rust-pkg-config
Version: 0.3.27 Version: 0.3.28
Release: %autorelease Release: %autorelease
Summary: Library to run the pkg-config system tool Summary: Library to run the pkg-config system tool
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/pkg-config URL: https://crates.io/crates/pkg-config
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A library to run the pkg-config system tool at build time in order to be A library to run the pkg-config system tool at build time in order to be
@ -61,7 +61,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -76,11 +76,13 @@ echo '/usr/bin/pkg-config'
%if %{with check} %if %{with check}
%check %check
# * skip a test that fails with latest versions of pkgconf %cargo_test
%cargo_test -- -- --exact --skip escapes
%endif %endif
%changelog %changelog
* Thu Dec 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.28-1
- Update to version 0.3.28; Fixes RHBZ#2255417
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.27-1 * Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.27-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save