|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 20
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate clang-sys
|
|
|
|
%global crate clang-sys
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.3.1
|
|
|
|
Version: 1.3.2
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ Patch0: clang-sys-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Rust bindings for libclang.}
|
|
|
|
Rust bindings for libclang.}
|
|
|
@ -36,9 +36,10 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "%{crate}" crate.
|
|
|
|
use the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE.txt
|
|
|
|
%license %{crate_instdir}/LICENSE.txt
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -51,7 +52,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "default" feature of the "%{crate}" crate.
|
|
|
|
use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_10_0-devel
|
|
|
|
%package -n %{name}+clang_10_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -64,7 +65,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_10_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_10_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_10_0-devel
|
|
|
|
%files -n %{name}+clang_10_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_11_0-devel
|
|
|
|
%package -n %{name}+clang_11_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -77,7 +78,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_11_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_11_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_11_0-devel
|
|
|
|
%files -n %{name}+clang_11_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_12_0-devel
|
|
|
|
%package -n %{name}+clang_12_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -90,7 +91,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_12_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_12_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_12_0-devel
|
|
|
|
%files -n %{name}+clang_12_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_13_0-devel
|
|
|
|
%package -n %{name}+clang_13_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -103,7 +104,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_13_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_13_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_13_0-devel
|
|
|
|
%files -n %{name}+clang_13_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_5-devel
|
|
|
|
%package -n %{name}+clang_3_5-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -116,7 +117,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_3_5" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_3_5" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_5-devel
|
|
|
|
%files -n %{name}+clang_3_5-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_6-devel
|
|
|
|
%package -n %{name}+clang_3_6-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -129,7 +130,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_3_6" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_3_6" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_6-devel
|
|
|
|
%files -n %{name}+clang_3_6-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_7-devel
|
|
|
|
%package -n %{name}+clang_3_7-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -142,7 +143,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_3_7" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_3_7" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_7-devel
|
|
|
|
%files -n %{name}+clang_3_7-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_8-devel
|
|
|
|
%package -n %{name}+clang_3_8-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -155,7 +156,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_3_8" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_3_8" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_8-devel
|
|
|
|
%files -n %{name}+clang_3_8-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_9-devel
|
|
|
|
%package -n %{name}+clang_3_9-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -168,7 +169,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_3_9" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_3_9" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_9-devel
|
|
|
|
%files -n %{name}+clang_3_9-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_4_0-devel
|
|
|
|
%package -n %{name}+clang_4_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -181,7 +182,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_4_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_4_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_4_0-devel
|
|
|
|
%files -n %{name}+clang_4_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_5_0-devel
|
|
|
|
%package -n %{name}+clang_5_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -194,7 +195,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_5_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_5_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_5_0-devel
|
|
|
|
%files -n %{name}+clang_5_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_6_0-devel
|
|
|
|
%package -n %{name}+clang_6_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -207,7 +208,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_6_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_6_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_6_0-devel
|
|
|
|
%files -n %{name}+clang_6_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_7_0-devel
|
|
|
|
%package -n %{name}+clang_7_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -220,7 +221,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_7_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_7_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_7_0-devel
|
|
|
|
%files -n %{name}+clang_7_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_8_0-devel
|
|
|
|
%package -n %{name}+clang_8_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -233,7 +234,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_8_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_8_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_8_0-devel
|
|
|
|
%files -n %{name}+clang_8_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_9_0-devel
|
|
|
|
%package -n %{name}+clang_9_0-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -246,7 +247,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "clang_9_0" feature of the "%{crate}" crate.
|
|
|
|
use the "clang_9_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_9_0-devel
|
|
|
|
%files -n %{name}+clang_9_0-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+libloading-devel
|
|
|
|
%package -n %{name}+libloading-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -258,7 +259,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "libloading" feature of the "%{crate}" crate.
|
|
|
|
use the "libloading" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+libloading-devel
|
|
|
|
%files -n %{name}+libloading-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+runtime-devel
|
|
|
|
%package -n %{name}+runtime-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -270,7 +271,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "runtime" feature of the "%{crate}" crate.
|
|
|
|
use the "runtime" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+runtime-devel
|
|
|
|
%files -n %{name}+runtime-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+static-devel
|
|
|
|
%package -n %{name}+static-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -282,7 +283,7 @@ This package contains library source intended for building other packages which
|
|
|
|
use the "static" feature of the "%{crate}" crate.
|
|
|
|
use the "static" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+static-devel
|
|
|
|
%files -n %{name}+static-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|