|
|
|
@ -6,12 +6,11 @@
|
|
|
|
|
%global crate system-deps
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.3.1
|
|
|
|
|
Version: 1.3.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Declarative dependencies in Cargo.toml
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
# https://github.com/gdesmott/system-deps/issues/9
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/system-deps
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
@ -39,6 +38,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
@ -73,5 +73,8 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 1.3.2-1
|
|
|
|
|
- Update to 1.3.2
|
|
|
|
|
|
|
|
|
|
* Thu Jul 09 11:29:13 PDT 2020 Josh Stone <cuviper@gmail.com> - 1.3.1-1
|
|
|
|
|
- Initial package
|
|
|
|
|