|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate alphanumeric-sort
|
|
|
|
%global crate alphanumeric-sort
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.0.13
|
|
|
|
Version: 1.1.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Sort order for files and folders whose names contain numerals
|
|
|
|
Summary: Sort order for files and folders whose names contain numerals
|
|
|
|
|
|
|
|
|
|
|
@ -53,6 +53,18 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
@ -72,6 +84,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 Josh Stone <jistone@redhat.com> - 1.1.1-1
|
|
|
|
|
|
|
|
- Update to 1.1.1
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 22 2020 Josh Stone <jistone@redhat.com> - 1.0.13-1
|
|
|
|
* Fri May 22 2020 Josh Stone <jistone@redhat.com> - 1.0.13-1
|
|
|
|
- Update to 1.0.13
|
|
|
|
- Update to 1.0.13
|
|
|
|
|
|
|
|
|
|
|
|