Update to 1.1.0 Close: rhbz#1998678

epel9
Robert-André Mauchin 3 years ago
parent 237e51dfed
commit a5b8a5bc57

1
.gitignore vendored

@ -1 +1,2 @@
/shlex-0.1.1.crate /shlex-0.1.1.crate
/shlex-1.1.0.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate shlex %global crate shlex
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.1 Version: 1.1.0
Release: %autorelease Release: %autorelease
Summary: Split a string into shell words, like Python's shlex Summary: Split a string into shell words, like Python's shlex
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
# https://github.com/comex/rust-shlex/issues/2
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/shlex URL: https://crates.io/crates/shlex
Source: %{crates_source} Source: %{crates_source}
@ -37,7 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%{cargo_registry}/%{crate}-%{version}/ %license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,7 +50,19 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -70,4 +83,4 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog %autochangelog

@ -1 +1 @@
SHA512 (shlex-0.1.1.crate) = a4d202897861ca7955a3561dc1b0fd0307d77948c9b97aa0f8b9caff2b9721d2836a08760d308675973b0e9c7bae92e4d5fbd2a2497cba9e5aeefbe31075e069 SHA512 (shlex-1.1.0.crate) = e51892298dd79dc7cf04d7e6f0a03e4850a57b15cd75e6e3b56e2a0b15d4cb85ee8afcc14e3727d193c8b91baec8c2864a9c800834ee4d18a1be584f17591752

Loading…
Cancel
Save