## 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 %bcond_without check %global debug_package %{nil} %global crate cairo-sys-rs Name: rust-cairo-sys-rs Version: 0.18.2 Release: %autorelease Summary: FFI bindings to libcairo License: MIT URL: https://crates.io/crates/cairo-sys-rs Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: cairo-sys-rs-fix-metadata-auto.diff BuildRequires: rust-packaging >= 21 %global _description %{expand: FFI bindings to libcairo.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch Requires: pkgconfig(cairo) >= 1.14 %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE %{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}+freetype-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+freetype-devel %{_description} This package contains library source intended for building other packages which use the "freetype" feature of the "%{crate}" crate. %files -n %{name}+freetype-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+glib-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+glib-devel %{_description} This package contains library source intended for building other packages which use the "glib" feature of the "%{crate}" crate. %files -n %{name}+glib-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+pdf-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+pdf-devel %{_description} This package contains library source intended for building other packages which use the "pdf" feature of the "%{crate}" crate. %files -n %{name}+pdf-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+png-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+png-devel %{_description} This package contains library source intended for building other packages which use the "png" feature of the "%{crate}" crate. %files -n %{name}+png-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+ps-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ps-devel %{_description} This package contains library source intended for building other packages which use the "ps" feature of the "%{crate}" crate. %files -n %{name}+ps-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+script-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+script-devel %{_description} This package contains library source intended for building other packages which use the "script" feature of the "%{crate}" crate. %files -n %{name}+script-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+svg-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+svg-devel %{_description} This package contains library source intended for building other packages which use the "svg" feature of the "%{crate}" crate. %files -n %{name}+svg-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+use_glib-devel Summary: %{summary} BuildArch: noarch Requires: ((pkgconfig(cairo-gobject) >= 1.16 if crate(cairo-sys-rs/v1_16)) and pkgconfig(cairo-gobject) >= 1.14) Requires: ((pkgconfig(cairo-gobject) >= 1.17 if crate(cairo-sys-rs/v1_18)) and pkgconfig(cairo-gobject) >= 1.14) %description -n %{name}+use_glib-devel %{_description} This package contains library source intended for building other packages which use the "use_glib" feature of the "%{crate}" crate. %files -n %{name}+use_glib-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+v1_16-devel Summary: %{summary} BuildArch: noarch Requires: pkgconfig(cairo) >= 1.16 %description -n %{name}+v1_16-devel %{_description} This package contains library source intended for building other packages which use the "v1_16" feature of the "%{crate}" crate. %files -n %{name}+v1_16-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+v1_18-devel Summary: %{summary} BuildArch: noarch Requires: pkgconfig(cairo) >= 1.17 %description -n %{name}+v1_18-devel %{_description} This package contains library source intended for building other packages which use the "v1_18" feature of the "%{crate}" crate. %files -n %{name}+v1_18-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+x11-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+x11-devel %{_description} This package contains library source intended for building other packages which use the "x11" feature of the "%{crate}" crate. %files -n %{name}+x11-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+xcb-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+xcb-devel %{_description} This package contains library source intended for building other packages which use the "xcb" feature of the "%{crate}" crate. %files -n %{name}+xcb-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+xlib-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+xlib-devel %{_description} This package contains library source intended for building other packages which use the "xlib" feature of the "%{crate}" crate. %files -n %{name}+xlib-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires echo 'pkgconfig(cairo) >= 1.14' %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.18.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Sep 19 2023 Fabio Valentini - 0.18.2-1 - Update to version 0.18.2; Fixes RHBZ#2239027 * Mon Aug 07 2023 Kalev Lember - 0.18.0-1 - Update to version 0.18.0; Fixes RHBZ#2224887 - Re-enable tests as they are fixed in the new release * Fri Jul 21 2023 Fedora Release Engineering - 0.17.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jun 12 2023 Fabio Valentini - 0.17.10-1 - Update to version 0.17.10; Fixes RHBZ#2212799 * Sat Feb 25 2023 Fabio Valentini - 0.17.0-1 - Update to version 0.17.0; Fixes RHBZ#2168296 * Fri Jan 20 2023 Fedora Release Engineering - 0.16.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Nov 28 2022 Fabio Valentini - 0.16.3-1 - Update to version 0.16.3; Fixes RHBZ#2136102 * Sat Jul 23 2022 Fedora Release Engineering - 0.15.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Feb 12 2022 Fabio Valentini - 0.15.1-1 - Update to version 0.15.1; Fixes RHBZ#2040885 * Fri Jan 21 2022 Fedora Release Engineering - 0.14.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Nov 05 2021 Fabio Valentini - 0.14.9-1 - Update to version 0.14.9; Fixes RHBZ#2014762 * Tue Aug 03 2021 Fabio Valentini - 0.14.0-1 - Update to version 0.14.0; Fixes RHBZ#1974977 * Fri Jul 23 2021 Fedora Release Engineering - 0.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 0.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 09 2020 Josh Stone - 0.10.0-1 - Update to 0.10.0 * Thu Jan 30 2020 Fedora Release Engineering - 0.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 15 2020 Josh Stone - 0.9.2-1 - Update to 0.9.2 * Tue Dec 10 2019 Josh Stone - 0.9.0-1 - Update to 0.9.0 * Fri Jul 26 2019 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Apr 28 14:31:09 CEST 2019 Igor Gnatenko - 0.8.0-1 - Update to 0.8.0 * Mon Feb 18 2019 Igor Gnatenko - 0.7.0-1 - Update to 0.7.0 * Sat Feb 02 2019 Fedora Release Engineering - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Mar 19 2018 Igor Gnatenko - 0.6.0-1 - Update to 0.6.0 * Fri Feb 09 2018 Fedora Release Engineering - 0.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 0.5.0-2 - Rebuild for rust-packaging v5 * Sat Jan 06 2018 Igor Gnatenko - 0.5.0-1 - Initial package ## END: Generated by rpmautospec