## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: meow Version: 2.1.5 Release: %autorelease Summary: Print ASCII cats to your terminal License: MIT URL: https://github.com/pixelsergey/meow Source: %{url}/archive/v%{version}/meow-v%{version}.tar.gz BuildRequires: cargo-rpm-macros >= 24 %description This is a simple app to print ASCII cats directly to your terminal. Run `meow` for a single cat, `meow -c ` for more cats, or `meow -l` if you think that you are literally the cat that will be printed. %prep %autosetup %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %cargo_license %cargo_license_summary %install install -m 755 -D target/rpm/meow-cli %{buildroot}%{_bindir}/meow %check %cargo_test %files %{_bindir}/meow %license LICENSE %doc README.md %changelog ## START: Generated by rpmautospec * Sun Aug 24 2025 John Doe - 2.1.5-1 - Uncommitted changes ## END: Generated by rpmautospec