## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec # Generated by rust2rpm 27 # -> rust2rpm teamtype -V auto --ignore-missing-license-files %bcond check 1 # prevent library files from being installed %global cargo_install_lib 0 %global crate teamtype Name: rust-teamtype Version: 0.9.0 Release: 1~1 Summary: Enables real-time co-editing of local text files License: AGPL-3.0-or-later URL: https://crates.io/crates/teamtype Source0: %{crates_source} Source1: teamtype-0.9.0-vendor.tar.xz Source2: LICENSE.md # Crate renamed Provides: rust-ethersync = %{version}-%{release} Obsoletes: rust-ethersync < 0.8.0-2 BuildRequires: cargo-rpm-macros >= 26 %global _description %{expand: Enables real-time co-editing of local text files.} %description %{_description} %package -n %{crate} Summary: %{summary} # FIXME: paste output of %%cargo_license_summary here License: # FIXME # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license %{_defaultlicensedir}/%{crate}/LICENSE.md %license LICENSE.dependencies %license cargo-vendor.txt %doc README.md %{_bindir}/teamtype %prep %autosetup -n %{crate}-%{version} -p1 -a1 %cargo_prep -v vendor %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %{cargo_vendor_manifest} %install %cargo_install install -d %{buildroot}/%{_defaultlicensedir}/%{crate}/ install -p %{SOURCE2} %{buildroot}/%{_defaultlicensedir}/%{crate}/ %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Sat Nov 15 2025 Ike - 0.9.0-2 - Uncommitted changes * Sun Nov 09 2025 Ike - 0.9.0-1 - Initial commit ## END: Generated by rpmautospec