Compare commits

..

3 Commits

3
.gitignore vendored

@ -15,6 +15,3 @@
/pkg-config-0.3.26.crate /pkg-config-0.3.26.crate
/pkg-config-0.3.27.crate /pkg-config-0.3.27.crate
/pkg-config-0.3.28.crate /pkg-config-0.3.28.crate
/pkg-config-0.3.29.crate
/pkg-config-0.3.30.crate
/pkg-config-0.3.31.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # 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.31 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
@ -14,7 +14,6 @@ URL: https://crates.io/crates/pkg-config
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
BuildRequires: /usr/bin/pkg-config
%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
@ -57,6 +56,7 @@ use the "default" feature of the "%{crate}" crate.
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
echo '/usr/bin/pkg-config'
%build %build
%cargo_build %cargo_build

@ -1 +1 @@
SHA512 (pkg-config-0.3.31.crate) = ac3e8062ee8831a4e4fc717b5247dc7f113da7bf6d64ec95cbca7875959a2afa1497bf81d9dfc27206b5fb10027a2509d51dd9ca1c10139d7b4c78128864fdf4 SHA512 (pkg-config-0.3.28.crate) = 1ef92c5cf5320fb2e7d9e337edae08eaef01c762cb18406f732af731e5a94bef95be36cc0e0f5643f47a925aa127c5520a961c034e7b86357715656707a6e0e4

Loading…
Cancel
Save