diff --git a/pastel.spec b/pastel.spec index c344b23..4f00865 100644 --- a/pastel.spec +++ b/pastel.spec @@ -1,7 +1,7 @@ # # spec file for package pastel # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,10 +21,12 @@ Version: 0.9.0 Release: 0 Summary: CLI to generate, analyze, convert and manipulate colors License: MIT AND Apache-2.0 +Group: Productivity/Graphics/Other URL: https://github.com/sharkdp/pastel Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: vendor.tar.zst BuildRequires: cargo-packaging +BuildRequires: zstd Recommends: pastel-doc %description @@ -47,7 +49,9 @@ This package provides the documentation for pastel. %{cargo_build} %install -%{cargo_install} +install -Dm755 target/release/%{name} -t %{buildroot}%{_bindir} + +%check %files %license LICENSE-MIT LICENSE-APACHE