## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 24 %ifarch %{ix86} %{arm} # * generated bindgen tests only work on 64-bit architectures # https://github.com/sgrif/pq-sys/issues/32 %bcond_with check %else %bcond_without check %endif %global debug_package %{nil} %global crate pq-sys Name: rust-pq-sys Version: 0.4.8 Release: %autorelease Summary: Auto-generated rust bindings for libpq License: MIT OR Apache-2.0 URL: https://crates.io/crates/pq-sys Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: pq-sys-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes # * make build-dependency on pkg-config non-optional Patch: pq-sys-fix-metadata.diff # * unconditionally use pkg-config to link against system libpq Patch: 0001-Unconditionally-use-pkg-config-to-link-against-syste.patch BuildRequires: rust-packaging >= 21 %global _description %{expand: Auto-generated rust bindings for libpq.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch Requires: pkgconfig(libpq) %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/CHANGELOG.md %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 %package -n %{name}+pkg-config-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+pkg-config-devel %{_description} This package contains library source intended for building other packages which use the "pkg-config" feature of the "%{crate}" crate. %files -n %{name}+pkg-config-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires echo 'pkgconfig(libpq)' %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Fri Jan 26 2024 Fedora Release Engineering - 0.4.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Aug 31 2023 Fabio Valentini - 0.4.8-1 - Update to version 0.4.8; Fixes RHBZ#2187760 * Fri Jul 21 2023 Fedora Release Engineering - 0.4.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 0.4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Aug 05 2022 Fabio Valentini - 0.4.7-1 - Update to version 0.4.7; Fixes RHBZ#2108194 * Sat Jul 23 2022 Fedora Release Engineering - 0.4.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering - 0.4.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.4.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.4.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.4.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 17 17:49:57 CEST 2020 Igor Raits - 0.4.6-1 - Initial package ## END: Generated by rpmautospec