# Generated by rust2rpm 13 %bcond_with check %global debug_package %{nil} %global crate atk Name: rust-%{crate} Version: 0.9.0 Release: 2%{?dist} Summary: Rust bindings for the ATK library # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/atk Source: %{crates_source} ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Rust bindings for the ATK library.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license COPYRIGHT LICENSE %doc README.md CHANGELOG.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{appveyor.yml,check_init_asserts,LGPL,Makefile} %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 "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+dox-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+dox-devel %{_description} This package contains library source intended for building other packages which use "dox" feature of "%{crate}" crate. %files -n %{name}+dox-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+embed-lgpl-docs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+embed-lgpl-docs-devel %{_description} This package contains library source intended for building other packages which use "embed-lgpl-docs" feature of "%{crate}" crate. %files -n %{name}+embed-lgpl-docs-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+gtk-rs-lgpl-docs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+gtk-rs-lgpl-docs-devel %{_description} This package contains library source intended for building other packages which use "gtk-rs-lgpl-docs" feature of "%{crate}" crate. %files -n %{name}+gtk-rs-lgpl-docs-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+purge-lgpl-docs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+purge-lgpl-docs-devel %{_description} This package contains library source intended for building other packages which use "purge-lgpl-docs" feature of "%{crate}" crate. %files -n %{name}+purge-lgpl-docs-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_30-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+v2_30-devel %{_description} This package contains library source intended for building other packages which use "v2_30" feature of "%{crate}" crate. %files -n %{name}+v2_30-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_32-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+v2_32-devel %{_description} This package contains library source intended for building other packages which use "v2_32" feature of "%{crate}" crate. %files -n %{name}+v2_32-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+v2_34-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+v2_34-devel %{_description} This package contains library source intended for building other packages which use "v2_34" feature of "%{crate}" crate. %files -n %{name}+v2_34-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 %cargo_test %endif %changelog * Wed Jul 29 2020 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 09 2020 Josh Stone - 0.9.0-1 - Update to 0.9.0 * Thu Jan 30 2020 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 15 2020 Josh Stone - 0.8.0-1 - Update to 0.8.0 * Tue Dec 10 2019 Josh Stone - 0.7.0-1 - Update to 0.7.0 * Fri Jul 26 2019 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Apr 28 15:33:54 CEST 2019 Igor Gnatenko - 0.6.0-1 - Initial package