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 %autochangelog