|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
|
# Generated by rust2rpm 12
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate parking_lot_core
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.6.2
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Advanced API for creating custom synchronization primitives
|
|
|
|
|
|
|
|
|
@ -40,7 +40,7 @@ which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -52,7 +52,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}+backtrace-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -64,7 +64,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "backtrace" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+backtrace-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+deadlock_detection-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -76,7 +76,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "deadlock_detection" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+deadlock_detection-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+nightly-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -88,7 +88,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "nightly" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+nightly-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+petgraph-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -100,7 +100,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "petgraph" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+petgraph-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+thread-id-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -112,7 +112,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "thread-id" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+thread-id-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
|
|
|
|
@ -133,6 +133,9 @@ which use "thread-id" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 14 11:44:14 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 13:01:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1
|
|
|
|
|
- Update to 0.6.2
|
|
|
|
|
|
|
|
|
|