You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
470 lines
14 KiB
470 lines
14 KiB
1 year ago
|
## START: Set by rpmautospec
|
||
|
## (rpmautospec version 0.3.5)
|
||
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||
|
release_number = 1;
|
||
|
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 25
|
||
|
%bcond_without check
|
||
|
%global debug_package %{nil}
|
||
|
|
||
|
%global crate clang-sys
|
||
|
|
||
|
Name: rust-clang-sys
|
||
|
Version: 1.7.0
|
||
|
Release: %autorelease
|
||
|
Summary: Rust bindings for libclang
|
||
|
|
||
|
License: Apache-2.0
|
||
|
URL: https://crates.io/crates/clang-sys
|
||
|
Source: %{crates_source}
|
||
|
|
||
|
BuildRequires: cargo-rpm-macros >= 24
|
||
|
|
||
|
%global _description %{expand:
|
||
|
Rust bindings for libclang.}
|
||
|
|
||
|
%description %{_description}
|
||
|
|
||
|
%package devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "%{crate}" crate.
|
||
|
|
||
|
%files devel
|
||
|
%license %{crate_instdir}/LICENSE.txt
|
||
|
%doc %{crate_instdir}/CHANGELOG.md
|
||
|
%doc %{crate_instdir}/README.md
|
||
|
%{crate_instdir}/
|
||
|
|
||
|
%package -n %{name}+default-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 3.5
|
||
|
|
||
|
%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}+clang_10_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 10.0
|
||
|
|
||
|
%description -n %{name}+clang_10_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_10_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_10_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_11_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 11.0
|
||
|
|
||
|
%description -n %{name}+clang_11_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_11_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_11_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_12_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 12.0
|
||
|
|
||
|
%description -n %{name}+clang_12_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_12_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_12_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_13_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 13.0
|
||
|
|
||
|
%description -n %{name}+clang_13_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_13_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_13_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_14_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 14.0
|
||
|
|
||
|
%description -n %{name}+clang_14_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_14_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_14_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_15_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 15.0
|
||
|
|
||
|
%description -n %{name}+clang_15_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_15_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_15_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_16_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 16.0
|
||
|
|
||
|
%description -n %{name}+clang_16_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_16_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_16_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_3_5-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 3.5
|
||
|
|
||
|
%description -n %{name}+clang_3_5-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_3_5" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_3_5-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_3_6-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 3.6
|
||
|
|
||
|
%description -n %{name}+clang_3_6-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_3_6" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_3_6-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_3_7-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 3.7
|
||
|
|
||
|
%description -n %{name}+clang_3_7-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_3_7" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_3_7-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_3_8-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 3.8
|
||
|
|
||
|
%description -n %{name}+clang_3_8-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_3_8" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_3_8-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_3_9-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 3.9
|
||
|
|
||
|
%description -n %{name}+clang_3_9-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_3_9" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_3_9-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_4_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 4.0
|
||
|
|
||
|
%description -n %{name}+clang_4_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_4_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_4_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_5_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 5.0
|
||
|
|
||
|
%description -n %{name}+clang_5_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_5_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_5_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_6_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 6.0
|
||
|
|
||
|
%description -n %{name}+clang_6_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_6_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_6_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_7_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 7.0
|
||
|
|
||
|
%description -n %{name}+clang_7_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_7_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_7_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_8_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 8.0
|
||
|
|
||
|
%description -n %{name}+clang_8_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_8_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_8_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+clang_9_0-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-devel >= 9.0
|
||
|
|
||
|
%description -n %{name}+clang_9_0-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "clang_9_0" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+clang_9_0-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+libloading-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description -n %{name}+libloading-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "libloading" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+libloading-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+runtime-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
Requires: clang-libs
|
||
|
|
||
|
%description -n %{name}+runtime-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "runtime" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+runtime-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%package -n %{name}+static-devel
|
||
|
Summary: %{summary}
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description -n %{name}+static-devel %{_description}
|
||
|
|
||
|
This package contains library source intended for building other packages which
|
||
|
use the "static" feature of the "%{crate}" crate.
|
||
|
|
||
|
%files -n %{name}+static-devel
|
||
|
%ghost %{crate_instdir}/Cargo.toml
|
||
|
|
||
|
%prep
|
||
|
%autosetup -n %{crate}-%{version} -p1
|
||
|
%cargo_prep
|
||
|
|
||
|
%generate_buildrequires
|
||
|
%cargo_generate_buildrequires
|
||
|
echo 'clang-devel >= 3.5'
|
||
|
|
||
|
%build
|
||
|
%cargo_build
|
||
|
|
||
|
%install
|
||
|
%cargo_install
|
||
|
|
||
|
%if %{with check}
|
||
|
%check
|
||
|
%cargo_test
|
||
|
%endif
|
||
|
|
||
|
%changelog
|
||
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.7.0-1
|
||
|
- Rebuilt for MSVSphere 9.3
|
||
|
|
||
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-1
|
||
|
- Update to version 1.7.0; Fixes RHBZ#2256353
|
||
|
|
||
|
* Wed May 17 2023 Fabio Valentini <decathorpe@gmail.com> - 1.6.1-1
|
||
|
- Update to version 1.6.1; Fixes RHBZ#2182940
|
||
|
|
||
|
* Mon Apr 03 2023 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
|
||
|
- Update to version 1.6.0; Fixes RHBZ#2167236
|
||
|
|
||
|
* Mon Jan 30 2023 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-2
|
||
|
- Add missing runtime dependency on clang-libs
|
||
|
|
||
|
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
|
||
|
- Update to version 1.4.0; Fixes RHBZ#2129037
|
||
|
|
||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||
|
|
||
|
* Sat Jul 16 2022 Fabio Valentini <decathorpe@gmail.com> - 1.3.3-1
|
||
|
- Update to version 1.3.3; Fixes RHBZ#2091300
|
||
|
|
||
|
* Mon May 23 2022 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-1
|
||
|
- Update to version 1.3.2; Fixes RHBZ#2087615
|
||
|
|
||
|
* Fri Feb 04 2022 Fabio Valentini <decathorpe@gmail.com> - 1.3.1-1
|
||
|
- Update to version 1.3.1; Fixes RHBZ#2050476
|
||
|
|
||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||
|
|
||
|
* Tue Nov 09 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1
|
||
|
- Update to version 1.3.0; Fixes RHBZ#2019166
|
||
|
|
||
|
* Sat Sep 04 2021 Fabio Valentini <decathorpe@gmail.com> - 1.2.2-1
|
||
|
- Update to version 1.2.2; Fixes RHBZ#1997316
|
||
|
|
||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||
|
|
||
|
* Sun May 02 2021 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
|
||
|
- Update to version 1.2.0.
|
||
|
- Fixes RHBZ#1947247
|
||
|
|
||
|
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
|
||
|
- Update to version 1.1.1.
|
||
|
|
||
|
* Wed Feb 10 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
|
||
|
- Update to version 1.1.0.
|
||
|
|
||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||
|
|
||
|
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.3-1
|
||
|
- Update to version 1.0.3.
|
||
|
|
||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.3-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||
|
|
||
|
* Fri May 29 2020 Josh Stone <jistone@redhat.com> - 0.29.3-2
|
||
|
- Bump to libloading 0.6
|
||
|
|
||
|
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 0.29.3-1
|
||
|
- Update to 0.29.3
|
||
|
|
||
|
* Wed Mar 11 2020 Josh Stone <jistone@redhat.com> - 0.29.2-2
|
||
|
- Rebuild
|
||
|
|
||
|
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.29.2-1
|
||
|
- Update to 0.29.2
|
||
|
|
||
|
* Fri Mar 06 2020 Josh Stone <jistone@redhat.com> - 0.29.1-1
|
||
|
- Update to 0.29.1
|
||
|
|
||
|
* 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
|
||
|
|
||
|
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.28.1-1
|
||
|
- Update to 0.28.1
|
||
|
|
||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||
|
|
||
|
* Tue May 07 14:21:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0-2
|
||
|
- Update glob to 0.3
|
||
|
|
||
|
* Sat Mar 16 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.28.0-1
|
||
|
- Update to 0.28.0 (#1678018)
|
||
|
|
||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
|
* Tue Jan 22 2019 Josh Stone <jistone@redhat.com> - 0.27.0-1
|
||
|
- Update to 0.27.0
|
||
|
|
||
|
* Mon Jan 07 2019 Josh Stone <jistone@redhat.com> - 0.26.4-1
|
||
|
- Update to 0.26.4
|
||
|
|
||
|
* Wed Nov 14 2018 Josh Stone <jistone@redhat.com> - 0.26.3-1
|
||
|
- Update to 0.26.3
|
||
|
|
||
|
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.26.2-1
|
||
|
- Update to 0.26.2
|
||
|
|
||
|
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.26.1-1
|
||
|
- Update to 0.26.1
|
||
|
|
||
|
* Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.26.0-1
|
||
|
- Update to 0.26.0
|
||
|
|
||
|
* Thu Oct 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.24.0-1
|
||
|
- Initial package
|
||
|
|