|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate clang-sys
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.28.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.29.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Rust bindings for libclang
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0
|
|
|
|
@ -41,7 +41,7 @@ which use "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -54,7 +54,7 @@ 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
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_5-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -67,7 +67,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_3_5" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_5-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_6-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -79,7 +79,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_3_6" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_6-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_7-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -91,7 +91,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_3_7" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_7-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_8-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -103,7 +103,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_3_8" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_8-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_3_9-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -115,7 +115,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_3_9" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_3_9-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_4_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -127,7 +127,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_4_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_4_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_5_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -139,7 +139,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_5_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_5_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_6_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -151,7 +151,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_6_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_6_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_7_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -163,7 +163,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_7_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_7_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_8_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -175,7 +175,19 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_8_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_8_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clang_9_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+clang_9_0-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "clang_9_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clang_9_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_3_6-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -188,7 +200,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_3_6" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_3_6-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_3_7-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -201,7 +213,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_3_7" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_3_7-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_3_8-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -214,7 +226,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_3_8" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_3_8-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_3_9-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -227,7 +239,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_3_9" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_3_9-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_4_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -240,7 +252,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_4_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_4_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_5_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -253,7 +265,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_5_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_5_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_6_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -266,7 +278,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_6_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_6_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_7_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -279,7 +291,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_7_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_7_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_8_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -292,7 +304,19 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_8_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_8_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gte_clang_9_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+gte_clang_9_0-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "gte_clang_9_0" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gte_clang_9_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+libloading-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -304,7 +328,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "libloading" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+libloading-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+runtime-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -316,7 +340,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "runtime" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+runtime-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+static-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -328,7 +352,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "static" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+static-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
@ -350,6 +374,9 @@ echo 'clang-devel >= 3.5'
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.29.0-1
|
|
|
|
|
- Update to 0.29.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|