# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate atk Name: rust-%{crate} Version: 0.6.0 Release: 1%{?dist} Summary: Rust bindings for the ATK library License: MIT URL: https://crates.io/crates/atk Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: (crate(atk-sys/default) >= 0.8.0 with crate(atk-sys/default) < 0.9.0) BuildRequires: (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0) BuildRequires: (crate(glib-sys/default) >= 0.8.0 with crate(glib-sys/default) < 0.9.0) BuildRequires: (crate(glib/default) >= 0.7.0 with crate(glib/default) < 0.8.0) BuildRequires: (crate(gobject-sys/default) >= 0.8.0 with crate(gobject-sys/default) < 0.9.0) BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) %if %{with check} BuildRequires: (crate(gir-format-check/default) >= 0.1.0 with crate(gir-format-check/default) < 0.2.0) %endif %global _description \ 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}/ %exclude %{cargo_registry}/%{crate}-%{version}/{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}/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}/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}/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}/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}/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}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Sun Apr 28 15:33:54 CEST 2019 Igor Gnatenko - 0.6.0-1 - Initial package