Accepting request 1165766 from home:mantarimay:branches:graphics
final fix OBS-URL: https://build.opensuse.org/request/show/1165766 OBS-URL: https://build.opensuse.org/package/show/graphics/pastel?expand=0&rev=2
This commit is contained in:
parent
29b31b2815
commit
d5d5756c67
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pastel
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,10 +21,12 @@ Version: 0.9.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI to generate, analyze, convert and manipulate colors
|
Summary: CLI to generate, analyze, convert and manipulate colors
|
||||||
License: MIT AND Apache-2.0
|
License: MIT AND Apache-2.0
|
||||||
|
Group: Productivity/Graphics/Other
|
||||||
URL: https://github.com/sharkdp/pastel
|
URL: https://github.com/sharkdp/pastel
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
|
BuildRequires: zstd
|
||||||
Recommends: pastel-doc
|
Recommends: pastel-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,7 +49,9 @@ This package provides the documentation for pastel.
|
|||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{cargo_install}
|
install -Dm755 target/release/%{name} -t %{buildroot}%{_bindir}
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE-MIT LICENSE-APACHE
|
%license LICENSE-MIT LICENSE-APACHE
|
||||||
|
Loading…
Reference in New Issue
Block a user