## START: Set by rpmautospec ## (rpmautospec version 0.3.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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 23 %bcond_without check %global debug_package %{nil} %global crate bindgen Name: rust-bindgen Version: 0.62.0 Release: %autorelease Summary: Automatically generates Rust FFI bindings to C and C++ libraries License: BSD-3-Clause URL: https://crates.io/crates/bindgen Source0: %{crates_source} # https://github.com/rust-lang/rust-bindgen/pull/2352 Source1: https://github.com/rust-lang/rust-bindgen/raw/v0.62.0/LICENSE BuildRequires: rust-packaging >= 21 %global _description %{expand: Automatically generates Rust FFI bindings to C and C++ libraries.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE %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}+log-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+log-devel %{_description} This package contains library source intended for building other packages which use the "log" feature of the "%{crate}" crate. %files -n %{name}+log-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+logging-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+logging-devel %{_description} This package contains library source intended for building other packages which use the "logging" feature of the "%{crate}" crate. %files -n %{name}+logging-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+runtime-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+runtime-devel %{_description} This package contains library source intended for building other packages which use the "runtime" feature of the "%{crate}" crate. %files -n %{name}+runtime-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+static-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+static-devel %{_description} This package contains library source intended for building other packages which use the "static" feature of the "%{crate}" crate. %files -n %{name}+static-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+testing_only_docs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+testing_only_docs-devel %{_description} This package contains library source intended for building other packages which use the "testing_only_docs" feature of the "%{crate}" crate. %files -n %{name}+testing_only_docs-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+testing_only_extra_assertions-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+testing_only_extra_assertions-devel %{_description} This package contains library source intended for building other packages which use the "testing_only_extra_assertions" feature of the "%{crate}" crate. %files -n %{name}+testing_only_extra_assertions-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+testing_only_libclang_5-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+testing_only_libclang_5-devel %{_description} This package contains library source intended for building other packages which use the "testing_only_libclang_5" feature of the "%{crate}" crate. %files -n %{name}+testing_only_libclang_5-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+testing_only_libclang_9-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+testing_only_libclang_9-devel %{_description} This package contains library source intended for building other packages which use the "testing_only_libclang_9" feature of the "%{crate}" crate. %files -n %{name}+testing_only_libclang_9-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+which-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+which-devel %{_description} This package contains library source intended for building other packages which use the "which" feature of the "%{crate}" crate. %files -n %{name}+which-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+which-rustfmt-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+which-rustfmt-devel %{_description} This package contains library source intended for building other packages which use the "which-rustfmt" feature of the "%{crate}" crate. %files -n %{name}+which-rustfmt-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 cp -pav %{SOURCE1} . %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Thu Nov 17 2022 Fabio Valentini - 0.62.0-1 - Update to version 0.62.0; Fixes RHBZ#2093740 * Mon Sep 19 2022 Pete Walter - 0.59.2-5 - Rebuild for clang 15 * Sat Jul 23 2022 Fedora Release Engineering - 0.59.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek - 0.59.2-3 - Rebuild with package notes * Fri Jan 21 2022 Fedora Release Engineering - 0.59.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Dec 15 2021 Fabio Valentini - 0.59.2-1 - Update to version 0.59.2; Fixes RHBZ#2026817 * Thu Nov 11 2021 Robert-André Mauchin - 0.59.1-1 - Update to 0.59.1 Close: rhbz#1945996 * Fri Jul 23 2021 Fedora Release Engineering - 0.57.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed May 26 2021 Tom Stellard - 0.57.0-2 - Rebuild for LLVM 12.0.0-final * Wed Mar 31 16:16:57 CEST 2021 Robert-André Mauchin - 0.57.0-1 - Update to 0.57.0 - Close: rhbz#1923131 * Wed Jan 27 2021 Fedora Release Engineering - 0.56.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Tom Stellard - 0.56.0-3 - Rebuild for clang-11.1.0 * Mon Dec 28 13:27:44 CET 2020 Igor Raits - 0.56.0-2 - Rebuild * Fri Nov 27 2020 Fabio Valentini - 0.56.0-1 - Update to version 0.56.0. * Fri Sep 18 2020 Fabio Valentini - 0.54.0-3 - Bump to which 4. * Wed Jul 29 2020 Fedora Release Engineering - 0.54.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat May 30 2020 Josh Stone - 0.54.0-1 - Update to 0.54.0 * Thu May 14 08:11:52 CEST 2020 Igor Raits - 0.53.2-2 - Link with libclang instead of runtime detection * Tue Mar 10 2020 Josh Stone - 0.53.2-1 - Update to 0.53.2 * Thu Mar 05 2020 Josh Stone - 0.53.1-2 - Bump to clang-sys 0.29 * Thu Feb 27 2020 Josh Stone - 0.53.1-1 - Update to 0.53.1 * Thu Jan 30 2020 Fedora Release Engineering - 0.52.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Dec 05 14:57:26 CET 2019 Igor Gnatenko - 0.52.0-1 - Update to 0.52.0 * Wed Jul 31 18:31:15 CEST 2019 Robert-André Mauchin - 0.51.0-1 - Release 0.51.0 * Fri Jul 26 2019 Fedora Release Engineering - 0.49.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 15 08:38:03 CEST 2019 Igor Gnatenko - 0.49.0-3 - Update hashbrown to 0.3 * Sun Apr 14 2019 Robert-André Mauchin - 0.49.0-2 - Rebuilt for hashbrown 0.2.0 * Wed Mar 27 2019 Josh Stone - 0.49.0-1 - Update to 0.49.0 * Sat Mar 16 2019 Robert-André Mauchin - 0.48.1-1 - Update to 0.48.1 * Sat Feb 02 2019 Fedora Release Engineering - 0.47.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 22 2019 Josh Stone - 0.47.0-1 - Update to 0.47.0 * Mon Jan 14 2019 Josh Stone - 0.46.0-1 - Update to 0.46.0 * Sat Nov 10 2018 Josh Stone - 0.43.1-1 - Update to 0.43.1 * Sun Nov 04 2018 Igor Gnatenko - 0.43.0-2 - Adapt to new packaging * Mon Oct 22 2018 Josh Stone - 0.43.0-1 - Update to 0.43.0 * Thu Oct 11 2018 Josh Stone - 0.42.2-1 - Update to 0.42.2 * Mon Oct 08 2018 Josh Stone - 0.42.1-1 - Update to 0.42.1 * Thu Oct 04 2018 Igor Gnatenko - 0.42.0-1 - Initial package