|
|
@ -8,7 +8,7 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# * no tests are shipped with the published crates
|
|
|
|
# * no tests are shipped with the published crates
|
|
|
|
# * example code adds an unnecessary dependency on libc-print (not packaged)
|
|
|
|
# * example code adds an unnecessary dependency on libc-print (not packaged)
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
%global crate ctor
|
|
|
|
%global crate ctor
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-ctor
|
|
|
|
Name: rust-ctor
|
|
|
|
Version: 0.2.5
|
|
|
|
Version: 0.2.6
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: __attribute__((constructor)) for Rust
|
|
|
|
Summary: __attribute__((constructor)) for Rust
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ License: Apache-2.0 OR MIT
|
|
|
|
URL: https://crates.io/crates/ctor
|
|
|
|
URL: https://crates.io/crates/ctor
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
__attribute__((constructor)) for Rust.}
|
|
|
|
__attribute__((constructor)) for Rust.}
|
|
|
@ -72,7 +72,7 @@ use the "used_linker" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -90,9 +90,12 @@ use the "used_linker" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.5-1
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.6-1
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.6-1
|
|
|
|
|
|
|
|
- Update to version 0.2.6; Fixes RHBZ#2254123
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.5-1
|
|
|
|
* Wed Sep 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.5-1
|
|
|
|
- Update to version 0.2.5; Fixes RHBZ#2240821
|
|
|
|
- Update to version 0.2.5; Fixes RHBZ#2240821
|
|
|
|
|
|
|
|
|
|
|
|