|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# * 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
|
|
|
@ -6,13 +6,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
%global crate ctor
|
|
|
|
%global crate ctor
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-ctor
|
|
|
|
Version: 0.1.22
|
|
|
|
Version: 0.1.23
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: __attribute__((constructor)) for Rust
|
|
|
|
Summary: __attribute__((constructor)) for Rust
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0 OR MIT
|
|
|
|
License: Apache-2.0 OR MIT
|
|
|
|
License: ASL 2.0 or MIT
|
|
|
|
|
|
|
|
URL: https://crates.io/crates/ctor
|
|
|
|
URL: https://crates.io/crates/ctor
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
@ -37,6 +36,7 @@ use the "%{crate}" crate.
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
%{crate_instdir}/
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|