Compare commits

...

10 Commits

Author SHA1 Message Date
Fabio Valentini 14c2d3b4da
Update to version 0.3.31; Fixes RHBZ#2314180
3 months ago
Fedora Release Engineering 2646e6b983 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 850cf1adf4
Update to version 0.3.30; Fixes RHBZ#2264154
11 months ago
Fabio Valentini 21fd034533
Update to version 0.3.29; Fixes RHBZ#2258825
12 months ago
Fedora Release Engineering 5d1e8984c0 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 7479255b85
Update to version 0.3.28; Fixes RHBZ#2255417
1 year ago
Fedora Release Engineering 4b529e1c1f Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 46924398f1
Update to version 0.3.27; Fixes RHBZ#2192885
2 years ago
Fedora Release Engineering 83bd6a1076 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 3b4431ca7f
Update to version 0.3.26; Fixes RHBZ#2137771
2 years ago

6
.gitignore vendored

@ -12,3 +12,9 @@
/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
/pkg-config-0.3.29.crate
/pkg-config-0.3.30.crate
/pkg-config-0.3.31.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,24 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 26
%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.31
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: /usr/bin/pkg-config
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,12 +52,11 @@ 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
%cargo_generate_buildrequires %cargo_generate_buildrequires
echo '/usr/bin/pkg-config'
%build %build
%cargo_build %cargo_build

@ -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.31.crate) = ac3e8062ee8831a4e4fc717b5247dc7f113da7bf6d64ec95cbca7875959a2afa1497bf81d9dfc27206b5fb10027a2509d51dd9ca1c10139d7b4c78128864fdf4

Loading…
Cancel
Save