## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # Generated by rust2rpm 20 %bcond_without check %global crate bindgen Name: rust-%{crate} Version: 0.59.2 Release: %autorelease Summary: Automatically generates Rust FFI bindings to C and C++ libraries # Upstream license specification: BSD-3-Clause License: BSD URL: https://crates.io/crates/bindgen Source: %{crates_source} # Initial patched metadata # * No "runtime" feature by default. We can afford linking directly to libclang # and rebuild it for each SONAME change. This just makes it better integrated # in distribution context. Patch0: bindgen-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %global _description %{expand: Automatically generates Rust FFI bindings to C and C++ libraries.} %description %{_description} %package -n %{crate} Summary: %{summary} # ASL 2.0 or MIT: rust-cexpr 0.6.0 # ASL 2.0 or MIT: rust-peeking_take_while 0.1.2 # ASL 2.0 or MIT: rust-rustc-hash 1.1.0 # ASL 2.0: rust-clang-sys 1.3.0 # BSD: rust-bindgen 0.59.2 # MIT or ASL 2.0: rust-bitflags 1.3.2 # MIT or ASL 2.0: rust-cfg-if 1.0.0 # MIT or ASL 2.0: rust-either 1.6.1 # MIT or ASL 2.0: rust-env_logger 0.9.0 # MIT or ASL 2.0: rust-glob 0.3.0 # MIT or ASL 2.0: rust-humantime 2.1.0 # MIT or ASL 2.0: rust-lazy_static 1.4.0 # MIT or ASL 2.0: rust-lazycell 1.3.0 # MIT or ASL 2.0: rust-libc 0.2.109 # MIT or ASL 2.0: rust-log 0.4.14 # MIT or ASL 2.0: rust-minimal-lexical 0.2.1 # MIT or ASL 2.0: rust-proc-macro2 1.0.33 # MIT or ASL 2.0: rust-quote 1.0.10 # MIT or ASL 2.0: rust-regex 1.5.4 # MIT or ASL 2.0: rust-regex-syntax 0.6.25 # MIT or ASL 2.0: rust-shlex 1.1.0 # MIT or ASL 2.0: rust-unicode-width 0.1.9 # MIT or ASL 2.0: rust-unicode-xid 0.2.2 # MIT or ASL 2.0: rust-vec_map 0.8.2 # MIT or ASL 2.0: rust-version_check 0.9.3 # MIT: rust-ansi_term0.11 0.11.0 # MIT: rust-atty 0.2.14 # MIT: rust-clap2 2.33.3 # MIT: rust-nom 7.1.0 # MIT: rust-strsim 0.10.0 # MIT: rust-textwrap0.11 0.11.0 # MIT: rust-which 4.2.2 # Unlicense or MIT: rust-aho-corasick 0.7.18 # Unlicense or MIT: rust-memchr 2.4.1 # Unlicense or MIT: rust-termcolor 1.1.2 License: BSD and ASL 2.0 and MIT %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %doc README.md %{_bindir}/bindgen %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 LICENSE %doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+clap-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+clap-devel %{_description} This package contains library source intended for building other packages which use the "clap" feature of the "%{crate}" crate. %files -n %{name}+clap-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+env_logger-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+env_logger-devel %{_description} This package contains library source intended for building other packages which use the "env_logger" feature of the "%{crate}" crate. %files -n %{name}+env_logger-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_libclang_3_9-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+testing_only_libclang_3_9-devel %{_description} This package contains library source intended for building other packages which use the "testing_only_libclang_3_9" feature of the "%{crate}" crate. %files -n %{name}+testing_only_libclang_3_9-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+testing_only_libclang_4-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+testing_only_libclang_4-devel %{_description} This package contains library source intended for building other packages which use the "testing_only_libclang_4" feature of the "%{crate}" crate. %files -n %{name}+testing_only_libclang_4-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check # skip a test that requires files not shipped with the published crate %cargo_test -- -- --skip test::commandline_multiple_headers %endif %changelog * 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