Compare commits

...

3 Commits

1
.gitignore vendored

@ -4,3 +4,4 @@
/vte-0.10.0.crate /vte-0.10.0.crate
/vte-0.10.1.crate /vte-0.10.1.crate
/vte-0.11.1.crate /vte-0.11.1.crate
/vte-0.13.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate vte %global crate vte
Name: rust-vte Name: rust-vte
Version: 0.11.1 Version: 0.13.0
Release: %autorelease Release: %autorelease
Summary: Parser for implementing terminal emulators Summary: Parser for implementing terminal emulators
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/vte URL: https://crates.io/crates/vte
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Parser for implementing terminal emulators.} Parser for implementing terminal emulators.}
@ -72,6 +72,30 @@ use the "arrayvec" feature of the "%{crate}" crate.
%files -n %{name}+arrayvec-devel %files -n %{name}+arrayvec-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bitflags-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bitflags-devel %{_description}
This package contains library source intended for building other packages which
use the "bitflags" feature of the "%{crate}" crate.
%files -n %{name}+bitflags-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+cursor-icon-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+cursor-icon-devel %{_description}
This package contains library source intended for building other packages which
use the "cursor-icon" feature of the "%{crate}" crate.
%files -n %{name}+cursor-icon-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+log-devel %package -n %{name}+log-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -121,7 +145,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (vte-0.11.1.crate) = 43dbad0fe71305159736c5578f015a4cb2668922263f43cf09019efb40b09e5bfff13816ffa9aa1cd8d3a20dcbbc9ea12f223edaee1b44ed8e3f112f97020a5b SHA512 (vte-0.13.0.crate) = 833dc2f1c42cc0537f0185c00eca2ec76cd07cdd96a066a23366ffc2d7b8ae6903167d53002497265962954974e734cdd9bc06080030761cc1f7fd87c29d3bca

Loading…
Cancel
Save