Compare commits

..

3 Commits

Author SHA1 Message Date
Fabio Valentini c10daa043a
Update to version 0.4.1; Fixes RHBZ#2166378
2 years ago
Fabio Valentini e04a1fad7c
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 46b37797fa
Rebuild
3 years ago

1
.gitignore vendored

@ -4,4 +4,3 @@
/heck-0.3.3.crate
/heck-0.4.0.crate
/heck-0.4.1.crate
/heck-0.5.0.crate

@ -0,0 +1,3 @@
# rust-heck
The rust-heck package

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate heck
Name: rust-heck
Version: 0.5.0
Version: 0.4.1
Release: %autorelease
Summary: Case conversion library
@ -13,10 +13,10 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/heck
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Heck is a case conversion library.}
Case conversion library.}
%description %{_description}
@ -48,8 +48,32 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-devel %{_description}
This package contains library source intended for building other packages which
use the "unicode" feature of the "%{crate}" crate.
%files -n %{name}+unicode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-segmentation-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-segmentation-devel %{_description}
This package contains library source intended for building other packages which
use the "unicode-segmentation" feature of the "%{crate}" crate.
%files -n %{name}+unicode-segmentation-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (heck-0.5.0.crate) = f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76
SHA512 (heck-0.4.1.crate) = 8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8

Loading…
Cancel
Save