Compare commits

...

3 Commits

3
.gitignore vendored

@ -12,3 +12,6 @@
/pkg-config-0.3.23.crate /pkg-config-0.3.23.crate
/pkg-config-0.3.24.crate /pkg-config-0.3.24.crate
/pkg-config-0.3.25.crate /pkg-config-0.3.25.crate
/pkg-config-0.3.26.crate
/pkg-config-0.3.27.crate
/pkg-config-0.3.28.crate

@ -1,5 +0,0 @@
[DEFAULT]
buildrequires =
/usr/bin/pkg-config
lib.requires =
/usr/bin/pkg-config

@ -1,3 +0,0 @@
# rust-pkg-config
The rust-pkg-config package

@ -1,26 +1,23 @@
# Generated by rust2rpm 21 # 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-%{crate} Name: rust-pkg-config
Version: 0.3.25 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
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/pkg-config URL: https://crates.io/crates/pkg-config
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Library to run the pkg-config system tool at build time in order to be used in A library to run the pkg-config system tool at build time in order to be
Cargo build scripts.} used in Cargo build scripts.}
%description %{_description} %description %{_description}
@ -54,7 +51,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

@ -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"]

@ -1 +1 @@
SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8 SHA512 (pkg-config-0.3.28.crate) = 1ef92c5cf5320fb2e7d9e337edae08eaef01c762cb18406f732af731e5a94bef95be36cc0e0f5643f47a925aa127c5520a961c034e7b86357715656707a6e0e4

Loading…
Cancel
Save